digitalboard.core/roles
Simon Bärlocher ba220d6cd6
fix(ess-pro/compose): align with matrix-stack 26.6.1 and fix routing/security gaps
Verified the role against the real matrix-stack Helm chart (pulled 26.6.1)
and fixed divergences found during review.

Bugs:
- Add MAS OIDC discovery router: /.well-known/openid-configuration must hit
  the MAS root listener (8082), not web (8080) — was 404, breaking OIDC login
- Add Synapse ip_range_blacklist (full SSRF blocklist for all outbound
  federation/identity requests; previously only url-preview blacklist present)
- Make federation_client_minimum_tls_version unconditional (chart sets it in
  shared-underrides; role only set it when federation was enabled)
- Restart only rendered fed-reader replicas in the handler instead of the
  whole compose project (missing services: filter)

Chart alignment (26.5.1 -> 26.6.1):
- Bump chart version and all image tags (mas -> matrix-authentication-service
  -pro:1.18.0, postgres 17, synapse v1.154.0-pro.1, element-web v1.12.21, etc.)
- redis maxmemory 256mb -> chart default 40mb (configurable)
- Add element-web map_style_url (configurable)

Hardening / hygiene:
- Validate ess_rtc_external_ip is a real IP (regex, no extra collection dep)
- Read admin password from the in-container secret file instead of passing it
  on the host process list during mas-cli register-user
- apt cache_valid_time, postgres first-boot-only comment, haproxy failover note
- Add meta/argument_specs.yml documenting all public variables
- README: chart version, service count, OIDC discovery verification step

Signed-off-by: Simon Bärlocher <simon@whatwedo.ch>
2026-06-15 16:34:03 +02:00
..
389ds feat: add 389ds ldap backend to keycloak 2026-03-13 10:58:40 +01:00
authentik feat: add blueprints for authentik ldap outpost and render values directly instead of using env vars 2026-04-10 14:33:52 +02:00
authentik_outpost_ldap feat: add blueprints for authentik ldap outpost and render values directly instead of using env vars 2026-04-10 14:33:52 +02:00
base fix: add lock_timout to apt cache update 2026-01-14 17:36:07 +01:00
bookstack docs(bookstack): add meta/argument_specs.yml 2026-05-26 15:30:36 +02:00
collabora chore: ensure we can use the same collabora instance for multiple cloud instances 2026-03-06 17:00:33 +01:00
coturn docs(talk,coturn): add meta/argument_specs.yml 2026-05-26 15:35:19 +02:00
drawio feat: add drawio instance for nextcloud and opencloud 2026-03-13 14:37:02 +01:00
ess_pro_compose fix(ess-pro/compose): align with matrix-stack 26.6.1 and fix routing/security gaps 2026-06-15 16:34:03 +02:00
garage fix: ensure unredacted secret is used for s3-keys 2026-01-15 16:51:19 +01:00
homarr feat(bookstack): add role for self-hosted BookStack deployment 2026-05-26 15:30:21 +02:00
httpbin feat: add basic httpbin services 2025-11-07 11:57:45 +01:00
keycloak feat: opencloud group provisioning via oidc 2026-03-13 16:43:02 +01:00
nextcloud feat(talk/turn/signaling/hpb): add role for Talk with backend services 2026-05-26 15:35:18 +02:00
opencloud fix: leading space in extra networks 2026-04-10 14:34:15 +02:00
opnform docs(opnform): add meta/argument_specs.yml 2026-05-26 14:58:36 +02:00
send fix(send): assert S3 credentials when storage backend is s3 2026-05-26 15:40:21 +02:00
talk docs(talk,coturn): add meta/argument_specs.yml 2026-05-26 15:35:19 +02:00
traefik chore(traefik): prefix all traefi vars with traefik_ 2026-01-22 17:29:56 +01:00