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
+5
View File
@@ -11,6 +11,11 @@
"value": "heroku",
"required": false
},
"RCLONE_CONFIG_BASE64": {
"description": "This value is the base64 string of your preconfigured /app/conf/rclone.conf content",
"value": "",
"required": false
},
"ARIA2_USER": {
"description": "Username to login to AriaNg",
"value": "user",