:
This commit is contained in:
parent
a9e19b3029
commit
4da05ac76c
4 changed files with 6 additions and 3 deletions
|
@ -47,7 +47,7 @@ Below list is formatted as:
|
||||||
- video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm))
|
- video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm))
|
||||||
- call: Jitsi Meet / OpenTalk / Element Call
|
- call: Jitsi Meet / OpenTalk / Element Call
|
||||||
- wiki/know: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown)
|
- wiki/know: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown)
|
||||||
- sign: https://github.com/zekker6/helm-charts/tree/main/charts/apps/docuseal
|
- sign: https://github.com/zekker6/helm-charts/tree/main/charts/apps/docuseal / https://artifacthub.io/packages/helm/documenso/documenso
|
||||||
#### Ideas
|
#### Ideas
|
||||||
- link: URL Shortener
|
- link: URL Shortener
|
||||||
- connect: Bonfire
|
- connect: Bonfire
|
||||||
|
|
|
@ -3,6 +3,9 @@ kind: StringSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: stackspin-vikunja-variables
|
name: stackspin-vikunja-variables
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
labels:
|
||||||
|
stackspin.net/backupSet: "vikunja"
|
||||||
|
stackspin.net/backupSet: "vikunja-extra"
|
||||||
spec:
|
spec:
|
||||||
fields:
|
fields:
|
||||||
- fieldName: jwt
|
- fieldName: jwt
|
||||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
# https://codeberg.org/forgejo-contrib/-/packages/container/forgejo
|
# https://codeberg.org/forgejo-contrib/-/packages/container/forgejo
|
||||||
chart: forgejo
|
chart: forgejo
|
||||||
version: 11.0.1
|
version: 11.0.3
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: forgejo
|
name: forgejo
|
||||||
|
|
|
@ -10,7 +10,7 @@ data:
|
||||||
tag: apache-1.21.0-prod
|
tag: apache-1.21.0-prod
|
||||||
kimaiAppSecret: "${secret}"
|
kimaiAppSecret: "${secret}"
|
||||||
kimaiAdminEmail: "${admin_email}"
|
kimaiAdminEmail: "${admin_email}"
|
||||||
kimaiAdminPassword: "${password}"
|
kimaiAdminPassword: "${userbackend_admin_password}"
|
||||||
kimaiMailerUrl: "smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}?encryption=tls&auth_mode=plain"
|
kimaiMailerUrl: "smtp://${outgoing_mail_smtp_user}:${outgoing_mail_smtp_password}@${outgoing_mail_smtp_host}?encryption=tls&auth_mode=plain"
|
||||||
kimaiMailerFrom: "${outgoing_mail_from_address}"
|
kimaiMailerFrom: "${outgoing_mail_from_address}"
|
||||||
ingress:
|
ingress:
|
||||||
|
|
Loading…
Add table
Reference in a new issue