Heroku rclone conf (#176)

* Add RCLONE_CONFIG_BASE64 to config rclone on heroku

* Update heroku docker run app.json
This commit is contained in:
2021-10-11 16:13:51 +11:00
committed by GitHub
parent 9e3f772174
commit 9a58c2a12e
9 changed files with 48 additions and 33 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#! /bin/bash -eu
echo "**** update uid and gid to ${PUID}:${PGID} ****"
echo "[INFO] Update uid and gid to ${PUID}:${PGID}"
groupmod -o -g "$PGID" junv
usermod -o -u "$PUID" junv
@@ -19,7 +19,7 @@ chmod +x /app/caddy.sh \
/app/rclone.sh \
/app/aria2c.sh
echo "**** give caddy permissions to use low ports ****"
echo "[INFO] Give caddy permissions to use low ports"
setcap cap_net_bind_service=+ep /usr/local/bin/caddy
"${@-sh}"