feat: Komodo
This commit is contained in:
@@ -68,6 +68,13 @@ auto_configure_traefik:
|
||||
port: 5656
|
||||
auth_required: true
|
||||
|
||||
# infra
|
||||
komodo:
|
||||
subdomain: "komodo"
|
||||
host: "10.0.4.10"
|
||||
port: 9120
|
||||
auth_required: true
|
||||
|
||||
homeassistant:
|
||||
subdomain: "homeassistant"
|
||||
host: "10.0.2.100"
|
||||
@@ -227,3 +234,10 @@ tinyauth_client_secret: "{{ vault_tinyauth_client_secret }}"
|
||||
# Website configuration (root domain)
|
||||
website_host: 10.0.4.10
|
||||
website_port: 8080
|
||||
|
||||
# Komodo configuration
|
||||
komodo_admin_password: "{{ vault_komodo_admin_password }}"
|
||||
komodo_db_username: "{{ vault_komodo_db_username }}"
|
||||
komodo_db_password: "{{ vault_komodo_db_password }}"
|
||||
komodo_webhook_secret: "{{ vault_komodo_webhook_secret }}"
|
||||
komodo_jwt_secret: "{{ vault_komodo_jwt_secret }}"
|
||||
|
||||
Reference in New Issue
Block a user