mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
19 lines
818 B
YAML
19 lines
818 B
YAML
title: "Blog" # Wordpress titel
|
|
users: # Credentials
|
|
administrator: # Wordpress administrator
|
|
username: "{{users.administrator.username}}" # Username of the wordpress administrator
|
|
email: "{{users.administrator.email}}" # Email of the wordpress adminsitrator
|
|
plugins:
|
|
wp-discourse:
|
|
enabled: "{{ 'discourse' in group_names | lower }}"
|
|
daggerhart-openid-connect-generic:
|
|
enabled: true
|
|
activitypub:
|
|
enabled: true
|
|
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
landingpage_iframe: false
|
|
oidc: true
|
|
central_database: true |