mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-09 05:15:55 +10:00
31 lines
857 B
JSON
31 lines
857 B
JSON
{
|
|
"name": "wahyd4/aria2-ariang-docker demo",
|
|
"description": "A demo of Aria2 + AriaNg + Filebrowser + Rclone",
|
|
"repository": "https://github.com/wahyd4/aria2-ariang-docker",
|
|
"keywords": ["docker", "aria2", "rclone", "fllebrowser", "ariang"],
|
|
"stack": "container",
|
|
"success_url": "/",
|
|
"env": {
|
|
"ENABLE_AUTH": {
|
|
"description": "If to Enable Basic Auth to gain some basic security confidence",
|
|
"value": "true",
|
|
"required": false
|
|
},
|
|
"ARIA2_USER": {
|
|
"description": "Username to login to AriaNg",
|
|
"value": "user",
|
|
"required": false
|
|
},
|
|
"ARIA2_PWD": {
|
|
"description": "Password to login to AriaNg",
|
|
"value": "password",
|
|
"required": false
|
|
},
|
|
"ARIA2_EXTERNAL_PORT": {
|
|
"description": "External port for apps",
|
|
"value": "80",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|