You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Please use `admin`/`admin` as username and password to login `Filebrowser` for the first time. And use `user`/`password` to login `Rclone` if you don't update `ARIA2_USER` and `ARIA2_PWD`
78
+
* For the initial `admin` password of Filebrowser, please check the docker logs you should see something like `User 'admin' initialized with randomly generated password: xxx`, then use that password to login Filebrowser.
79
+
* And use `user`/`password` to login `Rclone` if you don't update `ARIA2_USER` and `ARIA2_PWD`
79
80
80
81
### Full features run
81
82
@@ -111,8 +112,8 @@ services:
111
112
image: wahyd4/aria2-ui:latest
112
113
environment:
113
114
- ENABLE_AUTH=true
114
-
- ARIA2_USER=hello
115
-
- ARIA2_PWD=world
115
+
- ARIA2_USER=user
116
+
- ARIA2_PWD=password
116
117
- DOMAIN=http://toozhao.com
117
118
ports:
118
119
- "80:80"
@@ -127,8 +128,8 @@ Then simply run `docker-compose up -d`, that's it!
127
128
| `ENABLE_AUTH` | Whether to enable Basic auth |
128
129
| `ENABLE_RCLONE` | Whether to disable Rclone, if you running this container offline or do not have stable connection to Github, please set to `false` |
129
130
| `ENABLE_FILEBROWSER` | Whether to disable Filebrowser, set it to `false` to disable it, by default it's enabled |
130
-
| `ARIA2_USER` | Basic Auth username, Rclone GUI uses it as well. |
131
-
| `ARIA2_PWD` | Basic Auth password, Rclone GUI uses it as well. |
131
+
| `ARIA2_USER` | Basic Auth username, Rclone GUI uses it as well. Default value: `user`|
132
+
| `ARIA2_PWD` | Basic Auth password, Rclone GUI uses it as well. Default value: `password`|
132
133
| `ARIA2_EXTERNAL_PORT` | The Aria2 port which exposed to public to access to |
133
134
| `PUID` | Bind Linux UID into container which means you can use non `root` user to manage downloaded files, default UID is `1000` |
134
135
| `PGID` | Bind Linux GID into container, default GID is 1000 |
0 commit comments