Kevin Veen-Birkenbach 94da112736
perf(friendica): single-pass patch for DB creds + system.url; align env URL; tidy vars
- Patch local.config.php in one sed exec:
  * hostname, database, username, password
  * system.url via '#' delimiter to avoid URL slash escaping
  * Single notify: docker compose up
- env.j2:
  * FRIENDICA_URL now uses domains|get_url(application_id, WEB_PROTOCOL)
  * Simplify FRIENDICA_DEBUGGING with |lower
  * Normalize spacing for readability
- vars/main.yml:
  * Minor cleanups (comment header, spacing)
  * Consistent friendica_docker_ldap_config path construction

Why: fewer container execs ⇒ faster runs; idempotent key updates; consistent URL configuration across env and PHP config.
Risk: requires WEB_PROTOCOL and domains|get_url to be defined in inventory/vars as elsewhere in the project.

https://chatgpt.com/share/689b92af-b184-800f-9664-2450e00b29d6
2025-08-12 21:15:33 +02:00
..
2025-08-12 19:17:02 +02:00
2025-08-12 19:17:02 +02:00
2025-08-08 17:25:31 +02:00
2025-08-12 15:00:12 +02:00
2025-08-12 04:38:41 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 17:52:34 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 11:31:06 +02:00
2025-08-07 15:46:56 +02:00
2025-07-04 08:03:27 +02:00
2025-03-20 17:00:07 +01:00
2025-07-12 17:52:36 +02:00