Commit graph

854 commits

Author SHA1 Message Date
Nicolas Meienberger
4f265151f8 chore: bump version 2022-10-05 22:46:29 +02:00
Nicolas Meienberger
0aa930ebb1
Merge pull request #219 from meienberger/refactor/scripts
Refactor/scripts - Event based actions
2022-10-05 20:43:28 +00:00
Nicolas Meienberger
b6e41bbfb6 test: event dispatcher 2022-10-05 22:30:29 +02:00
Nicolas Meienberger
a024b03508 refactor: make event dispatcher a singleton and update app accordingly 2022-10-05 19:18:11 +02:00
Nicolas Meienberger
3b0fc56563 feat: event base dispatcher to run commands from the host 2022-10-05 19:18:11 +02:00
Nicolas Meienberger
e11569a4ab
Merge pull request #218 from meienberger/production-build
refactore: change production to use ubuntu instead of alpine image
2022-09-29 20:36:06 +00:00
Nicolas Meienberger
59a2b5cd8b
Merge pull request #217 from meienberger/feature/storage-path
feat: customize applications storage-path
2022-09-29 20:34:18 +00:00
Nicolas Meienberger
fad2f70064 refactore: change production to use ubuntu instead of alpine image 2022-09-29 22:28:41 +02:00
Nicolas Meienberger
7adc37ab26 test: apps.helpers.ts 2022-09-29 21:20:46 +02:00
Nicolas Meienberger
b3611a4cb1
Merge pull request #216 from meienberger/feature/inapp-update
feat(settings): in app update and restart
2022-09-29 17:41:30 +00:00
Nicolas Meienberger
bb5a50e143 feat: customize applications storage-path 2022-09-29 18:33:34 +02:00
Nicolas Meienberger
164635d33b test: system.resolver 2022-09-26 22:56:05 +02:00
Nicolas Meienberger
ba0996a1f2 test: system.service 2022-09-26 22:00:12 +02:00
Nicolas Meienberger
aa518c660f feat(settings): in app update and restart 2022-09-26 22:00:12 +02:00
Nicolas Meienberger
3a472d7097 chore: update .gitignore 2022-09-24 20:18:52 +02:00
Nicolas Meienberger
86fda6250c chore: update .gitignore 2022-09-24 20:17:55 +02:00
Nicolas Meienberger
a8db7bd179
Merge pull request #212 from meienberger/feature/inapp-config
feature: runtime config
2022-09-24 20:15:06 +02:00
Nicolas Meienberger
9d4cdf6f77 test: cron jobs 2022-09-24 16:02:33 +02:00
Nicolas Meienberger
7a444698b8 test: repo-helpers.ts 2022-09-22 22:55:25 +02:00
Nicolas Meienberger
dd62fcdde0 test(config): add unit testing
test: add unhappy path
2022-09-22 22:12:23 +02:00
Nicolas Meienberger
ddfc6eff34 refactor: add logs volume to retrive logs as files
refactor(url-helper.ts): remove empty block statement
2022-09-22 20:45:50 +02:00
Nicolas Meienberger
0196a33c14 Merge branch 'dextreem-feature/select-network-interface' 2022-09-22 19:59:33 +02:00
Nicolas Meienberger
4f7b251256 refactor(start.sh): use -r flag to prevent mangle backslashes 2022-09-22 19:58:08 +02:00
Nicolas Meienberger
57f64675eb Merge branch 'feature/select-network-interface' of https://github.com/dextreem/runtipi into dextreem-feature/select-network-interface 2022-09-22 17:54:42 +02:00
Nicolas Meienberger
b5fdac47c8 refactor(scripts): refactor bash scripts 2022-09-21 23:18:30 +02:00
Nicolas Meienberger
f4ec85ed15 refactor: remove now useless api routes on client 2022-09-21 22:59:33 +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
Nicolas Meienberger
bd881711f8 test: update execfile calls 2022-09-21 22:57:26 +02:00
Nicolas Meienberger
aa7ad1e645 refactor: use ubuntu image for development docker image 2022-09-21 22:57:26 +02:00
Nicolas Meienberger
ae2dd8d364 feat(config): make the config as a singleton class overridable by a json config 2022-09-21 22:57:26 +02:00
Seth For Privacy
b3f143da57 Properly install Docker Compose plugin on Arch Linux 2022-09-21 22:54:00 +02:00
Seth For Privacy
7b88133b61 Fix one more usage of docker-compose to the new docker compose 2022-09-21 22:54:00 +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
Justin Moy
6a2f708f22 Add ability to specify custom listen ip 2022-09-21 22:52:49 +02:00
Justin Moy
ffa0515cd6 Fix installation of docker-compose on armv7l 2022-09-21 22:52:49 +02:00
hqwuzhaoyi
b48f28d8bc fix: Incorrect memory variables
MEM_TOTAL_BYTES not found for other system languages
2022-09-21 22:52:49 +02:00
dextreem
cff22abfdc Offers option to choose between network interfaces for the case multiple defaults were found 2022-09-21 22:05:45 +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
47db5ccb28 Merge branch 'master' of github.com:meienberger/runtipi 2022-09-21 19:46:30 +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
allcontributors[bot]
5bc51bb87b update README.md [skip ci] 2022-09-21 19:42:15 +02:00
Nicolas Meienberger
cf034f2092
Merge pull request #209 from meienberger/all-contributors/add-dextreem [skip ci]
add dextreem as a contributor
2022-09-21 06:56:02 +00: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
Nicolas Meienberger
86e4ddfc53
Merge pull request #208 from dextreem/fix/start-stop [skip ci]
Fixing minor issues in start and stop scripts [skip ci]
2022-09-21 06:52:51 +00:00
allcontributors[bot]
e47724cecb
update .all-contributorsrc [skip ci] 2022-09-21 06:48:29 +00:00
allcontributors[bot]
c0d71bf6f9
update README.md [skip ci] 2022-09-21 06:48:28 +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
dextreem
eb08dd4021 Start script now works for all relative paths ensuring runtipi is the current working directory. 2022-09-21 07:33:55 +02:00