Activated oidc_login by default and optimized documentation for applications

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-26 15:54:46 +01:00
parent 54dab4ba6a
commit 9720fc1813

View File

@ -66,7 +66,7 @@ defaults_applications:
oidc:
enabled: true # Activate OIDC
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Friendica
friendica:
@ -74,7 +74,7 @@ defaults_applications:
oidc:
enabled: true # Activate OIDC. Plugin is not working yet
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Funkwhale
funkwhale:
@ -82,19 +82,19 @@ defaults_applications:
ldap:
enabled: True # Enables LDAP by default @todo check implementation
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Gitea
gitea:
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Gitlab
gitlab:
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Joomla
joomla:
@ -109,7 +109,7 @@ defaults_applications:
ldap:
enabled: True # Enables LDAP by default
database:
central_storage: True
central_storage: True # Activate Central Database Storage
# database_password: # Needs to be defined in inventory file
# administrator_password: # Needs to be defined in inventory file
@ -152,7 +152,7 @@ defaults_applications:
version: "latest" # Docker Image version
setup: false # Set true in inventory file to execute the setup and initializing procedures
database:
central_storage: True
central_storage: True # Activate Central Database Storage
mailu:
version: "2024.06" # Docker Image Version
@ -184,7 +184,7 @@ defaults_applications:
css:
enabled: false # The css isn't optimized yet for Matomo
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Mastodon
mastodon:
@ -192,9 +192,9 @@ defaults_applications:
single_user_mode: false # Set true for initial setup
setup: false # Set true in inventory file to execute the setup and initializing procedures
database:
central_storage: True
central_storage: True # Activate Central Database Storage
oidc:
enabled: true # Activate OIDC for Mastodon
enabled: True # Activate OIDC for Mastodon
credentials:
# Check out the README.md of the docker-mastodon role to get detailled instructions about how to setup the credentials
# database_password:
@ -222,7 +222,7 @@ defaults_applications:
version: "latest"
setup: false # Set true in inventory file to execute the setup and initializing procedures
database:
central_storage: True
central_storage: True # Activate Central Database Storage
oidc:
enabled: False # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
@ -235,13 +235,13 @@ defaults_applications:
email: "{{users.administrator.email}}"
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## MyBB
mybb:
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Nextcloud
nextcloud:
@ -254,10 +254,10 @@ defaults_applications:
# Available options: oidc_login, sociallogin
# @see https://apps.nextcloud.com/apps/oidc_login
# @see https://apps.nextcloud.com/apps/sociallogin
flavor: "sociallogin" # Keeping on sociallogin because the other option is not implemented yet
flavor: "oidc_login" # Keeping on sociallogin because the other option is not implemented yet
force_import: False # Forces the import of the LDIF files
database:
central_storage: True
central_storage: True # Activate Central Database Storage
credentials:
# database_password: Null # Needs to be set in inventory file
users:
@ -286,7 +286,7 @@ defaults_applications:
ldap:
enabled: True # Enables LDAP by default
database:
central_storage: True
central_storage: True # Activate Central Database Storage
css:
enabled: false # Temporary deactivated due to bugs
# @todo Solve and reactivate
@ -295,7 +295,7 @@ defaults_applications:
peertube:
version: "bookworm"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## PHPMyAdmin
phpmyadmin:
@ -307,7 +307,7 @@ defaults_applications:
application: "application"
# cookie_secret: None # Set via openssl rand -hex 16
database:
central_storage: True
central_storage: True # Activate Central Database Storage
css:
enabled: False # The css needs more optimation for PHPMyAdmin
@ -316,7 +316,7 @@ defaults_applications:
titel: "Pictures on {{primary_domain}}"
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Postgres
# Please set an version in your inventory file - Rolling release for postgres isn't recommended
@ -331,13 +331,13 @@ defaults_applications:
snipe_it:
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## Taiga
taiga:
version: "latest"
database:
central_storage: True
central_storage: True # Activate Central Database Storage
## YOURLS
yourls:
@ -352,7 +352,7 @@ defaults_applications:
location: "/admin/" # Protects the admin area
# cookie_secret: None # Set via openssl rand -hex 16
database:
central_storage: True
central_storage: True # Activate Central Database Storage
wordpress:
# Deactivate Global theming for wordpress role
@ -364,4 +364,4 @@ defaults_applications:
css:
enabled: false
database:
central_storage: True
central_storage: True # Activate Central Database Storage