Adding automatisch

This commit is contained in:
Ian Roddis
2026-05-02 09:15:51 -03:00
parent f282cacf27
commit 648f08c150
11 changed files with 289 additions and 1 deletions
+11
View File
@@ -126,6 +126,17 @@ forgejo_admin_password: "changeme_forgejo_admin"
forgejo_admin_email: "admin@{{ base_domain }}"
forgejo_ssh_port: 2222
# Automatisch
automatisch_domain: "automate.{{ base_domain }}"
automatisch_version: "latest"
automatisch_db_password: "changeme_automatisch_db"
# Generate each with: openssl rand -base64 36
# WARNING: these keys encrypt stored credentials — changing them after first
# deployment will break all existing integrations.
automatisch_encryption_key: "changeme_automatisch_encryption_key_base64_36"
automatisch_webhook_secret_key: "changeme_automatisch_webhook_secret_base64_36"
automatisch_app_secret_key: "changeme_automatisch_app_secret_base64_36"
# Twenty CRM
twenty_domain: "crm.{{ base_domain }}"
twenty_version: "latest"