mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-28 10:26:54 +02:00
Added auto admin creation and oidc draft for listmonk
This commit is contained in:
parent
3653b3111a
commit
965af4fbaa
@ -1 +1,17 @@
|
||||
TZ=Etc/UTC
|
||||
TZ=Etc/UTC
|
||||
|
||||
# Administrator setup
|
||||
|
||||
LISTMONK_ADMIN_USER={{users.administrator.username}}
|
||||
LISTMONK_ADMIN_PASSWORD={{users.administrator.password}}
|
||||
|
||||
{% if applications[application_id].features.oidc | bool %}
|
||||
###################################
|
||||
# OpenID Connect settings
|
||||
###################################
|
||||
|
||||
LISTMONK_security__oidc__enabled=true
|
||||
LISTMONK_security__oidc__provider_url={{ oidc.client.discovery_document }}
|
||||
LISTMONK_security__oidc__client_id={{oidc.client.id}}
|
||||
LISTMONK_security__oidc__client_secret={{oidc.client.secret}}
|
||||
{% endif %}
|
@ -272,6 +272,7 @@ defaults_applications:
|
||||
users:
|
||||
administrator:
|
||||
username: "{{users.administrator.username}}" # Listmonk administrator account username
|
||||
password: "{{users.administrator.password}}" # Password to initialized Listmonk administrator with
|
||||
public_api_activated: False # Security hole. Can be used for spaming
|
||||
version: "latest" # Docker Image version
|
||||
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
||||
@ -280,6 +281,7 @@ defaults_applications:
|
||||
'css': true,
|
||||
'iframe': true,
|
||||
'database': true,
|
||||
'oidc': true,
|
||||
}) }}{% raw %}
|
||||
|
||||
mailu:
|
||||
|
Loading…
x
Reference in New Issue
Block a user