Solved path bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-19 09:04:16 +02:00
parent 35446b6d94
commit ab8b99b2c1
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -9,12 +9,12 @@ defaults_service_provider:
city: "Cybertown" city: "Cybertown"
postal_code: "00001" postal_code: "00001"
country: "Nexusland" country: "Nexusland"
logo: "{{ applications.assets_server.url | safe_var | safe_join('logo.png') }}" logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
platform: platform:
titel: "CyMaIS Demo" titel: "CyMaIS Demo"
subtitel: "The Future of Self-Hosted Infrastructure. Secure. Automated. Sovereign." subtitel: "The Future of Self-Hosted Infrastructure. Secure. Automated. Sovereign."
logo: "{{ applications.assets_server.url | safe_var | safe_join('logo.png') }}" logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
favicon: "{{ applications.assets_server.url | safe_var | safe_join('favicon.ico') }}" favicon: "{{ applications.assets_server.url | safe_var | safe_join('img/favicon.ico') }}"
contact: contact:
bluesky: >- bluesky: >-
{{ ('@' ~ users.administrator.username ~ '.' ~ domains.bluesky.api) {{ ('@' ~ users.administrator.username ~ '.' ~ domains.bluesky.api)