Changed bluesky to web-app-bluesky

This commit is contained in:
2025-07-21 11:10:06 +02:00
parent bc5059fe62
commit 2ffaadfaca
7 changed files with 17 additions and 14 deletions

View File

@@ -51,8 +51,8 @@ ports:
web-app-taiga: 8027
web-app-friendica: 8028
web-app-port-ui: 8029
bluesky_api: 8030
bluesky_web: 8031
web-app-bluesky_api: 8030
web-app-bluesky_web: 8031
web-app-keycloak: 8032
web-app-lam: 8033
web-app-phpmyadmin: 8034

View File

@@ -16,7 +16,7 @@ defaults_networks:
subnet: 192.168.101.32/28
web-app-mobilizon:
subnet: 192.168.101.48/28
bluesky:
web-app-bluesky:
subnet: 192.168.101.64/28
web-app-friendica:
subnet: 192.168.101.80/28

View File

@@ -16,9 +16,9 @@ defaults_service_provider:
logo: "{{ applications['web-svc-asset'].url ~ '/img/logo.png' }}"
favicon: "{{ applications['web-svc-asset'].url ~ '/img/favicon.ico' }}"
contact:
bluesky: >-
{{ ('@' ~ users.contact.username ~ '.' ~ domains.bluesky.api)
if 'bluesky' in group_names else '' }}
web-app-bluesky: >-
{{ ('@' ~ users.contact.username ~ '.' ~ domains['web-app-bluesky'].api)
if 'web-app-bluesky' in group_names else '' }}
email: "{{ users.contact.username ~ '@' ~ primary_domain if 'web-app-mailu' in group_names else '' }}"
mastodon: "{{ '@' ~ users.contact.username ~ '@' ~ domains | get_domain('web-app-mastodon') if 'web-app-mastodon' in group_names else '' }}"
matrix: "{{ '@' ~ users.contact.username ~ ':' ~ domains['web-app-matrix'].synapse if 'web-app-matrix' in group_names else '' }}"