From f6ccdde146377adf7c8a68ca38d9f8bc741d9049 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 24 Jan 2023 12:14:50 +0100 Subject: [PATCH] Add CONFIG_LOCATION --- addons_updater/translations/en.yaml | 18 +++++++++++------- arpspoof/translations/en.yaml | 4 ++++ baikal/translations/en.yaml | 4 ++++ bazarr/translations/en.yaml | 4 ++++ bitwarden/translations/en.yaml | 4 ++++ booksonic_air/translations/en.yaml | 4 ++++ browserless_chrome/translations/en.yaml | 4 ++++ calibre/translations/en.yaml | 4 ++++ calibre_web/translations/en.yaml | 4 ++++ cloudcommander/translations/en.yaml | 4 ++++ code-server/translations/en.yaml | 4 ++++ elasticsearch/translations/en.yaml | 4 ++++ emby/translations/en.yaml | 4 ++++ enedisgateway2mqtt/translations/en.yaml | 4 ++++ enedisgateway2mqtt_dev/translations/en.yaml | 4 ++++ epicgamesfree/translations/en.yaml | 4 ++++ filebrowser/translations/en.yaml | 4 ++++ fireflyiii/translations/en.yaml | 4 ++++ fireflyiii_data_importer/translations/en.yaml | 4 ++++ fireflyiii_fints_importer/translations/en.yaml | 4 ++++ flaresolverr/translations/en.yaml | 4 ++++ flexget/translations/en.yaml | 4 ++++ gazpar2mqtt/translations/en.yaml | 4 ++++ gitea/translations/en.yaml | 4 ++++ grav/translations/en.yaml | 4 ++++ guacamole/translations/en.yaml | 4 ++++ immich/translations/en.yaml | 4 ++++ inadyn/translations/en.yaml | 4 ++++ jackett/translations/en.yaml | 4 ++++ jellyfin/translations/en.yaml | 4 ++++ joal/translations/en.yaml | 4 ++++ joplin/translations/en.yaml | 4 ++++ lidarr/translations/en.yaml | 4 ++++ mealie/translations/en.yaml | 4 ++++ mylar3/translations/en.yaml | 4 ++++ nextcloud/translations/en.yaml | 4 ++++ nzbget/translations/en.yaml | 4 ++++ omada/translations/en.yaml | 4 ++++ omada_v3/translations/en.yaml | 4 ++++ ombi/translations/en.yaml | 4 ++++ organizr/translations/en.yaml | 4 ++++ overseerr/translations/en.yaml | 4 ++++ paperless_ngx/translations/en.yaml | 4 ++++ papermerge/translations/en.yaml | 4 ++++ photoprism/translations/en.yaml | 4 ++++ piwigo/translations/en.yaml | 4 ++++ plex/translations/en.yaml | 4 ++++ plex_meta_manager/translations/en.yaml | 4 ++++ portainer/translations/en.yaml | 4 ++++ prowlarr/translations/en.yaml | 4 ++++ qbittorrent/translations/en.yaml | 4 ++++ radarr/translations/en.yaml | 4 ++++ readarr/translations/en.yaml | 4 ++++ requestrr/translations/en.yaml | 4 ++++ resiliosync/translations/en.yaml | 4 ++++ scrutiny/translations/en.yaml | 4 ++++ scrutiny_fa/translations/en.yaml | 4 ++++ seafile/translations/en.yaml | 4 ++++ sonarr/translations/en.yaml | 4 ++++ spotweb/translations/en.yaml | 4 ++++ tandoor_recipes/translations/en.yaml | 4 ++++ tdarr/translations/en.yaml | 4 ++++ teamspeak/translations/en.yaml | 4 ++++ transmission/translations/en.yaml | 4 ++++ transmission_openvpn/translations/en.yaml | 4 ++++ ubooquity/translations/en.yaml | 4 ++++ unpackerr/translations/en.yaml | 4 ++++ webtop_kde/translations/en.yaml | 4 ++++ webtrees/translations/en.yaml | 4 ++++ wger/translations/en.yaml | 4 ++++ whoogle/translations/en.yaml | 4 ++++ xteve/translations/en.yaml | 4 ++++ zoneminder/translations/en.yaml | 4 ++++ 73 files changed, 299 insertions(+), 7 deletions(-) diff --git a/addons_updater/translations/en.yaml b/addons_updater/translations/en.yaml index bd46b44b4..df3c2a834 100644 --- a/addons_updater/translations/en.yaml +++ b/addons_updater/translations/en.yaml @@ -17,10 +17,10 @@ configuration: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones cifspassword: name: cifspassword - description: 'Your password to access your SMB share, same for all smb shares' + description: "Your password to access your SMB share, same for all smb shares" cifsusername: name: cifsusername - description: 'Your username to access your SMB share, same for all smb shares' + description: "Your username to access your SMB share, same for all smb shares" cifsdomain: name: cifsdomain description: Allow setting the domain for the smb share @@ -37,7 +37,7 @@ configuration: to mount separated by commas (ex: sda1,sdb1,MYNAS) networkdisks: name: networkdisks - description: 'list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)' + description: "list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)" DB_HOSTNAME: name: DB_HOSTNAME description: If using external postgresql @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- @@ -66,16 +70,16 @@ configuration: unit (ex : 5s, or 2m, or 12h, or 5d...) silent: name: silent - description: 'true #suppresses debug messages' + description: "true #suppresses debug messages" ssl: name: ssl - description: 'true/false : enables ssl. Need certfile and keyfile filled' + description: "true/false : enables ssl. Need certfile and keyfile filled" certfile: name: certfile - description: 'fullchain.pem #ssl certificate, must be located in /ssl' + description: "fullchain.pem #ssl certificate, must be located in /ssl" keyfile: name: keyfile - description: 'privkey.pem #sslkeyfile, must be located in /ssl' + description: "privkey.pem #sslkeyfile, must be located in /ssl" whitelist: name: whitelist description: '"localhost,192.168.0.0/16" # list ip subnets that won''t need a password' diff --git a/arpspoof/translations/en.yaml b/arpspoof/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/arpspoof/translations/en.yaml +++ b/arpspoof/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/baikal/translations/en.yaml b/baikal/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/baikal/translations/en.yaml +++ b/baikal/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/bazarr/translations/en.yaml b/bazarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/bazarr/translations/en.yaml +++ b/bazarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/bitwarden/translations/en.yaml b/bitwarden/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/bitwarden/translations/en.yaml +++ b/bitwarden/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/booksonic_air/translations/en.yaml b/booksonic_air/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/booksonic_air/translations/en.yaml +++ b/booksonic_air/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/browserless_chrome/translations/en.yaml b/browserless_chrome/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/browserless_chrome/translations/en.yaml +++ b/browserless_chrome/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/calibre/translations/en.yaml b/calibre/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/calibre/translations/en.yaml +++ b/calibre/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/calibre_web/translations/en.yaml b/calibre_web/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/calibre_web/translations/en.yaml +++ b/calibre_web/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/cloudcommander/translations/en.yaml b/cloudcommander/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/cloudcommander/translations/en.yaml +++ b/cloudcommander/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/code-server/translations/en.yaml b/code-server/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/code-server/translations/en.yaml +++ b/code-server/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/elasticsearch/translations/en.yaml b/elasticsearch/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/elasticsearch/translations/en.yaml +++ b/elasticsearch/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/emby/translations/en.yaml b/emby/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/emby/translations/en.yaml +++ b/emby/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/enedisgateway2mqtt/translations/en.yaml b/enedisgateway2mqtt/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/enedisgateway2mqtt/translations/en.yaml +++ b/enedisgateway2mqtt/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/enedisgateway2mqtt_dev/translations/en.yaml b/enedisgateway2mqtt_dev/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/enedisgateway2mqtt_dev/translations/en.yaml +++ b/enedisgateway2mqtt_dev/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/epicgamesfree/translations/en.yaml b/epicgamesfree/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/epicgamesfree/translations/en.yaml +++ b/epicgamesfree/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/filebrowser/translations/en.yaml b/filebrowser/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/filebrowser/translations/en.yaml +++ b/filebrowser/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/fireflyiii/translations/en.yaml b/fireflyiii/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/fireflyiii/translations/en.yaml +++ b/fireflyiii/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/fireflyiii_data_importer/translations/en.yaml b/fireflyiii_data_importer/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/fireflyiii_data_importer/translations/en.yaml +++ b/fireflyiii_data_importer/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/fireflyiii_fints_importer/translations/en.yaml b/fireflyiii_fints_importer/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/fireflyiii_fints_importer/translations/en.yaml +++ b/fireflyiii_fints_importer/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/flaresolverr/translations/en.yaml b/flaresolverr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/flaresolverr/translations/en.yaml +++ b/flaresolverr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/flexget/translations/en.yaml b/flexget/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/flexget/translations/en.yaml +++ b/flexget/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/gazpar2mqtt/translations/en.yaml b/gazpar2mqtt/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/gazpar2mqtt/translations/en.yaml +++ b/gazpar2mqtt/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/gitea/translations/en.yaml b/gitea/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/gitea/translations/en.yaml +++ b/gitea/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/grav/translations/en.yaml b/grav/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/grav/translations/en.yaml +++ b/grav/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/guacamole/translations/en.yaml b/guacamole/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/guacamole/translations/en.yaml +++ b/guacamole/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/immich/translations/en.yaml b/immich/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/immich/translations/en.yaml +++ b/immich/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/inadyn/translations/en.yaml b/inadyn/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/inadyn/translations/en.yaml +++ b/inadyn/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/jackett/translations/en.yaml b/jackett/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/jackett/translations/en.yaml +++ b/jackett/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/jellyfin/translations/en.yaml b/jellyfin/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/jellyfin/translations/en.yaml +++ b/jellyfin/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/joal/translations/en.yaml b/joal/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/joal/translations/en.yaml +++ b/joal/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/joplin/translations/en.yaml b/joplin/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/joplin/translations/en.yaml +++ b/joplin/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/lidarr/translations/en.yaml b/lidarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/lidarr/translations/en.yaml +++ b/lidarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/mealie/translations/en.yaml b/mealie/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/mealie/translations/en.yaml +++ b/mealie/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/mylar3/translations/en.yaml b/mylar3/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/mylar3/translations/en.yaml +++ b/mylar3/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/nextcloud/translations/en.yaml b/nextcloud/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/nextcloud/translations/en.yaml +++ b/nextcloud/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/nzbget/translations/en.yaml b/nzbget/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/nzbget/translations/en.yaml +++ b/nzbget/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/omada/translations/en.yaml b/omada/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/omada/translations/en.yaml +++ b/omada/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/omada_v3/translations/en.yaml b/omada_v3/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/omada_v3/translations/en.yaml +++ b/omada_v3/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/ombi/translations/en.yaml b/ombi/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/ombi/translations/en.yaml +++ b/ombi/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/organizr/translations/en.yaml b/organizr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/organizr/translations/en.yaml +++ b/organizr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/overseerr/translations/en.yaml b/overseerr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/overseerr/translations/en.yaml +++ b/overseerr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/paperless_ngx/translations/en.yaml b/paperless_ngx/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/paperless_ngx/translations/en.yaml +++ b/paperless_ngx/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/papermerge/translations/en.yaml b/papermerge/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/papermerge/translations/en.yaml +++ b/papermerge/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/photoprism/translations/en.yaml b/photoprism/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/photoprism/translations/en.yaml +++ b/photoprism/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/piwigo/translations/en.yaml b/piwigo/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/piwigo/translations/en.yaml +++ b/piwigo/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/plex/translations/en.yaml b/plex/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/plex/translations/en.yaml +++ b/plex/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/plex_meta_manager/translations/en.yaml b/plex_meta_manager/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/plex_meta_manager/translations/en.yaml +++ b/plex_meta_manager/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/portainer/translations/en.yaml b/portainer/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/portainer/translations/en.yaml +++ b/portainer/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/prowlarr/translations/en.yaml b/prowlarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/prowlarr/translations/en.yaml +++ b/prowlarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/qbittorrent/translations/en.yaml b/qbittorrent/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/qbittorrent/translations/en.yaml +++ b/qbittorrent/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/radarr/translations/en.yaml b/radarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/radarr/translations/en.yaml +++ b/radarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/readarr/translations/en.yaml b/readarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/readarr/translations/en.yaml +++ b/readarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/requestrr/translations/en.yaml b/requestrr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/requestrr/translations/en.yaml +++ b/requestrr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/resiliosync/translations/en.yaml b/resiliosync/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/resiliosync/translations/en.yaml +++ b/resiliosync/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/scrutiny/translations/en.yaml b/scrutiny/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/scrutiny/translations/en.yaml +++ b/scrutiny/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/scrutiny_fa/translations/en.yaml b/scrutiny_fa/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/scrutiny_fa/translations/en.yaml +++ b/scrutiny_fa/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/seafile/translations/en.yaml b/seafile/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/seafile/translations/en.yaml +++ b/seafile/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/sonarr/translations/en.yaml b/sonarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/sonarr/translations/en.yaml +++ b/sonarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/spotweb/translations/en.yaml b/spotweb/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/spotweb/translations/en.yaml +++ b/spotweb/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/tandoor_recipes/translations/en.yaml b/tandoor_recipes/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/tandoor_recipes/translations/en.yaml +++ b/tandoor_recipes/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/tdarr/translations/en.yaml b/tdarr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/tdarr/translations/en.yaml +++ b/tdarr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/teamspeak/translations/en.yaml b/teamspeak/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/teamspeak/translations/en.yaml +++ b/teamspeak/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/transmission/translations/en.yaml b/transmission/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/transmission/translations/en.yaml +++ b/transmission/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/transmission_openvpn/translations/en.yaml b/transmission_openvpn/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/transmission_openvpn/translations/en.yaml +++ b/transmission_openvpn/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/ubooquity/translations/en.yaml b/ubooquity/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/ubooquity/translations/en.yaml +++ b/ubooquity/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/unpackerr/translations/en.yaml b/unpackerr/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/unpackerr/translations/en.yaml +++ b/unpackerr/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/webtop_kde/translations/en.yaml b/webtop_kde/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/webtop_kde/translations/en.yaml +++ b/webtop_kde/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/webtrees/translations/en.yaml b/webtrees/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/webtrees/translations/en.yaml +++ b/webtrees/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/wger/translations/en.yaml b/wger/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/wger/translations/en.yaml +++ b/wger/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/whoogle/translations/en.yaml b/whoogle/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/whoogle/translations/en.yaml +++ b/whoogle/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/xteve/translations/en.yaml b/xteve/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/xteve/translations/en.yaml +++ b/xteve/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >- diff --git a/zoneminder/translations/en.yaml b/zoneminder/translations/en.yaml index 955d5cca1..df3c2a834 100644 --- a/zoneminder/translations/en.yaml +++ b/zoneminder/translations/en.yaml @@ -59,6 +59,10 @@ configuration: JWT_SECRET: name: JWT_SECRET description: Used to sign the authentication keys for user login + CONFIG_LOCATION: + name: CONFIG_LOCATION + description: >- + Location of the config.yaml file. Additional ENV variables set in this file will be added to the addon environment run_duration: name: run_duration description: >-