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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ Then simply run `docker-compose up -d`, that's it!
124
124
| ENV | Description|
125
125
|:---|:---|
126
126
| `ENABLE_AUTH` | Whether to enable Basic auth |
127
-
| `ENABLE_RCLONE` | Whether to disable Rclone, if you running this container offline or do not have stable connection to Github, please set to `false`
127
+
| `ENABLE_RCLONE` | Whether to disable Rclone, if you running this container offline or do not have stable connection to Github, please set to `false` |
128
+
| `ENABLE_FILEBROWSER` | Whether to disable Filebrowser, set it to `false` to disable it, by default it's enabled |
128
129
| `ARIA2_USER` | Basic Auth username, Rclone GUI uses it as well. |
129
130
| `ARIA2_PWD` | Basic Auth password, Rclone GUI uses it as well. |
130
131
| `ARIA2_EXTERNAL_PORT` | The Aria2 port which exposed to public to access to |
0 commit comments