mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 19:55:31 +02:00
16 lines
628 B
YAML
16 lines
628 B
YAML
images:
|
|
listmonk: "listmonk/listmonk:latest"
|
|
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: false
|
|
portfolio_iframe: true
|
|
central_database: true
|
|
oidc: true
|
|
domains:
|
|
canonical:
|
|
- "newsletter.{{ primary_domain }}" |