mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 07:38:22 +00:00
34 lines
851 B
YAML
34 lines
851 B
YAML
docker:
|
|
services:
|
|
lam:
|
|
image: ghcr.io/ldapaccountmanager/lam
|
|
version: latest
|
|
oauth2_proxy:
|
|
origin:
|
|
host: application
|
|
port: 80
|
|
allowed_groups:
|
|
- "{{ [RBAC.GROUP.NAME, 'web-app-lam-administrator'] | path_join }}"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
ldap: true
|
|
oauth2: true
|
|
logout: true
|
|
server:
|
|
csp:
|
|
flags:
|
|
style-src-attr:
|
|
unsafe-inline: true
|
|
script-src-elem:
|
|
unsafe-inline: true
|
|
unsafe-eval: true
|
|
script-src-attr:
|
|
unsafe-inline: true
|
|
domains:
|
|
aliases: []
|
|
canonical:
|
|
- lam.{{ PRIMARY_DOMAIN }}
|
|
|