mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added auto admin creation and oidc draft for listmonk
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user