feat(apps): add 5 apps, fix babybuddy rofs (#2501)

* feat(audiobookshelf): add audiobookshelf

* root

* remove audiobookshelf from dev

* image

* feat(fluidd): add fluidd

* rootless audiobook

* feat(rss-brdige): add rss-bridge

* feat(nocodb): add nocodb

* root rss-brdige

* nocodb add redis

* ui and fix configmap

* change db url

* remove probe paths

* comment jwt for now

* add jwt_token

* other url

* db url

* other way for db url

* try different port

* whoops

* quote

* printf

* quotes

* feat(ddns-updater): add ddns-updater

* cleanups

* fix(babybuddy): rofs instead of allopriv esca

* skip installint storj-node, needs identity file to be created before

* whoops
This commit is contained in:
Stavros Kois
2022-04-18 06:29:33 +00:00
committed by GitHub
parent 26500cf3d2
commit 8a47a6bddf
36 changed files with 1800 additions and 300 deletions
+1 -4
View File
@@ -3,8 +3,6 @@ image:
pullPolicy: IfNotPresent
tag: v1.10.2@sha256:d16aaf39d206365955dda896efdb59ef652fcd40efa99ddb82db09fecca8d8ee
# See more environment variables in the babybuddy documentation
# https://github.com/linuxserver/docker-babybuddy#parameters
env:
DB_ENGINE: "django.db.backends.postgresql"
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
@@ -22,7 +20,7 @@ envValueFrom:
key: plainhost
securityContext:
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
@@ -43,7 +41,6 @@ persistence:
varrun:
enabled: true
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"