mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-28 18:30:24 +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:
|
users:
|
||||||
administrator:
|
administrator:
|
||||||
username: "{{users.administrator.username}}" # Listmonk administrator account username
|
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
|
public_api_activated: False # Security hole. Can be used for spaming
|
||||||
version: "latest" # Docker Image version
|
version: "latest" # Docker Image version
|
||||||
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
||||||
@ -280,6 +281,7 @@ defaults_applications:
|
|||||||
'css': true,
|
'css': true,
|
||||||
'iframe': true,
|
'iframe': true,
|
||||||
'database': true,
|
'database': true,
|
||||||
|
'oidc': true,
|
||||||
}) }}{% raw %}
|
}) }}{% raw %}
|
||||||
|
|
||||||
mailu:
|
mailu:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user