fix(apps): remove UMASK as this is taken care from common (#1503)
This commit is contained in:
@@ -87,12 +87,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: UMASK_SET
|
||||
label: "UMASK"
|
||||
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
|
||||
schema:
|
||||
type: string
|
||||
default: "022"
|
||||
- variable: RPC_SECRET
|
||||
label: "RPC_SECRET"
|
||||
description: "Sets the RPC_SECRET env var"
|
||||
|
||||
@@ -12,7 +12,6 @@ env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
PUID: 568
|
||||
UMASK_SET: 022
|
||||
RPC_SECRET: ChangemeNow # Or From a secret
|
||||
RPC_PORT: 6800
|
||||
# LISTEN_PORT: 6888
|
||||
|
||||
@@ -21,8 +21,6 @@ service:
|
||||
env: {}
|
||||
# TZ:
|
||||
# PUID:
|
||||
|
||||
# UMASK:
|
||||
# DOCKER_MODS:
|
||||
|
||||
persistence:
|
||||
|
||||
@@ -86,13 +86,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: "568"
|
||||
|
||||
- variable: UMASK_SET
|
||||
label: "UMASK"
|
||||
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
|
||||
schema:
|
||||
type: string
|
||||
default: "002"
|
||||
- variable: GUAC_USER
|
||||
label: "GUAC_USER"
|
||||
description: "Username for the calibre gui"
|
||||
@@ -110,7 +103,7 @@ questions:
|
||||
description: "Optionally pass cli start arguments to calibre"
|
||||
schema:
|
||||
type: string
|
||||
default: "002"
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: service
|
||||
|
||||
@@ -25,8 +25,6 @@ env:
|
||||
GUAC_USER:
|
||||
# -- Password's md5 hash for the calibre gui
|
||||
GUAC_PASS:
|
||||
# -- for umask setting of Calibre, default if left unset is 022.
|
||||
UMASK_SET: "022"
|
||||
# -- Optionally pass cli start arguments to calibre.
|
||||
CLI_ARGS:
|
||||
|
||||
|
||||
@@ -38,8 +38,6 @@ env:
|
||||
UID: # 1000
|
||||
# -- Sets GID Photoprism runs under.
|
||||
GID: # 1000
|
||||
# -- Sets UMASK.
|
||||
UMASK: # 0000
|
||||
PHOTOPRISM_DATABASE_DRIVER: "mysql" # Use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance
|
||||
PHOTOPRISM_DATABASE_NAME: "photoprism" # MariaDB or MySQL database schema name
|
||||
PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB or MySQL database user name
|
||||
|
||||
@@ -10,8 +10,6 @@ env: {}
|
||||
# TZ: UTC
|
||||
# PUID: 1001
|
||||
|
||||
# UMASK: 022
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
@@ -20,8 +20,6 @@ env:
|
||||
TZ: UTC
|
||||
# -- Specify the user ID the application will run as
|
||||
PUID: 568
|
||||
# -- Sets default UMASK
|
||||
UMASK: # 022
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
|
||||
Reference in New Issue
Block a user