feat: add new GUI and VPN support to all Apps (#977)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-13 18:49:14 +02:00
committed by GitHub
co-authored by Renovate Bot
parent 8b12d82175
commit 2349bb4d40
214 changed files with 11198 additions and 2262 deletions
+28
View File
@@ -0,0 +1,28 @@
# Default values for oscam
image:
repository: ghcr.io/linuxserver/oscam
pullPolicy: IfNotPresent
tag: version-11693@sha256:e97f9929c3a6caed6ee24ed9f1efdd4a8c29b4b2ba52205d3f8daebdaf7a9ea2
env:
TZ: UTC
PUID: "568"
# currently needed for working with /dev/ttyXYZ devices
# see: https://github.com/linuxserver/docker-oscam/issues/21
PGID: "20"
service:
main:
enabled: true
ports:
main:
port: 8888
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"