Optimized Peertube OIDC draft

This commit is contained in:
2025-05-20 04:18:27 +02:00
parent 3c7825fd23
commit 2f1d6a5178
5 changed files with 34 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ features:
css: false
portfolio_iframe: false
central_database: true
oidc: false
csp:
flags:
script-src:

View File

@@ -1,2 +1,4 @@
application_id: "peertube"
database_type: "postgres"
application_id: "peertube"
database_type: "postgres"
container_name: "{{ application_id }}"
oidc_plugin: "peertube-plugin-auth-openid-connect"