Commit graph

6 commits

Author SHA1 Message Date
Simon Bärlocher
36e3a4b688
feat: domain list refactor + demo-gymburgdorf fixes
- Refactor: collapse `*_domain` + `*_extra_domains` into a single
  `*_domains` list across authentik, collabora, garage and nextcloud
  roles. First entry is the canonical FQDN (used for OVERWRITEHOST,
  BASE_URL, notify_push setup and garage root_domain).
- Authentik blueprint: guard the OAuth sources block so an empty
  `authentik_login_sources` no longer renders an invalid YAML key.
- Nextcloud: introduce `nextcloud_collabora_public_domain` and set
  Collabora's `public_wopi_url` separately from the server-to-server
  `wopi_url` so browsers can reach Collabora via the public name while
  Nextcloud still talks to it on the internal one.
- Nextcloud: URL-encode the postgres user/password in DATABASE_URL.
2026-05-20 22:13:34 +02:00
c27b4d9488
feat: add blueprints for authentik ldap outpost and render values directly instead of using env vars
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
2026-04-10 14:33:52 +02:00
f1f8406c7e
chore: move blueprints to custom folder
otherwise it overwrites default blueprints provided by authentik
2026-01-14 17:37:57 +01:00
fe31369f8c
chore: add healthcheck to authentik and wait for it after deployment 2026-01-14 17:36:52 +01:00
3f8afa12ef
feat: add ability to provision using blueprints 2026-01-14 13:49:40 +01:00
f814496049
chore: add basic docker-compose for authentik 2026-01-14 12:47:45 +01:00