Changed lam to web-app-lam

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-20 09:59:31 +02:00
parent 15dc99a221
commit 1882fcfef5
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
5 changed files with 5 additions and 7 deletions

View File

@ -20,7 +20,7 @@ class FilterModule(object):
{{ redirect_list {{ redirect_list
| add_redirect_if_group('lam', | add_redirect_if_group('lam',
'ldap.' ~ primary_domain, 'ldap.' ~ primary_domain,
domains | get_domain('lam'), domains | get_domain('web-app-lam'),
group_names) }} group_names) }}
""" """
try: try:

View File

@ -10,7 +10,7 @@ ports:
web-app-espocrm: 4002 web-app-espocrm: 4002
oauth2_proxy: oauth2_proxy:
web-app-phpmyadmin: 4181 web-app-phpmyadmin: 4181
lam: 4182 web-app-lam: 4182
web-app-openproject: 4183 web-app-openproject: 4183
yourls: 4184 yourls: 4184
pgadmin: 4185 pgadmin: 4185
@ -54,7 +54,7 @@ ports:
bluesky_api: 8030 bluesky_api: 8030
bluesky_web: 8031 bluesky_web: 8031
web-app-keycloak: 8032 web-app-keycloak: 8032
lam: 8033 web-app-lam: 8033
web-app-phpmyadmin: 8034 web-app-phpmyadmin: 8034
snipe-it: 8035 snipe-it: 8035
sphinx: 8036 sphinx: 8036

View File

@ -72,7 +72,7 @@ defaults_networks:
subnet: 192.168.102.208/28 subnet: 192.168.102.208/28
sphinx: sphinx:
subnet: 192.168.102.224/28 subnet: 192.168.102.224/28
lam: web-app-lam:
subnet: 192.168.103.0/28 subnet: 192.168.103.0/28
phpldapadmin: phpldapadmin:
subnet: 192.168.103.16/28 subnet: 192.168.103.16/28

View File

@ -11,8 +11,6 @@ docker:
network: "openldap" network: "openldap"
volumes: volumes:
data: "openldap_data" data: "openldap_data"
webinterface: "lam" # The webinterface which should be used. Possible: lam and phpldapadmin
features: features:
ldap: true ldap: true
provisioning: provisioning:

View File

@ -1 +1 @@
application_id: "lam" application_id: "web-app-lam"