fix(jdownloader and pihole): fix discrepancies between values.yaml and questions.yaml
This commit is contained in:
@@ -23,10 +23,9 @@ sources:
|
|||||||
- https://hub.docker.com/r/jlesage/jdownloader-2
|
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||||
- https://jdownloader.org/
|
- https://jdownloader.org/
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.16
|
version: 3.0.17
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- downloads
|
- downloads
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
|
|||||||
@@ -449,7 +449,7 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: data
|
- variable: config
|
||||||
label: "App Config Storage"
|
label: "App Config Storage"
|
||||||
description: "Stores the Application Configuration."
|
description: "Stores the Application Configuration."
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ envTpl:
|
|||||||
env:
|
env:
|
||||||
# Permissions Settings
|
# Permissions Settings
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
# General Settings
|
# General Settings
|
||||||
KEEP_APP_RUNNING: "0"
|
KEEP_APP_RUNNING: "0"
|
||||||
CLEAN_TMP_DIR: "1"
|
CLEAN_TMP_DIR: "1"
|
||||||
@@ -44,7 +43,7 @@ env:
|
|||||||
DISPLAY_WIDTH: "1280"
|
DISPLAY_WIDTH: "1280"
|
||||||
DISPLAY_HEIGHT: "768"
|
DISPLAY_HEIGHT: "768"
|
||||||
SECURE_CONNECTION: "0"
|
SECURE_CONNECTION: "0"
|
||||||
VNC_PASSWORD:
|
VNC_PASSWORD: ""
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -21,10 +21,9 @@ sources:
|
|||||||
- https://github.com/pi-hole
|
- https://github.com/pi-hole
|
||||||
- https://github.com/pi-hole/docker-pi-hole
|
- https://github.com/pi-hole/docker-pi-hole
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.17
|
version: 3.0.18
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- networking
|
- networking
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ service:
|
|||||||
dns-tcp:
|
dns-tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
https:
|
dns-tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 53
|
port: 53
|
||||||
dns:
|
dns:
|
||||||
|
|||||||
Reference in New Issue
Block a user