Finished implementation of correct application id

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-21 11:33:35 +02:00
parent 356c214718
commit aeeae776c7
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
8 changed files with 8 additions and 8 deletions

View File

@ -62,7 +62,7 @@ ports:
web-app-fusiondirectory: 8038
web-app-navigator: 8039
web-app-espocrm: 8040
syncope: 8041
web-app-syncope: 8041
web-app-collabora: 8042
web-app-mobilizon: 8043
web-svc-simpleicons: 8044

View File

@ -82,7 +82,7 @@ defaults_networks:
subnet: 192.168.103.48/28
web-app-espocrm:
subnet: 192.168.103.64/28
syncope:
web-app-syncope:
subnet: 192.168.103.80/28
web-app-collabora:
subnet: 192.168.103.96/28

View File

@ -1 +1 @@
application_id: locales
application_id: dev-locales

View File

@ -1 +1 @@
application_id: nodejs
application_id: dev-nodejs

View File

@ -1 +1 @@
application_id: jenkins
application_id: web-app-jenkins

View File

@ -1 +1 @@
application_id: socialhome
application_id: web-app-socialhome

View File

@ -1,5 +1,5 @@
# General Configuration
application_id: syncope
application_id: web-app-syncope
database_type: "postgres"
database_password: "{{ domains | get_domain(application_id).credentials.database_password }}"

View File

@ -1 +1 @@
application_id: xmpp
application_id: web-app-xmpp