Enable auto-updates

This commit enables auto-updates. Jackett project supports more than 500 torrent indexers and we publish releases every day. Users cannot update the Docker image daily. With this change the users can deploy any Docker image and they will get fresh updates every day automatically. It's also possible to disable updates in the Jackett UI (not recommended).
This commit is contained in:
ngosang 2020-05-24 14:41:13 +02:00 committed by Ryan Kuba
parent f9fb4e72f4
commit b5053c6996
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/with-contenv bash
chown -R abc:abc \
/config
/app/Jackett \
/config

View File

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
exec \
s6-setuidgid abc /app/Jackett/jackett --NoUpdates "${RUN_OPTS}"
s6-setuidgid abc /app/Jackett/jackett_launcher.sh "${RUN_OPTS}"