Expand gotosocial admin groups

This commit is contained in:
Tobias Manske 2024-01-16 01:27:32 +01:00
parent c036259556
commit 019667b536
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -34,7 +34,7 @@ services:
GTS_OIDC_ISSUER: "{{ gotosocial.oidc.issuer }}"
GTS_OIDC_CLIENT_ID: "{{ gotosocial.oidc.client_id }}"
GTS_OIDC_CLIENT_SECRET: "{{ gotosocial.oidc.client_secret }}"
GTS_OIDC_ADMIN_GROUPS: "gotosocial-admin"
GTS_OIDC_ADMIN_GROUPS: "gotosocial-admin,service-admin"
GTS_OIDC_SCOPES: "openid,email,profile"
# GTS_ACCOUNTS_REGISTRATION_OPEN: "false"
TZ: "Europe/Berlin"