- multistreaming (new): RTMP ingest + multi-platform fan-out with pluggable providers (Twitch/YouTube/Kick/custom), zero-knowledge key vaults, Authelia OIDC auth, shared rooms with editor/streamer roles, single-use invites, per-account streaming grants, and scenes & composition (grid/PiP layouts, text/image overlays, per-output audio routing). - installer: support Dockerfile build in metadata (not just image) and RSA key generation for the Authelia OIDC JWKS. - authelia: add OIDC provider with portainer + multistreaming clients (public + PKCE). - services: remove allprox; add nginx-proxy-manager and portainer; update lldap; regenerate catalog.
22 lines
238 B
Text
22 lines
238 B
Text
# dependencies
|
|
node_modules/
|
|
|
|
# build output
|
|
dist/
|
|
build/
|
|
|
|
# environment files (keep examples)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# local installer state
|
|
.homelab/
|
|
|
|
# AgentTeams transient state
|
|
.agent-teams/
|
|
|
|
# OS noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|