mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 15:51:50 +02:00
Correct translation https://github.com/alexbelgium/hassio-addons/issues/671#issuecomment-1405721927
This commit is contained in:
@@ -17,10 +17,10 @@ configuration:
|
|||||||
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
cifspassword:
|
cifspassword:
|
||||||
name: cifspassword
|
name: cifspassword
|
||||||
description: 'Your password to access your SMB share, same for all smb shares'
|
description: "Your password to access your SMB share, same for all smb shares"
|
||||||
cifsusername:
|
cifsusername:
|
||||||
name: cifsusername
|
name: cifsusername
|
||||||
description: 'Your username to access your SMB share, same for all smb shares'
|
description: "Your username to access your SMB share, same for all smb shares"
|
||||||
cifsdomain:
|
cifsdomain:
|
||||||
name: cifsdomain
|
name: cifsdomain
|
||||||
description: Allow setting the domain for the smb share
|
description: Allow setting the domain for the smb share
|
||||||
@@ -34,10 +34,10 @@ configuration:
|
|||||||
name: localdisks
|
name: localdisks
|
||||||
description: >-
|
description: >-
|
||||||
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles)
|
Physical name of the partition (ex. sda1) or the share (ex. SharedFiles)
|
||||||
to mount separated by commas (ex: sda1,sdb1,MYNAS)
|
to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
networkdisks:
|
networkdisks:
|
||||||
name: networkdisks
|
name: networkdisks
|
||||||
description: 'list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)'
|
description: "list of smb servers to mount, separated by commas (//xxx.xx.xx.xx/share)"
|
||||||
DB_HOSTNAME:
|
DB_HOSTNAME:
|
||||||
name: DB_HOSTNAME
|
name: DB_HOSTNAME
|
||||||
description: If using external postgresql
|
description: If using external postgresql
|
||||||
@@ -66,16 +66,16 @@ configuration:
|
|||||||
unit (ex : 5s, or 2m, or 12h, or 5d...)
|
unit (ex : 5s, or 2m, or 12h, or 5d...)
|
||||||
silent:
|
silent:
|
||||||
name: silent
|
name: silent
|
||||||
description: 'true #suppresses debug messages'
|
description: "true #suppresses debug messages"
|
||||||
ssl:
|
ssl:
|
||||||
name: ssl
|
name: ssl
|
||||||
description: 'true/false : enables ssl. Need certfile and keyfile filled'
|
description: "true/false : enables ssl. Need certfile and keyfile filled"
|
||||||
certfile:
|
certfile:
|
||||||
name: certfile
|
name: certfile
|
||||||
description: 'fullchain.pem #ssl certificate, must be located in /ssl'
|
description: "fullchain.pem #ssl certificate, must be located in /ssl"
|
||||||
keyfile:
|
keyfile:
|
||||||
name: keyfile
|
name: keyfile
|
||||||
description: 'privkey.pem #sslkeyfile, must be located in /ssl'
|
description: "privkey.pem #sslkeyfile, must be located in /ssl"
|
||||||
whitelist:
|
whitelist:
|
||||||
name: whitelist
|
name: whitelist
|
||||||
description: '"localhost,192.168.0.0/16" # list ip subnets that won''t need a password'
|
description: '"localhost,192.168.0.0/16" # list ip subnets that won''t need a password'
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ GPID: user
|
|||||||
TZ: timezone
|
TZ: timezone
|
||||||
PASSWORD: Optionally set a password for the gui
|
PASSWORD: Optionally set a password for the gui
|
||||||
CLI_ARGS: Optionally pass cli start arguments to calibre
|
CLI_ARGS: Optionally pass cli start arguments to calibre
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ GPID: user
|
|||||||
TZ: timezone
|
TZ: timezone
|
||||||
PASSWORD: Optionally set a password for the gui
|
PASSWORD: Optionally set a password for the gui
|
||||||
CLI_ARGS: Optionally pass cli start arguments to calibre-web
|
CLI_ARGS: Optionally pass cli start arguments to calibre-web
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ This addon is based on the [docker image](https://hub.docker.com/r/coderaiser/cl
|
|||||||
Webui can be found at `<your-ip>:8000`.
|
Webui can be found at `<your-ip>:8000`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Webui can be found at `<your-ip>:8443`.
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password, same for all smb shares)
|
cifspassword: "password" # optional, smb password, same for all smb shares)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Webui can be found at `<your-ip>:8096`, or within Home Assistant through Ingress
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ certfile: fullchain.pem #ssl certificate
|
|||||||
keyfile: privkey.pem #sslkeyfile
|
keyfile: privkey.pem #sslkeyfile
|
||||||
NoAuth: true/false #Remove password. Resets database when changed.
|
NoAuth: true/false #Remove password. Resets database when changed.
|
||||||
smbv1: false # Should smbv1 be used instead of 2.1+?
|
smbv1: false # Should smbv1 be used instead of 2.1+?
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password, same for all smb shares)
|
cifspassword: "password" # optional, smb password, same for all smb shares)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ You can place the user folder from the theme/skeleton in /share/grav/www/user,
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ Webui can be found at `<your-ip>:8096`.
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ data_directory: path for the main data directory. Defaults to `/share/nextcloud`
|
|||||||
use_own_certs: true/false #if true, use the certfile and keyfile specified
|
use_own_certs: true/false #if true, use the certfile and keyfile specified
|
||||||
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password, same for all smb shares)
|
cifspassword: "password" # optional, smb password, same for all smb shares)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Options can be configured through two ways :
|
|||||||
```yaml
|
```yaml
|
||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||||
cifsusername: "username" # smb username (optional)
|
cifsusername: "username" # smb username (optional)
|
||||||
cifspassword: "password" # smb password (optional)
|
cifspassword: "password" # smb password (optional)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ Options can be configured through two ways :
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
ocrlang: Any language can be set from this page (always three letters) [here](https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016).
|
ocrlang: Any language can be set from this page (always three letters) [here](https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016).
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||||
cifsusername: "username" # smb username (optional)
|
cifsusername: "username" # smb username (optional)
|
||||||
cifspassword: "password" # smb password (optional)
|
cifspassword: "password" # smb password (optional)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ ssl: true/false
|
|||||||
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
||||||
DB_TYPE: "list(sqlite|mariadb_addon|external)" # Mariadb is automatically configured is the addon is installed, sqlite does not need configuration
|
DB_TYPE: "list(sqlite|mariadb_addon|external)" # Mariadb is automatically configured is the addon is installed, sqlite does not need configuration
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ Webui can be found at <http://your-ip:81>.
|
|||||||
```yaml
|
```yaml
|
||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||||
cifsusername: "username" # smb username (optional)
|
cifsusername: "username" # smb username (optional)
|
||||||
cifspassword: "password" # smb password (optional)
|
cifspassword: "password" # smb password (optional)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
## 1.25.1.5286-34f965be8-ls91 (07-12-2021)
|
## 1.25.1.5286-34f965be8-ls91 (07-12-2021)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-plex
|
- Update to latest version from linuxserver/docker-plex
|
||||||
- localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
- localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
|
|
||||||
## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021)
|
## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021)
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ PGID: user
|
|||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
claim: claim code for plex server # see https://github.com/linuxserver/docker-plex
|
claim: claim code for plex server # see https://github.com/linuxserver/docker-plex
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ whitelist: "localhost,192.168.0.0/16" # list ip subnets that won't need a passwo
|
|||||||
customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start. Select 'custom' to fill it yourself in the webui
|
customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start. Select 'custom' to fill it yourself in the webui
|
||||||
DNS_servers: 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
|
DNS_servers: 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
|
||||||
SavePath: "/share/qbittorrent" # Define the download directory
|
SavePath: "/share/qbittorrent" # Define the download directory
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ Webui can be found at <http://your-ip:8888>.
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ GPID: user
|
|||||||
TZ: timezone
|
TZ: timezone
|
||||||
PASSWORD: Optionally set a password for the gui
|
PASSWORD: Optionally set a password for the gui
|
||||||
CLI_ARGS: Optionally pass cli start arguments to seafile
|
CLI_ARGS: Optionally pass cli start arguments to seafile
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Configurations can be done through the app webUI, except for the following optio
|
|||||||
PGID: user
|
PGID: user
|
||||||
GPID: user
|
GPID: user
|
||||||
TZ: timezone
|
TZ: timezone
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Webui can be found at <http://your-ip:8265>.
|
|||||||
App documentation can be found here : https://docs.tdarr.io/docs/welcome/what/
|
App documentation can be found here : https://docs.tdarr.io/docs/welcome/what/
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password, same for all smb shares)
|
cifspassword: "password" # optional, smb password, same for all smb shares)
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ Options :
|
|||||||
```yaml
|
```yaml
|
||||||
download_dir: "/share/downloads" # where the files will be saved after download
|
download_dir: "/share/downloads" # where the files will be saved after download
|
||||||
incomplete_dir: "/share/incomplete" # where the files are saved during download
|
incomplete_dir: "/share/incomplete" # where the files are saved during download
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount, '' if none
|
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount, '' if none
|
||||||
cifsusername: "<username>" # smb username
|
cifsusername: "<username>" # smb username
|
||||||
cifspassword: "<password>" # smb password
|
cifspassword: "<password>" # smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Apps installations are not remanent, you need to do it via addon options. Their
|
|||||||
TZ: timezone
|
TZ: timezone
|
||||||
additional_apps: engrampa,thunderbird # Allows installation of apps, as they are not persistent
|
additional_apps: engrampa,thunderbird # Allows installation of apps, as they are not persistent
|
||||||
DNS_servers: 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
|
DNS_servers: 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
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
@@ -264,7 +264,7 @@
|
|||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
localdisks:
|
localdisks:
|
||||||
name: 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)
|
description: Physical name of the partition (ex. sda1) or the share (ex. SharedFiles) to mount separated by commas (ex. sda1,sdb1,MYNAS)
|
||||||
log_level:
|
log_level:
|
||||||
name: log_level
|
name: log_level
|
||||||
description: See upstream app documentation
|
description: See upstream app documentation
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ LANG: "en-US" # Default language for webtrees
|
|||||||
BASE_URL: "http://192.168.178.69" # The url with which you access webtrees
|
BASE_URL: "http://192.168.178.69" # The url with which you access webtrees
|
||||||
DB_TYPE: "sqlite" # Your database type : sqlite for automatic configuration, or external for manual config
|
DB_TYPE: "sqlite" # Your database type : sqlite for automatic configuration, or external for manual config
|
||||||
CONFIG_LOCATION: location of the config.yaml (see below)
|
CONFIG_LOCATION: location of the config.yaml (see below)
|
||||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
|
||||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password
|
cifspassword: "password" # optional, smb password
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user