Kevin Veen-Birkenbach
18f3b1042f
feat(web-app-joomla): reliable first-run install, safe debug toggler, DB patching, LDAP scaffolding
Why
- Fix flaky first-run installs and make config edits idempotent.
- Prepare LDAP support and allow optional inline CSP for UI.
- Improve observability and guard against broken configuration.php.
What
- config/main.yml: enable features.ldap; add CSP flags (allow inline style/script elem); minor spacing.
- tasks/: split into 01_install (wait for core, absolute CLI path), 02_debug (toggle $debug/$error_reporting safely), 03_patch (patch DB creds in configuration.php), 04_ldap (configure plugin via helper), 05_assert (optional php -l).
- templates/Dockerfile.j2: conditionally install/compile php-ldap (fallback to docker-php-ext-install with libsasl2-dev).
- templates/cli-ldap.php.j2: idempotently enable & configure Authentication - LDAP from env.
- templates/docker-compose.yml.j2: build custom image when LDAP is enabled; mount cli-ldap.php; pull_policy: never.
- templates/env.j2: add site/admin vars, MariaDB connector/env, full LDAP env.
- vars/main.yml: default to MariaDB (mysqli), add JOOMLA_* vars incl. JOOMLA_CONFIG_FILE.
Notes
- LDAP path implemented but NOT yet tested end-to-end.
- Ref: https://chatgpt.com/share/68b068a8-2aa4-800f-8cd1-56383561a9a8.
2025-08-28 16:33:45 +02:00
..
2025-08-14 14:39:18 +02:00
2025-08-20 08:54:17 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 08:54:17 +02:00
2025-08-18 13:35:43 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-26 20:44:05 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 11:25:35 +02:00
2025-08-15 17:59:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-19 19:02:52 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 08:54:17 +02:00
2025-08-26 22:35:41 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-27 16:19:57 +02:00
2025-08-20 15:56:32 +02:00
2025-08-27 20:58:00 +02:00
2025-08-19 19:06:58 +02:00
2025-08-21 21:04:21 +02:00
2025-08-15 21:35:45 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 11:25:35 +02:00
2025-08-14 14:39:18 +02:00
2025-08-18 22:24:33 +02:00
2025-08-18 21:22:16 +02:00
2025-08-19 15:00:44 +02:00
2025-08-19 15:00:44 +02:00
2025-08-19 21:50:55 +02:00
2025-08-18 13:35:43 +02:00
2025-08-19 19:02:52 +02:00
2025-08-18 13:35:43 +02:00
2025-08-18 13:35:43 +02:00
2025-08-14 14:39:18 +02:00
2025-08-20 01:20:06 +02:00
2025-08-20 15:17:04 +02:00
2025-08-20 15:17:04 +02:00
2025-08-21 21:04:21 +02:00
2025-08-26 19:23:47 +02:00
2025-08-19 15:00:44 +02:00
2025-08-19 15:00:44 +02:00
2025-08-21 18:43:17 +02:00
2025-08-22 09:23:40 +02:00
2025-08-20 04:12:42 +02:00
2025-08-20 04:12:42 +02:00
2025-08-20 04:46:27 +02:00
2025-08-20 04:12:42 +02:00
2025-08-26 10:15:35 +02:00
2025-08-27 17:34:59 +02:00
2025-08-20 04:12:42 +02:00
2025-08-26 20:44:05 +02:00
2025-08-20 05:02:16 +02:00
2025-08-20 08:54:17 +02:00
2025-08-27 17:34:59 +02:00
2025-08-26 19:10:41 +02:00
2025-08-26 18:25:25 +02:00
2025-08-26 18:48:45 +02:00
2025-08-19 19:02:52 +02:00
2025-08-19 19:02:52 +02:00
2025-08-14 14:39:18 +02:00
2025-08-18 23:54:23 +02:00
2025-08-14 14:39:18 +02:00
2025-08-27 17:34:59 +02:00
2025-08-26 20:44:05 +02:00
2025-08-26 20:44:05 +02:00
2025-08-26 11:35:22 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-14 14:39:18 +02:00
2025-08-16 21:43:01 +02:00
2025-08-20 08:54:17 +02:00
2025-08-18 21:22:16 +02:00
2025-08-22 14:48:50 +02:00
2025-08-18 13:35:43 +02:00
2025-08-27 18:12:49 +02:00
2025-08-14 14:39:18 +02:00
2025-08-19 19:02:52 +02:00
2025-08-19 15:00:44 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 06:07:33 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-08-19 19:02:52 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-26 11:35:22 +02:00
2025-08-28 11:25:35 +02:00
2025-08-27 12:27:55 +02:00
2025-08-27 11:19:59 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 11:25:35 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 10:15:48 +02:00
2025-08-20 05:49:35 +02:00
2025-08-20 01:01:32 +02:00
2025-08-28 16:33:45 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 10:15:48 +02:00
2025-08-20 05:49:35 +02:00
2025-08-27 16:19:57 +02:00
2025-08-21 16:27:10 +02:00
2025-08-20 15:35:08 +02:00
2025-08-27 21:57:04 +02:00
2025-08-20 01:01:32 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 05:49:35 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 08:54:17 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 15:56:32 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 01:01:32 +02:00
2025-08-28 10:15:48 +02:00
2025-08-20 01:01:32 +02:00
2025-08-27 21:57:04 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 10:15:48 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 17:51:17 +02:00
2025-08-27 23:58:37 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 01:01:32 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 08:54:17 +02:00
2025-08-21 16:48:37 +02:00
2025-08-20 05:00:24 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 05:00:24 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 11:25:35 +02:00
2025-08-20 05:00:24 +02:00
2025-07-04 08:03:27 +02:00
2025-03-20 17:00:07 +01:00
2025-08-18 21:22:16 +02:00
2025-07-10 15:36:40 +02:00
2025-07-12 17:52:36 +02:00
2025-07-29 16:35:42 +02:00