fix(incubator): some cleanup (#3586)

* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
This commit is contained in:
Stavros Kois 2022-08-27 02:12:33 +03:00 committed by GitHub
parent 2f9afd61b2
commit 9056d3c8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
921 changed files with 3536 additions and 3420 deletions

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
type: application
version: 0.0.17
version: 0.0.18

View File

@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8008
protocol: TCP
targetPort: 6878

View File

@ -26,4 +26,4 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- finance
version: 0.0.20
version: 0.0.22

View File

@ -19,7 +19,7 @@ name: adguard-home
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
- https://hub.docker.com/r/adguard/adguardhome
version: 1.0.32
version: 1.0.34
annotations:
truecharts.org/catagories: |
- media

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 0.0.21
version: 0.0.23

View File

@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: CONFIGFILE
label: 'CONFIGFILE'
label: "CONFIGFILE"
description: "Set a custom config file."
schema:
type: string
default: ""
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string

View File

@ -17,10 +17,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 0.0.19
version: 0.0.21

View File

@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: ADMINER_DESIGN
label: 'ADMINER_DESIGN'
label: "ADMINER_DESIGN"
description: "Container Variable ADMINERDESIGN"
schema:
type: string
default: ""
- variable: ADMINER_PLUGINS
label: 'ADMINER_PLUGINS'
label: "ADMINER_PLUGINS"
description: "e.g. ADMINERPLUGINS=tables-filter tinymce"
schema:
type: string

View File

@ -14,10 +14,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080

View File

@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,43 +40,31 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "563560"
- variable: GAME_NAME
label: 'GAME_NAME'
label: "GAME_NAME"
description: "Game name to start (is connected to the GAMEPARAMS)."
schema:
type: string
default: "reactivedrop"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server."
schema:
type: string
default: "+map lobby -maxplayers 4 +exec server.cfg"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
- variable: GAME_PORT
label: 'GAME_PORT'
label: "GAME_PORT"
description: "Container Variable GAMEPORT"
schema:
type: string

View File

@ -1,25 +1,27 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm-reactivedrop
tag: latest@sha256:70c12df15768281855c158201cdcf9b1cc828b85f17d849715811d21b2bdb9e8
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "563560"
GAME_NAME: reactivedrop
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm-reactivedrop
tag: latest@sha256:70c12df15768281855c158201cdcf9b1cc828b85f17d849715811d21b2bdb9e8
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
VALIDATE: false
probes:
liveness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
@ -27,15 +29,11 @@ probes:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
@ -48,5 +46,13 @@ service:
protocol: TCP
targetPort: 27015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,43 +40,31 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "635"
- variable: GAME_NAME
label: 'GAME_NAME'
label: "GAME_NAME"
description: "Game name to start (is connected to the GAMEPARAMS)."
schema:
type: string
default: "swarm"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server."
schema:
type: string
default: "+map lobby -maxplayers 4 +exec server.cfg"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
type: boolean
default: true
- variable: GAME_PORT
label: 'GAME_PORT'
label: "GAME_PORT"
description: "Container Variable GAMEPORT"
schema:
type: string

View File

@ -1,25 +1,26 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm
tag: latest@sha256:854ecf0ff4ee413bd325cf2b595f17f40792fb3af99b49b292a3fa77e1d93293
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "635"
GAME_NAME: swarm
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm
tag: latest@sha256:854ecf0ff4ee413bd325cf2b595f17f40792fb3af99b49b292a3fa77e1d93293
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
VALIDATE: false
probes:
liveness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
@ -27,15 +28,11 @@ probes:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
@ -48,5 +45,13 @@ service:
protocol: TCP
targetPort: 27015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server."
schema:
type: string
default: ""
- variable: DL_URL
label: 'DL_URL'
label: "DL_URL"
description: "Dont change unless you know what you are doing."
schema:
type: string

View File

@ -24,10 +24,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 27276
protocol: UDP
targetPort: 27276

View File

@ -26,4 +26,4 @@ sources:
- https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,41 +40,29 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.If you want to install a static or beta version of the game change the value to 203300 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)."
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "203300"
- variable: SRV_NAME
label: 'SRV_NAME'
label: "SRV_NAME"
description: "Container Variable SRVNAME"
schema:
type: string
default: "Army Docker"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server."
schema:
type: string
default: "-port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
# Include{containerConfig}
# Include{serviceRoot}
- variable: main

View File

@ -1,24 +1,26 @@
env:
GAME_ID: "203300"
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
PASSWRD: ""
SRV_NAME: Army Docker
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/americasarmy-pg
tag: latest@sha256:c8b0a973e2303406ae3daeb2ff63f9ef65d7f5ef7af92da4e1bc6bed4ecac920
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "203300"
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
SRV_NAME: Army Docker
VALIDATE: false
probes:
liveness:
enabled: false
@ -26,15 +28,11 @@ probes:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8778
protocol: UDP
targetPort: 8778
@ -47,5 +45,13 @@ service:
protocol: UDP
targetPort: 27015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -28,4 +28,4 @@ sources:
- https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd
type: application
version: 0.0.20
version: 0.0.22

View File

@ -18,85 +18,85 @@ questions:
type: dict
attrs:
- variable: AUTOSTART
label: 'AUTOSTART'
label: "AUTOSTART"
description: "true = Enabled Runs script automatically on startup"
schema:
type: string
default: ""
- variable: SCRIPTINTERVAL
label: 'SCRIPTINTERVAL'
label: "SCRIPTINTERVAL"
description: "#s or #m or #h or #d s = seconds, m = minutes, h = hours, d = days Amount of time between each script run, when AUTOSTART is enabled"
schema:
type: string
default: ""
- variable: RadarrUrl
label: 'RadarrUrl'
label: "RadarrUrl"
description: "Set domain or IP to your Radarr instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify https..."
schema:
type: string
default: ""
- variable: RadarrAPIkey
label: 'RadarrAPIkey'
label: "RadarrAPIkey"
description: "Radarr API Key"
schema:
type: string
default: ""
- variable: extrastype
label: 'extrastype'
label: "extrastype"
description: "all or trailers all downloads all available videos (trailers, clips, featurettes, etc...) trailers only downloads trailers"
schema:
type: string
default: ""
- variable: LANGUAGES
label: 'LANGUAGES'
label: "LANGUAGES"
description: "Set the primary desired language, if not found, fallback to next langauge in the list... (this is a , separated list of ISO 639-1 language codes)"
schema:
type: string
default: ""
- variable: videoformat
label: 'videoformat'
label: "videoformat"
description: "For guidence, please see youtube-dl documentation"
schema:
type: string
default: ""
- variable: subtitlelanguage
label: 'subtitlelanguage'
label: "subtitlelanguage"
description: "Desired Language Code For guidence, please see youtube-dl documentation"
schema:
type: string
default: ""
- variable: SINGLETRAILER
label: 'SINGLETRAILER'
label: "SINGLETRAILER"
description: "true = enabled Only downloads the first available trailer, does not apply to other extras type"
schema:
type: string
default: ""
- variable: PREFER_EXISTING
label: 'PREFER_EXISTING'
label: "PREFER_EXISTING"
description: "true = enabled Checks for existing trailer file, and skips it if found"
schema:
type: string
default: ""
- variable: USEFOLDERS
label: 'USEFOLDERS'
label: "USEFOLDERS"
description: "true = enabled Creates subfolders within the movie folder for extras"
schema:
type: string
default: ""
- variable: EndClient
label: 'EndClient'
label: "EndClient"
description: "plex or emby or jellyfin Select the appropriate client for maximum compatibility"
schema:
type: string
default: ""
- variable: FilePermissions
label: 'FilePermissions'
label: "FilePermissions"
description: "Based on chmod linux permissions"
schema:
type: string
default: ""
- variable: FolderPermissions
label: 'FolderPermissions'
label: "FolderPermissions"
description: "Based on chmod linux permissions"
schema:
type: string

View File

@ -30,4 +30,4 @@ sources:
- https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule
type: application
version: 0.0.17
version: 0.0.19

View File

@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: WEBUI_PWD
label: 'WEBUI_PWD'
label: "WEBUI_PWD"
description: "Password for WebUI."
schema:
type: string
default: "admin"
- variable: WEBUI_TEMPLATE
label: 'WEBUI_TEMPLATE'
label: "WEBUI_TEMPLATE"
description: "Alternative material WebUI design."
schema:
type: string

View File

@ -23,10 +23,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 4711
protocol: HTTP
targetPort: 4711

View File

@ -28,4 +28,4 @@ sources:
- https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd
type: application
version: 0.0.17
version: 0.0.19

View File

@ -18,73 +18,73 @@ questions:
type: dict
attrs:
- variable: AUTOSTART
label: 'AUTOSTART'
label: "AUTOSTART"
description: "true = Enabled Runs script automatically on startup"
schema:
type: string
default: ""
- variable: SCRIPTINTERVAL
label: 'SCRIPTINTERVAL'
label: "SCRIPTINTERVAL"
description: "#s or #m or #h or #d s = seconds, m = minutes, h = hours, d = days Amount of time between each script run, when AUTOSTART is enabled"
schema:
type: string
default: ""
- variable: MBRAINZMIRROR
label: 'MBRAINZMIRROR'
label: "MBRAINZMIRROR"
description: "OPTIONAL Only change if using a different mirror"
schema:
type: string
default: ""
- variable: MBRATELIMIT
label: 'MBRATELIMIT'
label: "MBRATELIMIT"
description: "OPTIONAL musicbrainz rate limit, musicbrainz allows only 1 connection per second, max setting is 10"
schema:
type: string
default: ""
- variable: SOURCE_CONNECTION
label: 'SOURCE_CONNECTION'
label: "SOURCE_CONNECTION"
description: "lidarr or ama ama requires the AMA config folder to be mounted as a volume ama"
schema:
type: string
default: ""
- variable: LidarrUrl
label: 'LidarrUrl'
label: "LidarrUrl"
description: "Set domain or IP to your Lidarr instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify https."
schema:
type: string
default: ""
- variable: LidarrAPIkey
label: 'LidarrAPIkey'
label: "LidarrAPIkey"
description: "Lidarr API key"
schema:
type: string
default: ""
- variable: CountryCode
label: 'CountryCode'
label: "CountryCode"
description: "Set the country code for preferred video matching, uses Musicbrainz Country Codes, lowercase only."
schema:
type: string
default: ""
- variable: subtitlelanguage
label: 'subtitlelanguage'
label: "subtitlelanguage"
description: "Desired Language Code For guidence, please see youtube-dl documentation"
schema:
type: string
default: ""
- variable: WriteNFOs
label: 'WriteNFOs'
label: "WriteNFOs"
description: "true = enabled Create NFO and Local Thumbnail for use in applications such as Kodi"
schema:
type: string
default: ""
- variable: USEFOLDERS
label: 'USEFOLDERS'
label: "USEFOLDERS"
description: "true = enabled Creates subfolders using the Lidarr Artist folder name"
schema:
type: string
default: ""
- variable: USEVIDEOFOLDERS
label: 'USEVIDEOFOLDERS'
label: "USEVIDEOFOLDERS"
description: "true = enabled Creates subfolders using Video File Name only, requires USEFOLDERS to be enabled"
schema:
type: string

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
- https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application
version: 0.0.17
version: 0.0.19

View File

@ -26,4 +26,4 @@ sources:
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -20,19 +20,19 @@ questions:
type: dict
attrs:
- variable: bootwait
label: 'bootwait'
label: "bootwait"
description: "Length of time in seconds to wait after the container has started before attempting to connect to devices."
schema:
type: string
default: "10"
- variable: devicelist
label: 'devicelist'
label: "devicelist"
description: "Comma separated list of androidtvfiretv devices to connect to, each one listed as [iphostname][port],[iphostname][port]."
schema:
type: string
default: "10.0.0.192:5555"
- variable: checkfreq
label: 'checkfreq'
label: "checkfreq"
description: "Length of time in seconds to wait between successive attempts to connect (or re-connect) to devices."
schema:
type: string

View File

@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 5037
protocol: TCP
targetPort: 5037

View File

@ -18,7 +18,7 @@ name: anki-sync-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/ankicommunity/anki-devops-services
version: 0.0.4
version: 0.0.6
annotations:
truecharts.org/catagories: |
- media

View File

@ -30,4 +30,4 @@ sources:
- https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope
type: application
version: 0.0.17
version: 0.0.19

View File

@ -18,61 +18,61 @@ questions:
type: dict
attrs:
- variable: HOST
label: 'HOST'
label: "HOST"
description: "Specify the full hostname from your IRCd (must be the same as configured in your IRCd Server)."
schema:
type: string
default: "irc.example.com"
- variable: IP_ADDR
label: 'IP_ADDR'
label: "IP_ADDR"
description: "Specify the IP Address from your IRCd (if you run it on Unraid it is usually the IP address of Unraid)."
schema:
type: string
default: ""
- variable: SSL
label: 'SSL'
label: "SSL"
description: "Use SSL to establish the connection (if your IRCd is on the same network this is no problem since Anope talks internally to your IRCd - use this carefully since you have to configure some extra settings in the services.conf itself - valid options are yes or no)."
schema:
type: string
default: "yes"
- variable: PORT
label: 'PORT'
label: "PORT"
description: "The Server port of your IRCd (usually 7000 is without SSL - this is be no proble if you connect it to your internal network since it only talks internally to your IRCd - if you want to enable SSL you have to configure some extra settings in the services.conf itself)."
schema:
type: string
default: "7000"
- variable: PASSWORD
label: 'PASSWORD'
label: "PASSWORD"
description: "This have to be the same as your IRCd Service Password (if you are using InspIRCd click on Show more Settings)."
schema:
type: string
default: ""
- variable: IRCD
label: 'IRCD'
label: "IRCD"
description: "Set your IRCd type (valid options are bahamut, charybdis, hybrid, inspircd12, inspircd20, inspircd3, ngircd, plexus, ratbox, unreal (for 3.2.x), unreal4)"
schema:
type: string
default: "inspircd3"
- variable: CASEMAP
label: 'CASEMAP'
label: "CASEMAP"
description: "Specify the casemap of your IRCd (if you use InspIRCd the default value is rfc1459 other clients often use for example ascii)"
schema:
type: string
default: "rfc1459"
- variable: LOCAL_HOSTNAME
label: 'LOCAL_HOSTNAME'
label: "LOCAL_HOSTNAME"
description: "Specify the hostname where Anope is available (this has to be something different than your IRCd hostname, you dont have to make it reachable from outside or create any port forwarding - leave this value as it is)"
schema:
type: string
default: "services"
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
default: "000"
- variable: DATA_PERM
label: 'DATA_PERM'
label: "DATA_PERM"
description: "Container Variable DATAPERM"
schema:
type: string

View File

@ -26,4 +26,4 @@ sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
type: application
version: 0.0.17
version: 0.0.19

View File

@ -20,55 +20,55 @@ questions:
type: dict
attrs:
- variable: SERVER_NAMES
label: 'SERVER_NAMES'
label: "SERVER_NAMES"
description: "Comma-separated list of domains (eg, example.com,www.example.com). The first is set as the ServerName, and the rest (if any) are set as ServerAlias. The default is localhost."
schema:
type: string
default: "localhost"
- variable: LOCATION
label: 'LOCATION'
label: "LOCATION"
description: "The URL path for WebDAV (eg, if set to webdav then clients should connect to example.comwebdav). The default is ."
schema:
type: string
default: "/"
- variable: AUTH_TYPE
label: 'AUTH_TYPE'
label: "AUTH_TYPE"
description: "Apache authentication type to use. This can be Basic (best choice for HTTPS) or Digest (best choice for HTTP). The default is Basic."
schema:
type: string
default: "Basic"
- variable: REALM
label: 'REALM'
label: "REALM"
description: "The string will appear in the password dialog provided by browsers."
schema:
type: string
default: "WebDAV-Login"
- variable: USERNAME
label: 'USERNAME'
label: "USERNAME"
description: "Authenticate with this username (and the password below). Will be ignored if user.passwd is present."
schema:
type: string
default: ""
- variable: PASSWORD
label: 'PASSWORD'
label: "PASSWORD"
description: "Authenticate with this password (and the username above). Will be ignored if user.passwd is present."
schema:
type: string
default: ""
- variable: ANONYMOUS_METHODS
label: 'ANONYMOUS_METHODS'
label: "ANONYMOUS_METHODS"
description: "Comma-separated list of HTTP request methods (eg, GET,POST,OPTIONS,PROPFIND) which can be used without login. The default is to disallow any anonymous access."
schema:
type: string
default: ""
- variable: SSL_CERT
label: 'SSL_CERT'
label: "SSL_CERT"
description: "Set to selfsigned to generate a self-signed certificate and enable Apaches SSL module. If you specify SERVERNAMES, the first domain is set as the Common Name."
schema:
type: string
default: ""
- variable: PUMASK
label: 'PUMASK'
label: "PUMASK"
description: "Container Variable PUMASK"
schema:
type: string

View File

@ -27,10 +27,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8384
protocol: TCP
targetPort: 80

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme
type: application
version: 0.0.20
version: 0.0.22

View File

@ -20,7 +20,7 @@ questions:
type: dict
attrs:
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string

View File

@ -16,10 +16,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8000
protocol: TCP
targetPort: 8000

View File

@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 2.0.41
version: 2.0.43
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -30,4 +30,4 @@ sources:
- https://www.unix-ag.uni-kl.de/~bloch/acng/
- https://hub.docker.com/r/sameersbn/apt-cacher-ng/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3142
protocol: TCP
targetPort: 3142

View File

@ -30,4 +30,4 @@ sources:
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8001
protocol: TCP
targetPort: 8001

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ariang
version: 0.0.20
version: 0.0.22
appVersion: "1.2.4"
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
type: application

View File

@ -26,4 +26,4 @@ sources:
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.20

View File

@ -12,6 +12,40 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: SRV_PWD
label: "SRV_PWD"
description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type: string
private: true
default: ""
- variable: SRV_ADMIN_PWD
label: "SRV_ADMIN_PWD"
description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,62 +54,38 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.If you want to install a static or beta version of the game change the value to 376030 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)."
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "376030"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: MAP
label: 'MAP'
description: "Container Variable MAP"
label: "MAP"
description: "Map name"
schema:
type: string
default: "TheIsland"
- variable: SERVER_NAME
label: 'SERVER_NAME'
label: "SERVER_NAME"
description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type: string
default: ""
- variable: SRV_PWD
label: 'SRV_PWD'
description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
- variable: VALIDATE
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: SRV_ADMIN_PWD
label: 'SRV_ADMIN_PWD'
description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type: string
default: ""
type: boolean
default: true
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
description: "Enter your game parameters seperated with ? and start with a ? (dont put spaces in between eg ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
label: "GAME_PARAMS"
description: "Enter your game parameters separated with ? and start with ? (don't put spaces in between eg: ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
schema:
type: string
default: ""
- variable: GAME_PARAMS_EXTRA
label: 'GAME_PARAMS_EXTRA'
description: "Type in your Extra Game Parameters seperated with a space and - (eg -DisableDeathSpectator -UseBattlEye)"
label: "GAME_PARAMS_EXTRA"
description: "Values to start the server"
schema:
type: string
default: "-server -log"
@ -110,7 +120,7 @@ questions:
type: int
default: 7777
- variable: udp2
label: 'udp2 service'
label: "udp2 service"
description: "Container Port 7778"
schema:
additional_attrs: true
@ -138,7 +148,7 @@ questions:
type: int
default: 7778
- variable: udpsteam
label: 'udpsteam service'
label: "udpsteam service"
description: "Container Port 27015"
schema:
additional_attrs: true
@ -166,7 +176,7 @@ questions:
type: int
default: 27015
- variable: rcontcp
label: 'rcontcp service'
label: "rcontcp service"
description: "Container Port 27020"
schema:
additional_attrs: true

View File

@ -1,28 +1,30 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arksurvivalevolved
tag: latest@sha256:24c8c1a044bd5e4834024c0a03e2d00f727e5c52c65bdf68ea3155e020b0dd67
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
SRV_ADMIN_PWD: ""
SRV_PWD: ""
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "376030"
GAME_PARAMS: ""
GAME_PARAMS_EXTRA: -server -log
MAP: TheIsland
PASSWRD: ""
SERVER_NAME: ""
SRV_ADMIN_PWD: ""
SRV_PWD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arksurvivalevolved
tag: latest@sha256:24c8c1a044bd5e4834024c0a03e2d00f727e5c52c65bdf68ea3155e020b0dd67
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
VALIDATE: false
probes:
liveness:
port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
@ -30,26 +32,14 @@ probes:
port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
startup:
port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: UDP
targetPort: 7777
rcontcp:
enabled: true
ports:
rcontcp:
enabled: true
port: 27020
protocol: TCP
targetPort: 27020
udp2:
enabled: true
ports:
@ -66,6 +56,22 @@ service:
port: 27015
protocol: UDP
targetPort: 27015
rcontcp:
enabled: true
ports:
rcontcp:
enabled: true
port: 27020
protocol: TCP
targetPort: 27020
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -26,4 +26,4 @@ sources:
- https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,37 +40,25 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "233780"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server.Note To change the Port of the server please click on Show more settings button, dont forget to change the other ports."
schema:
type: string
default: "-config=server.cfg -mod="
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
type: boolean
default: true
- variable: GAME_PORT
label: 'GAME_PORT'
label: "GAME_PORT"
description: "Container Variable GAMEPORT"
schema:
type: string

View File

@ -1,36 +1,30 @@
env:
GAME_ID: "233780"
GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: "2302"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3
tag: latest@sha256:310a25a393a791867f6e4b0f83c6b75f4acae798da836791e8819f629f9a7f4a
persistence:
profiles:
enabled: true
mountPath: /serverdata/.local/share
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "233780"
GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: "2302"
VALIDATE: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 2302
protocol: TCP
targetPort: 2302
@ -75,5 +69,16 @@ service:
protocol: UDP
targetPort: 2305
persistence:
profiles:
enabled: true
mountPath: /serverdata/.local/share
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -26,4 +26,4 @@ sources:
- http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,55 +40,43 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "233780"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server.Note To change the Port of the server please click on Show more settings button, dont forget to change the other ports."
schema:
type: string
default: ""
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
type: boolean
default: true
- variable: MARIA_DB_ROOT_PWD
label: 'MARIA_DB_ROOT_PWD'
label: "MARIA_DB_ROOT_PWD"
description: "Enter the preffered root password of the database."
schema:
type: string
default: "ExileMod"
- variable: WORKSHOP_MAN_INST
label: 'WORKSHOP_MAN_INST'
label: "WORKSHOP_MAN_INST"
description: "Please set to true (without quotes) if you want to install the Workshopcontent for ExileMod manually since the account you specified above must have a valid game purchase for ArmA3 (you could also use one account to download the dedicated server files and another to install the Workshop files).A COMPLETE HOW TO WILL BE IN THE CONSOLEWARNING Please let this variable set to true if you initially set it to true."
schema:
type: string
default: ""
- variable: GAME_PORT
label: 'GAME_PORT'
label: "GAME_PORT"
description: "Container Variable GAMEPORT"
schema:
type: string
default: "2302"
- variable: EXILEMOD_SERVER_URL
label: 'EXILEMOD_SERVER_URL'
label: "EXILEMOD_SERVER_URL"
description: "Change only if you know what you are doing!"
schema:
type: string

View File

@ -1,39 +1,33 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3exilemod
tag: latest@sha256:208329fc94dbc999c01e76ee4322efe6ac1358b466ba1e73327a4db55b01e00f
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
GAME_ID: "233780"
GAME_PARAMS: ""
GAME_PORT: "2302"
MARIA_DB_ROOT_PWD: ExileMod
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
VALIDATE: false
WORKSHOP_MAN_INST: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3exilemod
tag: latest@sha256:208329fc94dbc999c01e76ee4322efe6ac1358b466ba1e73327a4db55b01e00f
persistence:
profiles:
enabled: true
mountPath: /serverdata/.local/share
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 2302
protocol: TCP
targetPort: 2302
@ -86,5 +80,16 @@ service:
protocol: UDP
targetPort: 2305
persistence:
profiles:
enabled: true
mountPath: /serverdata/.local/share
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -28,4 +28,4 @@ sources:
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application
version: 0.0.18
version: 0.0.20

View File

@ -20,7 +20,7 @@ questions:
type: dict
attrs:
- variable: EXTRA_JAVA_OPTIONS
label: 'EXTRA_JAVA_OPTIONS'
label: "EXTRA_JAVA_OPTIONS"
description: "Container Variable EXTRAJAVAOPTIONS"
schema:
type: string

View File

@ -16,10 +16,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8181
protocol: TCP
targetPort: 8081

View File

@ -26,4 +26,4 @@ sources:
- https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,37 +40,25 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "302550"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
- variable: INSTALL_STRACKER
label: 'INSTALL_STRACKER'
label: "INSTALL_STRACKER"
description: "Set to true (without quotes) to install Stacker, otherwise leave blank (Please note that you can only Stacker or Assetto-Server-Manager, not both at the same time)."
schema:
type: string
default: ""
- variable: INSTALL_ASSETTO_SERVER_MANAGER
label: 'INSTALL_ASSETTO_SERVER_MANAGER'
label: "INSTALL_ASSETTO_SERVER_MANAGER"
description: "Set to true (without quotes) to install Assetto-Server-Manager, otherwise leave blank (Please note that you can only Stacker or Assetto-Server-Manager, not both at the same time)."
schema:
type: string

View File

@ -1,28 +1,33 @@
env:
GAME_ID: "302550"
INSTALL_ASSETTO_SERVER_MANAGER: ""
INSTALL_STRACKER: ""
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/assettocorsa
tag: latest@sha256:d069fd03e5bd5a4f8b3dde501fb3dcee7d8821893f82fc36270985c5e458c94d
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "302550"
INSTALL_ASSETTO_SERVER_MANAGER: ""
INSTALL_STRACKER: ""
VALIDATE: false
service:
main:
ports:
main:
port: 9600
protocol: TCP
targetPort: 9600
assetto:
enabled: true
ports:
@ -31,14 +36,6 @@ service:
port: 8772
protocol: TCP
targetPort: 8772
main:
enabled: true
ports:
main:
enabled: true
port: 9600
protocol: TCP
targetPort: 9600
stracker:
enabled: true
ports:
@ -64,5 +61,13 @@ service:
protocol: UDP
targetPort: 9600
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -30,4 +30,4 @@ sources:
- https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files
type: application
version: 0.0.17
version: 0.0.19

View File

@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
version: 3.0.8
version: 3.0.10
annotations:
truecharts.org/catagories: |
- authentication

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
type: application
version: 0.0.17
version: 0.0.19

View File

@ -18,10 +18,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 5000
protocol: TCP
targetPort: 5000

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autobrr
version: 0.0.8
version: 0.0.10
appVersion: "1.5.0"
description: The modern download automation tool for torrents.
type: application

View File

@ -26,4 +26,4 @@ sources:
- https://hotio.dev/containers/autoscan
- https://hub.docker.com/r/hotio/autoscan
type: application
version: 0.0.20
version: 0.0.22

View File

@ -18,19 +18,19 @@ questions:
type: dict
attrs:
- variable: PLEX_LOGIN
label: 'PLEX_LOGIN'
label: "PLEX_LOGIN"
description: "Container Variable PLEXLOGIN"
schema:
type: string
default: ""
- variable: PLEX_PASSWORD
label: 'PLEX_PASSWORD'
label: "PLEX_PASSWORD"
description: "Container Variable PLEXPASSWORD"
schema:
type: string
default: ""
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string

View File

@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,43 +40,31 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "565060"
- variable: GALAXY_NAME
label: 'GALAXY_NAME'
label: "GALAXY_NAME"
description: "Enter the Galaxy Name here (also the savepath will be the same as the Galaxy Name in the serverfiles folder, please use no spaces or special characters)."
schema:
type: string
default: "AvorionDocker"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server (for example the server admin --admin [YOURsteamID64] e.g --admin 123456789123456789 without quotes)."
schema:
type: string
default: ""
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string

View File

@ -1,31 +1,44 @@
env:
GALAXY_NAME: AvorionDocker
GAME_ID: "565060"
GAME_PARAMS: ""
PASSWRD: ""
UMASK: "000"
USERNAME: ""
VALIDATE: ""
stdin: true
tty: true
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/avorion
tag: latest@sha256:b7e32a75276e0976268d5aa2a11bc51ccfc9225d63ae10ea1e27f73a7ea4db17
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
stdin: true
tty: true
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GALAXY_NAME: AvorionDocker
GAME_ID: "565060"
GAME_PARAMS: ""
VALIDATE: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
ports:
main:
port: 27000
protocol: TCP
targetPort: 27000
hostport2:
enabled: true
ports:
@ -58,21 +71,14 @@ service:
port: 27021
protocol: UDP
targetPort: 27021
main:
persistence:
serverfiles:
enabled: true
ports:
main:
enabled: true
port: 27000
protocol: TCP
targetPort: 27000
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2022"
description: Awesome TTRSS aims to provide a powerful Dockerized all-in-one solution for Tiny Tiny RSS
name: awesome-ttrss
version: 0.0.34
version: 0.0.36
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss

View File

@ -28,4 +28,4 @@ sources:
- https://backuppc.github.io/backuppc/index.html
- https://hub.docker.com/r/tiredofit/backuppc/
type: application
version: 0.0.20
version: 0.0.22

View File

@ -24,10 +24,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8000
protocol: TCP
targetPort: 80

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/ckulka/baikal-docker
- https://hub.docker.com/r/ckulka/baikal/
type: application
version: 0.0.17
version: 0.0.19
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -28,4 +28,4 @@ sources:
- https://github.com/Forceu/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy-docker
type: application
version: 0.0.17
version: 0.0.19

View File

@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8450
protocol: TCP
targetPort: 80

View File

@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@ -20,35 +40,23 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "1026340"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server otherwise leave blank."
schema:
type: string
default: ""
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
# Include{containerConfig}
# Include{serviceRoot}
- variable: main

View File

@ -1,23 +1,25 @@
env:
GAME_ID: "1026340"
GAME_PARAMS: ""
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/barotrauma
tag: latest@sha256:3ee1c07a33e13d9fa9732087400e8675e73fa470f4395edf2dcdeeafd9597087
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "1026340"
GAME_PARAMS: ""
VALIDATE: false
probes:
liveness:
enabled: false
@ -25,15 +27,11 @@ probes:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
@ -46,5 +44,13 @@ service:
protocol: UDP
targetPort: 27016
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/kylemanna/docker-bitcoind
- https://hub.docker.com/r/kylemanna/bitcoind
type: application
version: 0.0.17
version: 0.0.19

View File

@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8332
protocol: TCP
targetPort: 8332

View File

@ -30,4 +30,4 @@ sources:
- https://bitcoin.org/
- https://hub.docker.com/r/ofawx/bitcoind/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -23,10 +23,8 @@ service:
protocol: TCP
targetPort: 8332
main:
enabled: true
ports:
main:
enabled: true
port: 8333
protocol: TCP
targetPort: 8333

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited
- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/
type: application
version: 0.0.17
version: 0.0.19

View File

@ -23,10 +23,8 @@ service:
protocol: TCP
targetPort: 8333
main:
enabled: true
ports:
main:
enabled: true
port: 8332
protocol: TCP
targetPort: 8332

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
type: application
version: 0.0.17
version: 0.0.19

View File

@ -20,19 +20,19 @@ questions:
type: dict
attrs:
- variable: VNC_PW
label: 'VNC_PW'
label: "VNC_PW"
description: "Container Variable VNCPW"
schema:
type: string
default: "vncpassword"
- variable: VNC_RESOLUTION
label: 'VNC_RESOLUTION'
label: "VNC_RESOLUTION"
description: "Container Variable VNCRESOLUTION"
schema:
type: string
default: "1280x1024"
- variable: VNC_VIEW_ONLY
label: 'VNC_VIEW_ONLY'
label: "VNC_VIEW_ONLY"
description: "Container Variable VNCVIEWONLY"
schema:
type: string

View File

@ -18,10 +18,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 6901
protocol: HTTP
targetPort: 6901

View File

@ -32,4 +32,4 @@ sources:
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
type: application
version: 0.0.17
version: 0.0.19

View File

@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: VNC_PW
label: 'VNC_PW'
label: "VNC_PW"
description: "The VNCnoVNC password."
schema:
type: string
default: "unraid"
- variable: VNC_RESOLUTION
label: 'VNC_RESOLUTION'
label: "VNC_RESOLUTION"
description: "The VNCnoVNC resolution."
schema:
type: string

View File

@ -20,10 +20,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 6901
protocol: HTTP
targetPort: 6901

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/linuxserver/docker-blender#readme
type: application
version: 0.0.20
version: 0.0.22

View File

@ -20,19 +20,19 @@ questions:
type: dict
attrs:
- variable: SUBFOLDER
label: 'SUBFOLDER'
label: "SUBFOLDER"
description: "Specify a subfolder to use with reverse proxies, IE `subfolder`"
schema:
type: string
default: ""
- variable: KEYBOARD
label: 'KEYBOARD'
label: "KEYBOARD"
description: "See the keyboard layouts section for more information and options."
schema:
type: string
default: ""
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string

View File

@ -18,10 +18,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3000
protocol: TCP
targetPort: 3000

View File

@ -34,4 +34,4 @@ sources:
- https://github.com/shneezin/breitbandmessung-node
- https://hub.docker.com/r/shneezin/breitbandmessung-node
type: application
version: 0.0.19
version: 0.0.21

View File

@ -26,4 +26,4 @@ sources:
- https://btdex.trade/
- https://hub.docker.com/r/furritos/docker-btdex:latest
type: application
version: 0.0.19
version: 0.0.21

View File

@ -20,12 +20,12 @@ questions:
type: dict
attrs:
- variable: DISPLAY_WIDTH
label: 'DISPLAY_WIDTH'
label: "DISPLAY_WIDTH"
schema:
type: string
default: "1440|1680"
- variable: DISPLAY_HEIGHT
label: 'DISPLAY_HEIGHT'
label: "DISPLAY_HEIGHT"
schema:
type: string
default: "800|900|1050"

Some files were not shown because too many files have changed in this diff Show More