Commit graph

20 commits

Author SHA1 Message Date
Nicolas Meienberger
48c1e2607f
Release/0.7.2 (#249)
* feat: move from cookie base auth to jwt auth

test: mock redis

* test: auth.service & auth.resolver

test: auth.resolver

* test: session middleware

* chore: bump version

fix: merge conflicts

* docs: update readme & trace start script

* fix: start script unbound variables [skip ci]

* fix: kill watcher function [skip ci]

* fix: register store token

* fix: don't delete token immediately after refresh. keep it for 6 sec to account for delays
2022-11-04 07:49:40 +00:00
Nicolas Meienberger
3b0fc56563 feat: event base dispatcher to run commands from the host 2022-10-05 19:18:11 +02:00
Nicolas Meienberger
bb5a50e143 feat: customize applications storage-path 2022-09-29 18:33:34 +02:00
Nicolas Meienberger
b5fdac47c8 refactor(scripts): refactor bash scripts 2022-09-21 23:18:30 +02:00
Nicolas Meienberger
78cb3c36ad refactor: replace usage of config with new runtime config
wip: make script executable from everywhere
2022-09-21 22:59:33 +02:00
Seth For Privacy
41c1a14f70 Fully migrate to Docker Compose plugin and ensure it is installed and up to date at each run of start.sh 2022-09-21 22:54:00 +02:00
Nicolas Meienberger
634278dad2 revert(stop.sh): use gt instead of ge [skip ci] 2022-09-21 19:48:57 +02:00
Nicolas Meienberger
4fbfb8cd98 revert(stop.sh): use gt instead of ge [skip ci]
@dextreem: It should be -gt. That find command will always return the base path (app) as well, i.e.,
wc -l returns 1 or more. Using -ge would break this part again :-)
2022-09-21 19:45:22 +02:00
allcontributors[bot]
049d9ed191 update .all-contributorsrc [skip ci]
revert(stop.sh): use gt instead of ge [skip ci]

@dexrtreem: It should be -gt. That find command will always return the base path (app) as well,
i.e., wc -l returns 1 or more. Using -ge would break this part again :-)
2022-09-21 19:42:15 +02:00
Nicolas Meienberger
10f67ab97d
fix: use -ge instead of -gt in stop script [skip ci]
Should check if number of apps is greater or equal to 1
2022-09-21 06:55:14 +00:00
dextreem
8acc835704 Fixed 'please run as root' note. 2022-09-21 08:00:17 +02:00
dextreem
ddbc0df7e6 If there are no apps installed, the stop script won't fail anymore. 2022-09-21 07:58:50 +02:00
Nicolas Meienberger
2e644369fc fix: stop script running apps 2022-07-25 08:47:51 +02:00
Nicolas Meienberger
001aa01c8b Remove occurences of id 1000 requirement 2022-05-18 20:45:37 +02:00
Nicolas Meienberger
287999caca Allow custom port 2022-05-18 20:13:58 +02:00
Nicolas Meienberger
31a76892a5 Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
Nicolas Meienberger
52efcc9e0f Add teardown script 2022-04-11 07:26:28 +02:00
Nicolas Meienberger
812f7a4888 Automatic commit 2022-04-07 10:34:18 +02:00
Nicolas Meienberger
4939cd323d Test gluetun config 2022-03-30 21:26:01 +02:00
Nicolas Meienberger
631038f76b Add app nextcloud 2022-03-29 20:40:04 +00:00