kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
36e7d44141
commit
a137c464dc
|
@ -74,6 +74,8 @@ services:
|
|||
- DISCORD__REQUESTED_MSG_STYLE=:plain #optional
|
||||
- SONARR__QUALITY_PROFILE=<not_set_by_default> #optional
|
||||
- RADARR__QUALITY_PROFILE=<not_set_by_default> #optional
|
||||
- SONARR__ROOTFOLDER=<not_set_by_default> #optional
|
||||
- RADARR__ROOTFOLDER=<not_set_by_default> #optional
|
||||
- SONARR__LANGUAGE_PROFILE=<not_set_by_default> #optional
|
||||
- OVERSEERR__DEFAULT_ID=<not_set_by_default> #optional
|
||||
- PARTIAL_SEASONS=true #optional
|
||||
|
@ -104,6 +106,8 @@ docker run -d \
|
|||
-e DISCORD__REQUESTED_MSG_STYLE=:plain `#optional` \
|
||||
-e SONARR__QUALITY_PROFILE=<not_set_by_default> `#optional` \
|
||||
-e RADARR__QUALITY_PROFILE=<not_set_by_default> `#optional` \
|
||||
-e SONARR__ROOTFOLDER=<not_set_by_default> `#optional` \
|
||||
-e RADARR__ROOTFOLDER=<not_set_by_default> `#optional` \
|
||||
-e SONARR__LANGUAGE_PROFILE=<not_set_by_default> `#optional` \
|
||||
-e OVERSEERR__DEFAULT_ID=<not_set_by_default> `#optional` \
|
||||
-e PARTIAL_SEASONS=true `#optional` \
|
||||
|
@ -142,7 +146,9 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `DISCORD__REQUESTED_MSG_STYLE=:plain` | Sets the style of the request alert message. One of `:plain` `:embed` `:none` |
|
||||
| `SONARR__QUALITY_PROFILE=<not_set_by_default>` | The name of the quality profile to use by default for Sonarr |
|
||||
| `RADARR__QUALITY_PROFILE=<not_set_by_default>` | The name of the quality profile to use by default for Radarr |
|
||||
| `SONARR__LANGUAGE_PROFILE=<not_set_by_default>` | The name of the language profile to use by default for Radarr |
|
||||
| `SONARR__ROOTFOLDER=<not_set_by_default>` | The root folder to use by default for Sonarr |
|
||||
| `RADARR__ROOTFOLDER=<not_set_by_default>` | The root folder to use by default for Radarr |
|
||||
| `SONARR__LANGUAGE_PROFILE=<not_set_by_default>` | The name of the language profile to use by default for Sonarr |
|
||||
| `OVERSEERR__DEFAULT_ID=<not_set_by_default>` | The Overseerr user id to use by default if there is no associated discord account for the requester |
|
||||
| `PARTIAL_SEASONS=true` | Sets whether users can request partial seasons. |
|
||||
| `LOG_LEVEL=:info` | The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report` |
|
||||
|
|
Ładowanie…
Reference in New Issue