mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Optimized peertube
This commit is contained in:
@@ -4,7 +4,7 @@ features:
|
||||
css: false
|
||||
portfolio_iframe: false
|
||||
central_database: true
|
||||
oidc: false
|
||||
oidc: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
|
12
roles/docker-peertube/vars/oidc-settings.yml
Normal file
12
roles/docker-peertube/vars/oidc-settings.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
oidc_settings: |
|
||||
{
|
||||
"scope": "openid email profile",
|
||||
"client-id": "{{ oidc.client.id }}",
|
||||
"discover-url": "{{ oidc.client.discovery_document }}",
|
||||
"client-secret": "{{ oidc.client.secret }}",
|
||||
"mail-property": "email",
|
||||
"auth-display-name": "{{ oidc.button_text }}",
|
||||
"username-property": "{{ oidc.attributes.username }}",
|
||||
"signature-algorithm": "RS256",
|
||||
"display-name-property": "{{ oidc.attributes.username }}"
|
||||
}
|
Reference in New Issue
Block a user