Add fediverse_url filter, integrate unified followus URL generation, update Listmonk config, adjust menu categories, and include full Python unittests. Details: https://chatgpt.com/share/69298521-dfc0-800f-9177-fefc7d32fec7

This commit is contained in:
2025-11-28 12:19:12 +01:00
parent 4337b63c2f
commit 3912e9b217
8 changed files with 179 additions and 27 deletions

View File

@@ -26,6 +26,7 @@ defaults_service_provider:
pixelfed: "{{ '@' ~ users.contact.username ~ '@' ~ domains | get_domain('web-app-pixelfed') if 'web-app-pixelfed' in group_names else '' }}"
phone: "+0 000 000 404"
wordpress: "{{ '@' ~ users.contact.username ~ '@' ~ domains | get_domain('web-app-wordpress') if 'web-app-wordpress' in group_names else '' }}"
newsletter: "{{ [ domains | get_url('web-app-listmonk', WEB_PROTOCOL), '/subscription/form' ] | url_join if 'web-app-listmonk' in group_names else '' }}"
legal:
editorial_responsible: "Johannes Gutenberg"