mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Changed bluesky to web-app-bluesky
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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 '' }}"
|
||||
|
Reference in New Issue
Block a user