mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
14 lines
564 B
YAML
14 lines
564 B
YAML
users:
|
|
administrator:
|
|
username: "{{users.administrator.username}}" # Listmonk administrator account username
|
|
public_api_activated: False # Security hole. Can be used for spaming
|
|
version: "latest" # Docker Image version
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: true
|
|
central_database: true
|
|
oidc: true
|
|
domains:
|
|
canonical:
|
|
- "newsletter.{{ primary_domain }}" |