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
+12-6
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ services:
74
74
- RD_API_KEY=
75
75
## Zurg Optional Settings
76
76
# - ZURG_LOG_LEVEL=DEBUG
77
+
# - GITHUB_TOKEN= #Use with private Zurg repo
77
78
# - ZURG_VERSION=v0.9.2-hotfix.4
78
79
# - ZURG_UPDATE=true
79
80
# - ZURG_USER=
@@ -180,14 +181,14 @@ To customize some properties of the container, the following environment
180
181
variables can be passed via the `-e` parameter (one for each variable), or via the docker-compose file within the ```environment:``` section, or with a .env file saved to the config directory -- See the wiki for more info on using the [.env](https://github.com/I-am-PUID-0/DMB/wiki/Settings#use-of-env-file-for-setting-environment-variables). Value
181
182
of this parameter has the format `<VARIABLE_NAME>=<VALUE>`.
182
183
183
-
| Variable | Description | Default |Required for rclone|Required for Riven|Required for zurg|
|`TZ`|[TimeZone](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones) used by the container ||
186
187
|`RD_API_KEY`|[RealDebrid API key](https://real-debrid.com/apitoken)|||:heavy_check_mark:|:heavy_check_mark:|
187
188
|`AD_API_KEY`|[AllDebrid API key](https://alldebrid.com/apikeys/)|||:heavy_check_mark:|:heavy_check_mark:|
188
189
|`RCLONE_MOUNT_NAME`| A name for the rclone mount ||:heavy_check_mark:|
189
-
|`RCLONE_LOG_LEVEL`|[Log level](https://rclone.org/docs/#log-level-level) for rclone |`NOTICE`|
190
-
|`RCLONE_LOG_FILE`|[Log file](https://rclone.org/docs/#log-file-file) for rclone ||
190
+
|`RCLONE_LOG_LEVEL`|[Log level](https://rclone.org/docs/#log-level-level) for rclone |`NOTICE`|:heavy_check_mark:|
191
+
|`RCLONE_LOG_FILE`|[Log file](https://rclone.org/docs/#log-file-file) for rclone ||:heavy_check_mark:|
191
192
|`RCLONE_DIR_CACHE_TIME`|[How long a directory should be considered up to date and not refreshed from the backend](https://rclone.org/commands/rclone_mount/#vfs-directory-cache) #optional, but recommended is 10s. |`5m`|
192
193
|`RCLONE_CACHE_DIR`|[Directory used for caching](https://rclone.org/docs/#cache-dir-dir). ||
193
194
|`RCLONE_VFS_CACHE_MODE`|[Cache mode for VFS](https://rclone.org/commands/rclone_mount/#vfs-file-caching)||
@@ -196,8 +197,8 @@ of this parameter has the format `<VARIABLE_NAME>=<VALUE>`.
196
197
|`PLEX_USER`| The [Plex Username](https://app.plex.tv/desktop/#!/settings/account) for your account |||:heavy_check_mark:|
197
198
|`PLEX_TOKEN`| The [Plex Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/) associated with PLEX_USER |||:heavy_check_mark:|
198
199
|`PLEX_ADDRESS`| The URL of your Plex server. Example: http://192.168.0.100:32400 or http://plex:32400 - format must include ```http://``` or ```https://``` and have no trailing characters after the port number (32400). E.g., ```/```|||:heavy_check_mark:|
199
-
|`SHOW_MENU`| Enable the Riven menu to show upon startup, requiring user interaction before the program runs. Conversely, if the Riven menu is disabled, the program will automatically run upon successful startup. If used, the value must be ```true``` or ```false```|`true`|
200
200
|`RIVEN_ENABLED`| Set the value "true" to enable the Riven process |`false `||:heavy_check_mark:||
201
+
|`RIVEN_BRANCH`| Set the value to the appropriate branch |`main`||:heavy_check_mark:||
201
202
|`RIVEN_LOGFILE`| Log file for Riven. The log file will appear in the ```/config``` as ```Riven.log```. If used, the value must be ```true``` or ```false```|`false`|
202
203
|`RIVEN_UPDATE`| Enable automatic updates of Riven. Adding this variable will enable automatic updates to the latest version of Riven locally within the container.|`false`|
203
204
|`AUTO_UPDATE_INTERVAL`| Interval between automatic update checks in hours. Vaules can be any positive [whole](https://www.oxfordlearnersdictionaries.com/us/definition/english/whole-number) or [decimal](https://www.oxfordreference.com/display/10.1093/oi/authority.20110803095705740;jsessionid=3FDC96CC0D79CCE69702661D025B9E9B#:~:text=The%20separator%20used%20between%20the,number%20expressed%20in%20decimal%20representation.) point based number. Ex. a value of .5 would yield thirty minutes, and 1.5 would yield one and a half hours |`24`|
@@ -206,7 +207,8 @@ of this parameter has the format `<VARIABLE_NAME>=<VALUE>`.
206
207
|`PDZURG_LOG_LEVEL`| The level at which logs should be captured. See the python [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels) documentation for more details |`INFO`|
207
208
|`PDZURG_LOG_COUNT`| The number logs to retain. Result will be value + current log |`2`|
208
209
|`ZURG_ENABLED`| Set the value "true" to enable the Zurg process |`false `|||:heavy_check_mark:|
209
-
|`ZURG_VERSION`| The version of Zurg to use. If enabled, the value should contain v0.9.x or v0.9.x-hotfix.x format |`latest`||||
210
+
|`GITHUB_TOKEN`| GitHub Personal Token for use with Zurg private repo |`false `|||:heavy_check_mark:|
211
+
|`ZURG_VERSION`| The version of Zurg to use. If enabled, the value should contain v0.9.x or v0.9.x-hotfix.x format |`latest`|||:heavy_check_mark:|
210
212
|`ZURG_UPDATE`| Enable automatic updates of Zurg. Adding this variable will enable automatic updates to the latest version of Zurg locally within the container. |`false`||||
211
213
|`ZURG_LOG_LEVEL`| Set the log level for Zurg |`INFO`||||
0 commit comments