Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(apps): remove hidden vars/configs from questions.yaml #1577

Merged
merged 1 commit into from
Dec 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions charts/incubator/tdarr-node/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ questions:
required: true
$ref:
- "definitions/nodeIP"
- variable: nodePort
label: "nodePort"
description: "Sets the port of this node."
schema:
type: int
required: true
hidden: true
default: 8267
- variable: serverIP
label: "serverIP"
description: "Sets the serverIP, to which this node will connect. Use the service name if the node is in the same cluster"
Expand Down
24 changes: 0 additions & 24 deletions charts/incubator/tdarr/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,30 +90,6 @@ questions:
type: int
required: true
default: 568
- variable: serverIP
label: "serverIP"
description: "Sets the serverIP."
schema:
type: string
required: true
hidden: true
default: "localhost"
- variable: serverPort
label: "serverPort"
description: "Sets the server's comm port."
schema:
type: int
required: true
hidden: true
default: 8266
- variable: webUIPort
label: "webUIPort"
description: "Sets the webUIPort."
schema:
type: int
required: true
hidden: true
default: 8265

# Include{containerConfig}

Expand Down
7 changes: 0 additions & 7 deletions charts/stable/aria2/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ questions:
schema:
type: int
default: 568
- variable: RPC_PORT
label: "RPC_PORT"
description: "Sets the RPC_PORT env var"
schema:
type: int
hidden: true
default: 6800
# Include{containerConfig}

- variable: service
Expand Down
6 changes: 0 additions & 6 deletions charts/stable/authelia/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,12 +1070,6 @@ questions:
schema:
type: boolean
default: false
- variable: minimum_parameter_entropy
label: "Minimum Parameter Entropy"
schema:
type: int
default: 8
hidden: true
- variable: clients
label: "Clients"
schema:
Expand Down
8 changes: 0 additions & 8 deletions charts/stable/gotify/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ questions:
type: dict
attrs:
# Include{fixedEnv}
- variable: GOTIFY_SERVER_PORT
label: "GOTIFY_SERVER_PORT"
description: "Sets the GOTIFY_SERVER_PORT env var"
schema:
type: int
required: true
hidden: true
default: 8080
- variable: GOTIFY_SERVER_KEEPALIVEPERIODSECONDS
label: "GOTIFY_SERVER_KEEPALIVEPERIODSECONDS"
description: "Sets the GOTIFY_SERVER_KEEPALIVEPERIODSECONDS env var"
Expand Down
8 changes: 0 additions & 8 deletions charts/stable/joplin-server/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ questions:
schema:
type: string
default: ""
- variable: APP_PORT
label: "APP_PORT"
description: "Sets the APP_BASE_URL env var"
schema:
type: int
required: true
hidden: true
default: 22300

# Include{containerConfig}

Expand Down
48 changes: 0 additions & 48 deletions charts/stable/photoprism/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,54 +112,6 @@ questions:
schema:
type: string
default: "/photoprism/import"
- variable: PHOTOPRISM_TEMP_PATH
label: "PHOTOPRISM_TEMP_PATH"
description: "Photoprism temp path"
schema:
hidden: true
editable: false
type: string
default: "/photoprism/temp"
- variable: PHOTOPRISM_STORAGE_PATH
label: "PHOTOPRISM_STORAGE_PATH"
description: "Photoprism storage path"
schema:
hidden: true
editable: false
type: string
default: "/assets/storage"
- variable: PHOTOPRISM_SIDECAR_PATH
label: "PHOTOPRISM_SIDECAR_PATH"
description: "Photoprism sidecar path"
schema:
hidden: true
editable: false
type: string
default: "/assets/sidecar"
- variable: PHOTOPRISM_CACHE_PATH
label: "PHOTOPRISM_CACHE_PATH"
description: "Photoprism cache path"
schema:
hidden: true
editable: false
type: string
default: "/assets/cache"
- variable: PHOTOPRISM_CONFIG_PATH
label: "PHOTOPRISM_CONFIG_PATH"
description: "Photoprism config path"
schema:
hidden: true
editable: false
type: string
default: "/assets/config"
- variable: PROTOPRISM_BACKUP_PATH
label: "PROTOPRISM_BACKUP_PATH"
description: "Photoprism backup path"
schema:
hidden: true
editable: false
type: string
default: "/assets/backup"
- variable: PHOTOPRISM_PUBLIC
label: "PHOTOPRISM_PUBLIC"
description: "Disable authentication / password protection"
Expand Down
18 changes: 9 additions & 9 deletions charts/stable/photoprism/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ env:
# -- Set the container timezone
TZ: UTC
# -- Photoprism originals path
PHOTOPRISM_ORIGINALS_PATH: /photoprism/originals
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
# -- Photoprism import path
PHOTOPRISM_IMPORT_PATH: /photoprism/import
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
# -- Photoprism temp path
PHOTOPRISM_TEMP_PATH: /photoprism/temp
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"
# -- Photoprism storage path
PHOTOPRISM_STORAGE_PATH: /assets/storage
PHOTOPRISM_STORAGE_PATH: "/assets/storage"
# -- Photoprism sidecar path
PHOTOPRISM_SIDECAR_PATH: /assets/sidecar
PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar"
# -- Photoprism cache path
PHOTOPRISM_CACHE_PATH: /assets/cache
PHOTOPRISM_CACHE_PATH: "/assets/cache"
# -- Photoprism config path
PHOTOPRISM_CONFIG_PATH: /assets/config
PHOTOPRISM_CONFIG_PATH: "/assets/config"
# -- Photoprism backup path
PROTOPRISM_BACKUP_PATH: /assets/backup
PROTOPRISM_BACKUP_PATH: "/assets/backup"
# -- Disable authentication / password protection
PHOTOPRISM_PUBLIC: "false"
PHOTOPRISM_PUBLIC: false
# -- Sets UID Photoprism runs under.
UID: # 1000
# -- Sets GID Photoprism runs under.
Expand Down
7 changes: 0 additions & 7 deletions charts/stable/ser2sock/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ questions:
type: string
required: true
default: ""
- variable: LISTENER_PORT
label: "LISTENER_PORT"
description: "Port where ser2sock listens"
schema:
type: string
hidden: true
default: "{{ .Values.service.main.ports.main.port }}"
# Include{containerConfig}

- variable: service
Expand Down
9 changes: 1 addition & 8 deletions charts/stable/teamspeak3/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,7 @@ questions:
type: dict
attrs:
# Include{fixedEnv}
- variable: TS3SERVER_LICENSE
label: "TS3SERVER_LICENSE"
description: "Accept TS3SERVER LICENSE"
schema:
hidden: true
editable: false
type: string
default: "accept"


# Include{containerConfig}

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/teamspeak3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ service:
targetPort: 30033

env:
TS3SERVER_LICENSE: accept
TS3SERVER_LICENSE: "accept"

persistence:
data:
Expand Down
6 changes: 0 additions & 6 deletions charts/stable/unpoller/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ questions:
type: string
default: ""
required: true
- variable: UP_PROMETHEUS_DISABLE
label: "Disable Prometheus Metrics"
schema:
type: boolean
default: false
hidden: true

# Include{containerConfig}

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/unpoller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
# UP_UNIFI_DEFAULT_USER: "unifipoller"
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
# UP_PROMETHEUS_DISABLE: true
UP_PROMETHEUS_DISABLE: false
UP_INFLUXDB_DISABLE: true

service:
Expand Down
21 changes: 0 additions & 21 deletions charts/stable/valheim/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,6 @@ questions:
schema:
type: boolean
default: true
- variable: STATUS_HTTP_PORT
label: "STATUS_HTTP_PORT"
schema:
type: int
default: 9010
hidden: true
required: true
- variable: SUPERVISOR_HTTP_PORT
label: "SUPERVISOR_HTTP_PORT"
schema:
type: int
default: 9011
hidden: true
required: true
- variable: SUPERVISOR_HTTP
label: "SUPERVISOR_HTTP"
schema:
Expand All @@ -136,13 +122,6 @@ questions:
type: string
default: "My Server"
required: true
- variable: SERVER_PORT
label: "SERVER_PORT"
schema:
type: int
default: 2456
hidden: true
required: true
- variable: WORLD_NAME
label: "WORLD_NAME"
schema:
Expand Down
7 changes: 0 additions & 7 deletions charts/stable/vaultwarden/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,6 @@ questions:
schema:
type: int
default: 600
- variable: enableWebsockets
label: "Enable Websocket Connections"
description: "Enable Websockets for notification. https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications"
schema:
type: boolean
default: true
hidden: true
- variable: enableWebVault
label: "Enable Webvault"
description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"
Expand Down