mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-25 05:06:10 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e3f772174 | ||
|
|
4107956832 | ||
|
|
b29ffe875e | ||
|
|
291c5cb1a5 | ||
|
|
1a424659d0 |
@@ -125,7 +125,7 @@ Then simply run `docker-compose up -d`, that's it!
|
||||
* PUID Bind Linux UID into container which means you can use non `root` user to manage downloaded files, default UID is `1000`
|
||||
* PGID Bind Linux GID into container, default GID is 1000
|
||||
* RPC_SECRET The Aria2 RPC secret token
|
||||
* DOMAIN The domain you'd like to bind, when domain is a `https://` thing, then auto SSL feature will be enabled
|
||||
* DOMAIN The domain you'd like to bind, when domain is a `https://` thing, then auto TLS feature will be enabled
|
||||
|
||||
|
||||
### Supported Volumes
|
||||
|
||||
+4
-4
@@ -2,10 +2,10 @@
|
||||
|
||||
echo "Set variables for $(arch)"
|
||||
|
||||
caddy_version=2.4.1
|
||||
filebrowser_version=v2.15.0
|
||||
rclone_version=v1.55.0
|
||||
ariang_version=1.2.1
|
||||
caddy_version=2.4.5
|
||||
filebrowser_version=v2.17.2
|
||||
rclone_version=v1.56.2
|
||||
ariang_version=1.2.2
|
||||
|
||||
case "$(arch)" in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user