feat(apps): move to stable (#2790)

This commit is contained in:
Stavros Kois
2022-05-29 20:15:03 +00:00
committed by GitHub
parent bc6d01ffd9
commit 4a53f14849
38 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ name: clarkson
sources: sources:
- https://github.com/linuxserver/Clarkson - https://github.com/linuxserver/Clarkson
- https://hub.docker.com/r/linuxserver/clarkson - https://hub.docker.com/r/linuxserver/clarkson
version: 1.0.23 version: 1.0.24
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- vehicle - vehicle
+1 -1
View File
@@ -104,7 +104,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 10228 default: 10244
required: true required: true
- variable: advanced - variable: advanced
label: "Show Advanced settings" label: "Show Advanced settings"
+2 -5
View File
@@ -19,14 +19,11 @@ service:
main: main:
ports: ports:
main: main:
port: 10228 port: 10244
targetPort: 3000 targetPort: 3000
# See more environment variables in the clarkson documentation
# https://github.com/linuxserver/docker-clarkson#parameters
env: env:
MYSQL_USERNAME: clarkson MYSQL_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
envValueFrom: envValueFrom:
MYSQL_HOST: MYSQL_HOST:
@@ -22,7 +22,7 @@ name: commento-plusplus
sources: sources:
- https://github.com/souramoo/commentoplusplus - https://github.com/souramoo/commentoplusplus
- https://hub.docker.com/r/caroga/commentoplusplus - https://hub.docker.com/r/caroga/commentoplusplus
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -18,7 +18,7 @@ name: fileflows
sources: sources:
- https://github.com/revenz/FileFlows - https://github.com/revenz/FileFlows
- https://hub.docker.com/r/revenz/fileflows - https://hub.docker.com/r/revenz/fileflows
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -17,7 +17,7 @@ maintainers:
name: homarr name: homarr
sources: sources:
- https://github.com/ajnart/homarr - https://github.com/ajnart/homarr
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -103,7 +103,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 10239 default: 10245
required: true required: true
- variable: advanced - variable: advanced
label: "Show Advanced settings" label: "Show Advanced settings"
@@ -7,7 +7,7 @@ service:
main: main:
ports: ports:
main: main:
port: 10239 port: 10245
targetPort: 7575 targetPort: 7575
persistence: persistence:
@@ -18,7 +18,7 @@ name: jellyseerr
sources: sources:
- https://github.com/Fallenbagel/jellyseerr - https://github.com/Fallenbagel/jellyseerr
- https://hub.docker.com/r/fallenbagel/jellyseerr - https://hub.docker.com/r/fallenbagel/jellyseerr
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -18,7 +18,7 @@ name: meshroom
sources: sources:
- https://github.com/alicevision/meshroom - https://github.com/alicevision/meshroom
- https://hub.docker.com/r/alicevision/meshroom - https://hub.docker.com/r/alicevision/meshroom
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -103,7 +103,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 10047 default: 10243
required: true required: true
- variable: advanced - variable: advanced
label: "Show Advanced settings" label: "Show Advanced settings"
@@ -138,7 +138,7 @@ questions:
description: "The internal(!) port on the container the Application runs on" description: "The internal(!) port on the container the Application runs on"
schema: schema:
type: int type: int
default: 4040 default: 22
- variable: serviceexpert - variable: serviceexpert
group: "Networking and Services" group: "Networking and Services"