mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-21 07:41:09 +02:00
Changed lam to web-app-lam
This commit is contained in:
parent
15dc99a221
commit
1882fcfef5
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
application_id: "lam"
|
||||
application_id: "web-app-lam"
|
Loading…
x
Reference in New Issue
Block a user