mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
parent
896a96a2b5
commit
b20d04bd88
1 changed files with 1 additions and 0 deletions
|
@ -2847,6 +2847,7 @@ linkding_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certReso
|
|||
|
||||
linkding_database_hostname: "{{ devture_postgres_connection_hostname if devture_postgres_enabled else '' }}"
|
||||
linkding_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'linkding.db', rounds=655555) | to_uuid }}"
|
||||
linkding_database_engine: "{{ 'postgres' if devture_postgres_enabled and linkding_database_hostname == devture_postgres_connection_hostname else 'sqlite' }}"
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
|
|
Loading…
Reference in a new issue