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
| add_redirect_if_group('lam',
'ldap.' ~ primary_domain,
domains | get_domain('lam'),
domains | get_domain('web-app-lam'),
group_names) }}
"""
try:

View File

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

View File

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

View File

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

View File

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