mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Add translations
This commit is contained in:
110
addons_updater/translations/en.yaml
Normal file
110
addons_updater/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
arpspoof/translations/en.yaml
Normal file
110
arpspoof/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
baikal/translations/en.yaml
Normal file
110
baikal/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
bazarr/translations/en.yaml
Normal file
110
bazarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
bitwarden/translations/en.yaml
Normal file
110
bitwarden/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
booksonic_air/translations/en.yaml
Normal file
110
booksonic_air/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
browserless_chrome/translations/en.yaml
Normal file
110
browserless_chrome/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
calibre/translations/en.yaml
Normal file
110
calibre/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
calibre_web/translations/en.yaml
Normal file
110
calibre_web/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
cloudcommander/translations/en.yaml
Normal file
110
cloudcommander/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
code-server/translations/en.yaml
Normal file
110
code-server/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
elasticsearch/translations/en.yaml
Normal file
110
elasticsearch/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
emby/translations/en.yaml
Normal file
110
emby/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
enedisgateway2mqtt/translations/en.yaml
Normal file
110
enedisgateway2mqtt/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
enedisgateway2mqtt_dev/translations/en.yaml
Normal file
110
enedisgateway2mqtt_dev/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
epicgamesfree/translations/en.yaml
Normal file
110
epicgamesfree/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
filebrowser/translations/en.yaml
Normal file
110
filebrowser/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
fireflyiii/translations/en.yaml
Normal file
110
fireflyiii/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
fireflyiii_data_importer/translations/en.yaml
Normal file
110
fireflyiii_data_importer/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
fireflyiii_fints_importer/translations/en.yaml
Normal file
110
fireflyiii_fints_importer/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
flaresolverr/translations/en.yaml
Normal file
110
flaresolverr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
flexget/translations/en.yaml
Normal file
110
flexget/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
gazpar2mqtt/translations/en.yaml
Normal file
110
gazpar2mqtt/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
gitea/translations/en.yaml
Normal file
110
gitea/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
grav/translations/en.yaml
Normal file
110
grav/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
guacamole/translations/en.yaml
Normal file
110
guacamole/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
@@ -15,11 +15,15 @@ configuration:
|
|||||||
cifspassword:
|
cifspassword:
|
||||||
name: cifspassword
|
name: cifspassword
|
||||||
description: >-
|
description: >-
|
||||||
Your password to access your SMB share
|
Your password to access your SMB share, same for all smb shares
|
||||||
cifsusername:
|
cifsusername:
|
||||||
name: cifsusername
|
name: cifsusername
|
||||||
description: >-
|
description: >-
|
||||||
Your username to access your SMB share
|
Your username to access your SMB share, same for all smb shares
|
||||||
|
cifsdomain:
|
||||||
|
name: cifsdomain
|
||||||
|
description: >-
|
||||||
|
Allow setting the domain for the smb share
|
||||||
database:
|
database:
|
||||||
name: database
|
name: database
|
||||||
description: >-
|
description: >-
|
||||||
@@ -27,40 +31,80 @@ configuration:
|
|||||||
data_location:
|
data_location:
|
||||||
name: data_location
|
name: data_location
|
||||||
description: >-
|
description: >-
|
||||||
Where do you want your data stored
|
Where do you want your data stored
|
||||||
localdisks:
|
localdisks:
|
||||||
name: localdisks
|
name: localdisks
|
||||||
description: >-
|
description: >-
|
||||||
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex: sda1,sdb1,MYNAS)
|
||||||
networkdisks:
|
networkdisks:
|
||||||
name: networkdisks
|
name: networkdisks
|
||||||
description: >-
|
description: >-
|
||||||
URL of your SMB mount (//xxx.xx.xx.xx/share)
|
list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)
|
||||||
DB_HOSTNAME:
|
DB_HOSTNAME:
|
||||||
name: DB_HOSTNAME
|
name: DB_HOSTNAME
|
||||||
description: >-
|
description: >-
|
||||||
If using external postgresql
|
If using external postgresql
|
||||||
DB_USERNAME:
|
DB_USERNAME:
|
||||||
name: DB_USERNAME
|
name: DB_USERNAME
|
||||||
description: >-
|
description: >-
|
||||||
If using external postgresql
|
If using external postgresql
|
||||||
DB_PORT:
|
DB_PORT:
|
||||||
name: DB_PORT
|
name: DB_PORT
|
||||||
description: >-
|
description: >-
|
||||||
If using external postgresql
|
If using external postgresql
|
||||||
DB_PASSWORD:
|
DB_PASSWORD:
|
||||||
name: DB_PASSWORD
|
name: DB_PASSWORD
|
||||||
description: >-
|
description: >-
|
||||||
If using external postgresql
|
If using external postgresql
|
||||||
DB_DATABASE_NAME:
|
DB_DATABASE_NAME:
|
||||||
name: DB_DATABASE_NAME
|
name: DB_DATABASE_NAME
|
||||||
description: >-
|
description: >-
|
||||||
If using external postgresql
|
If using external postgresql
|
||||||
UPLOAD_LOCATION:
|
UPLOAD_LOCATION:
|
||||||
name: UPLOAD_LOCATION
|
name: UPLOAD_LOCATION
|
||||||
description: >-
|
description: >-
|
||||||
This is the location where uploaded files are stored
|
This is the location where uploaded files are stored
|
||||||
JWT_SECRET:
|
JWT_SECRET:
|
||||||
name: JWT_SECRET
|
name: JWT_SECRET
|
||||||
description: >-
|
description: >-
|
||||||
Used to sign the authentication keys for user login
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
|
|||||||
110
inadyn/translations/en.yaml
Normal file
110
inadyn/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
jackett/translations/en.yaml
Normal file
110
jackett/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
jellyfin/translations/en.yaml
Normal file
110
jellyfin/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
joal/translations/en.yaml
Normal file
110
joal/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
joplin/translations/en.yaml
Normal file
110
joplin/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
lidarr/translations/en.yaml
Normal file
110
lidarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
mealie/translations/en.yaml
Normal file
110
mealie/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
mylar3/translations/en.yaml
Normal file
110
mylar3/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
nextcloud/translations/en.yaml
Normal file
110
nextcloud/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
nzbget/translations/en.yaml
Normal file
110
nzbget/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
omada/translations/en.yaml
Normal file
110
omada/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
omada_v3/translations/en.yaml
Normal file
110
omada_v3/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
ombi/translations/en.yaml
Normal file
110
ombi/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
organizr/translations/en.yaml
Normal file
110
organizr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
overseerr/translations/en.yaml
Normal file
110
overseerr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
paperless_ngx/translations/en.yaml
Normal file
110
paperless_ngx/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
papermerge/translations/en.yaml
Normal file
110
papermerge/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
photoprism/translations/en.yaml
Normal file
110
photoprism/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
piwigo/translations/en.yaml
Normal file
110
piwigo/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
plex/translations/en.yaml
Normal file
110
plex/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
plex_meta_manager/translations/en.yaml
Normal file
110
plex_meta_manager/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
portainer/translations/en.yaml
Normal file
110
portainer/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
prowlarr/translations/en.yaml
Normal file
110
prowlarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
qbittorrent/translations/en.yaml
Normal file
110
qbittorrent/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
radarr/translations/en.yaml
Normal file
110
radarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
readarr/translations/en.yaml
Normal file
110
readarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
requestrr/translations/en.yaml
Normal file
110
requestrr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
resiliosync/translations/en.yaml
Normal file
110
resiliosync/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
scrutiny/translations/en.yaml
Normal file
110
scrutiny/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
scrutiny_fa/translations/en.yaml
Normal file
110
scrutiny_fa/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
seafile/translations/en.yaml
Normal file
110
seafile/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
sonarr/translations/en.yaml
Normal file
110
sonarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
spotweb/translations/en.yaml
Normal file
110
spotweb/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
tandoor_recipes/translations/en.yaml
Normal file
110
tandoor_recipes/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
tdarr/translations/en.yaml
Normal file
110
tdarr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
teamspeak/translations/en.yaml
Normal file
110
teamspeak/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
transmission/translations/en.yaml
Normal file
110
transmission/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
transmission_openvpn/translations/en.yaml
Normal file
110
transmission_openvpn/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
ubooquity/translations/en.yaml
Normal file
110
ubooquity/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
unpackerr/translations/en.yaml
Normal file
110
unpackerr/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
webtop_kde/translations/en.yaml
Normal file
110
webtop_kde/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
webtrees/translations/en.yaml
Normal file
110
webtrees/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
wger/translations/en.yaml
Normal file
110
wger/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
whoogle/translations/en.yaml
Normal file
110
whoogle/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
xteve/translations/en.yaml
Normal file
110
xteve/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
110
zoneminder/translations/en.yaml
Normal file
110
zoneminder/translations/en.yaml
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
PGID:
|
||||||
|
name: PGID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
PUID:
|
||||||
|
name: PUID
|
||||||
|
description: >-
|
||||||
|
The user group ID, as described in https://docs.linuxserver.io/general/understanding-puid-and-pgid
|
||||||
|
TZ:
|
||||||
|
name: TZ
|
||||||
|
description: >-
|
||||||
|
The timezone, as described in 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
|
||||||
|
cifsusername:
|
||||||
|
name: cifsusername
|
||||||
|
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
|
||||||
|
database:
|
||||||
|
name: database
|
||||||
|
description: >-
|
||||||
|
Type of database to use
|
||||||
|
data_location:
|
||||||
|
name: data_location
|
||||||
|
description: >-
|
||||||
|
Where do you want your data stored
|
||||||
|
localdisks:
|
||||||
|
name: localdisks
|
||||||
|
description: >-
|
||||||
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) 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)
|
||||||
|
DB_HOSTNAME:
|
||||||
|
name: DB_HOSTNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_USERNAME:
|
||||||
|
name: DB_USERNAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PORT:
|
||||||
|
name: DB_PORT
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_PASSWORD:
|
||||||
|
name: DB_PASSWORD
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
DB_DATABASE_NAME:
|
||||||
|
name: DB_DATABASE_NAME
|
||||||
|
description: >-
|
||||||
|
If using external postgresql
|
||||||
|
UPLOAD_LOCATION:
|
||||||
|
name: UPLOAD_LOCATION
|
||||||
|
description: >-
|
||||||
|
This is the location where uploaded files are stored
|
||||||
|
JWT_SECRET:
|
||||||
|
name: JWT_SECRET
|
||||||
|
description: >-
|
||||||
|
Used to sign the authentication keys for user login
|
||||||
|
run_duration:
|
||||||
|
name: run_duration
|
||||||
|
description: >-
|
||||||
|
12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
|
silent:
|
||||||
|
name: silent
|
||||||
|
description: >-
|
||||||
|
true #suppresses debug messages
|
||||||
|
ssl:
|
||||||
|
name: ssl
|
||||||
|
description: >-
|
||||||
|
true/false : enables ssl. Need certfile and keyfile filled
|
||||||
|
certfile:
|
||||||
|
name: certfile
|
||||||
|
description: >-
|
||||||
|
fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
keyfile:
|
||||||
|
name: keyfile
|
||||||
|
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
|
||||||
|
customUI:
|
||||||
|
name: customUI
|
||||||
|
description: >-
|
||||||
|
selection from list # alternative webUI can be set here. Latest version set at each addon start
|
||||||
|
DNS_servers:
|
||||||
|
name: DNS_servers
|
||||||
|
description: >-
|
||||||
|
8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
|
||||||
|
openvpn_alt_mode:
|
||||||
|
name: openvpn_alt_mode
|
||||||
|
description: >-
|
||||||
|
bind at container level and not app level
|
||||||
|
openvpn_config:
|
||||||
|
name: openvpn_config
|
||||||
|
description: >-
|
||||||
|
for example "config.ovpn" # name of the file located in /config/openvpn
|
||||||
Reference in New Issue
Block a user