Some checks failed
deploy / deploy (push) Failing after 3s
Self-hosted Jitsi instance at meet.it.financeflow.de — avoids the meet.jit.si moderator-auth wall. Four components (web/prosody/jicofo/jvb) as raw k3s manifests, same deploy pattern as Embertime (Gitea Actions + kubectl apply + KUBECONFIG_B64 secret). JVB uses hostNetwork + UDP 10000 for media — requires router forward. Component passwords live in a kubectl-applied Secret (not in git); generate-secrets.sh produces a fresh manifest. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
# Real secrets — must live out-of-band, not in git
|
|
infra/k3s/20-secrets.yaml
|
|
infra/k3s/*-secrets.yaml
|
|
*.secret
|
|
|
|
# Tools
|
|
.DS_Store
|
|
node_modules
|