Changed espocrm application id to new forma

This commit is contained in:
2025-07-17 07:43:50 +02:00
parent a04a1710d3
commit d222b55f30
6 changed files with 22 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ ports:
# https://developer.mozilla.org/de/docs/Web/API/WebSockets_API
websocket:
web-app-mastodon: 4001
espocrm: 4002
web-app-espocrm: 4002
oauth2_proxy:
phpmyadmin: 4181
lam: 4182
@@ -60,7 +60,7 @@ ports:
phpldapadmin: 8037
fusiondirectory: 8038
presentation: 8039
espocrm: 8040
web-app-espocrm: 8040
syncope: 8041
collabora: 8042
mobilizon: 8043

View File

@@ -80,7 +80,7 @@ defaults_networks:
subnet: 192.168.103.32/28
presentation:
subnet: 192.168.103.48/28
espocrm:
web-app-espocrm:
subnet: 192.168.103.64/28
syncope:
subnet: 192.168.103.80/28

View File

@@ -12,7 +12,7 @@ _oidc_client_realm: "{{ oidc.client.realm if oidc.client is defined and
_oidc_url: "{{
(oidc.url
if (oidc is defined and oidc.url is defined)
else web_protocol ~ '://' ~ (domains | get_domain('keycloak'))
else web_protocol ~ '://' ~ (domains | get_domain('web-app-keycloak'))
)
}}"
_oidc_client_issuer_url: "{{ _oidc_url }}/realms/{{_oidc_client_realm}}"