mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Big restructuring
This commit is contained in:
@@ -50,7 +50,7 @@ ports:
|
||||
keycloak: 8032
|
||||
lam: 8033
|
||||
phpmyadmin: 8034
|
||||
snipe_it: 8035
|
||||
snipe-it: 8035
|
||||
sphinx: 8036
|
||||
phpldapadmin: 8037
|
||||
fusiondirectory: 8038
|
||||
|
@@ -62,7 +62,7 @@ defaults_networks:
|
||||
subnet: 192.168.102.128/28
|
||||
pgadmin:
|
||||
subnet: 192.168.102.144/28
|
||||
snipe_it:
|
||||
snipe-it:
|
||||
subnet: 192.168.102.160/28
|
||||
taiga:
|
||||
subnet: 192.168.102.176/28
|
||||
|
@@ -1,6 +1,2 @@
|
||||
defaults_domains: "{{ defaults_applications | canonical_domains_map(primary_domain) }}"
|
||||
|
||||
defaults_redirect_domain_mappings: "{{ applications | domain_mappings(primary_domain) }}"
|
||||
|
||||
# Domains which are deprecated and should be cleaned up
|
||||
deprecated_domains: []
|
@@ -9,12 +9,12 @@ defaults_service_provider:
|
||||
city: "Cybertown"
|
||||
postal_code: "00001"
|
||||
country: "Nexusland"
|
||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
|
||||
logo: "{{ applications['assets-server'].url | safe_var | safe_join('img/logo.png') }}"
|
||||
platform:
|
||||
titel: "CyMaIS Demo"
|
||||
subtitel: "The Future of Self-Hosted Infrastructure. Secure. Automated. Sovereign."
|
||||
logo: "{{ applications.assets_server.url | safe_var | safe_join('img/logo.png') }}"
|
||||
favicon: "{{ applications.assets_server.url | safe_var | safe_join('img/favicon.ico') }}"
|
||||
logo: "{{ applications['assets-server'].url | safe_var | safe_join('img/logo.png') }}"
|
||||
favicon: "{{ applications['assets-server'].url | safe_var | safe_join('img/favicon.ico') }}"
|
||||
contact:
|
||||
bluesky: >-
|
||||
{{ ('@' ~ users.administrator.username ~ '.' ~ domains.bluesky.api)
|
||||
|
Reference in New Issue
Block a user