mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 22:21:21 -03:00
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://jdownloader.org/
|
||||
type: application
|
||||
version: 3.0.16
|
||||
version: 3.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- downloads
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
|
||||
@@ -449,7 +449,7 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: data
|
||||
- variable: config
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
schema:
|
||||
|
||||
@@ -36,7 +36,6 @@ envTpl:
|
||||
env:
|
||||
# Permissions Settings
|
||||
PUID: 568
|
||||
|
||||
# General Settings
|
||||
KEEP_APP_RUNNING: "0"
|
||||
CLEAN_TMP_DIR: "1"
|
||||
@@ -44,7 +43,7 @@ env:
|
||||
DISPLAY_WIDTH: "1280"
|
||||
DISPLAY_HEIGHT: "768"
|
||||
SECURE_CONNECTION: "0"
|
||||
VNC_PASSWORD:
|
||||
VNC_PASSWORD: ""
|
||||
|
||||
persistence:
|
||||
config:
|
||||
|
||||
@@ -21,10 +21,9 @@ sources:
|
||||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 3.0.17
|
||||
version: 3.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
|
||||
@@ -27,7 +27,7 @@ service:
|
||||
dns-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
dns-tcp:
|
||||
enabled: true
|
||||
port: 53
|
||||
dns:
|
||||
|
||||
Reference in New Issue
Block a user