fix(apps): remove UMASK as this is taken care from common (#1503)

This commit is contained in:
Stavros Kois
2021-12-11 00:25:39 +01:00
committed by GitHub
parent f04001fda7
commit 7f2eceecc3
8 changed files with 1 additions and 25 deletions
-6
View File
@@ -87,12 +87,6 @@ questions:
schema: schema:
type: int type: int
default: 568 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 - variable: RPC_SECRET
label: "RPC_SECRET" label: "RPC_SECRET"
description: "Sets the RPC_SECRET env var" description: "Sets the RPC_SECRET env var"
-1
View File
@@ -12,7 +12,6 @@ env:
# -- Set the container timezone # -- Set the container timezone
TZ: UTC TZ: UTC
PUID: 568 PUID: 568
UMASK_SET: 022
RPC_SECRET: ChangemeNow # Or From a secret RPC_SECRET: ChangemeNow # Or From a secret
RPC_PORT: 6800 RPC_PORT: 6800
# LISTEN_PORT: 6888 # LISTEN_PORT: 6888
-2
View File
@@ -21,8 +21,6 @@ service:
env: {} env: {}
# TZ: # TZ:
# PUID: # PUID:
# UMASK:
# DOCKER_MODS: # DOCKER_MODS:
persistence: persistence:
+1 -8
View File
@@ -86,13 +86,6 @@ questions:
schema: schema:
type: string type: string
default: "568" 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 - variable: GUAC_USER
label: "GUAC_USER" label: "GUAC_USER"
description: "Username for the calibre gui" description: "Username for the calibre gui"
@@ -110,7 +103,7 @@ questions:
description: "Optionally pass cli start arguments to calibre" description: "Optionally pass cli start arguments to calibre"
schema: schema:
type: string type: string
default: "002" default: ""
# Include{containerConfig} # Include{containerConfig}
- variable: service - variable: service
-2
View File
@@ -25,8 +25,6 @@ env:
GUAC_USER: GUAC_USER:
# -- Password's md5 hash for the calibre gui # -- Password's md5 hash for the calibre gui
GUAC_PASS: GUAC_PASS:
# -- for umask setting of Calibre, default if left unset is 022.
UMASK_SET: "022"
# -- Optionally pass cli start arguments to calibre. # -- Optionally pass cli start arguments to calibre.
CLI_ARGS: CLI_ARGS:
-2
View File
@@ -38,8 +38,6 @@ env:
UID: # 1000 UID: # 1000
# -- Sets GID Photoprism runs under. # -- Sets GID Photoprism runs under.
GID: # 1000 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_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_NAME: "photoprism" # MariaDB or MySQL database schema name
PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB or MySQL database user name PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB or MySQL database user name
-2
View File
@@ -10,8 +10,6 @@ env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001 # PUID: 1001
# UMASK: 022
service: service:
main: main:
ports: ports:
-2
View File
@@ -20,8 +20,6 @@ env:
TZ: UTC TZ: UTC
# -- Specify the user ID the application will run as # -- Specify the user ID the application will run as
PUID: 568 PUID: 568
# -- Sets default UMASK
UMASK: # 022
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml