mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 09:56:41 +00:00
Add WEBSERVER_CORE_APPLICATIONS and merge them into CURRENT_PLAY_APPLICATIONS
Refactored constructor logic to always include core webserver applications (web-svc-logout, web-svc-cdn) by using a dict2items → selectattr → items2dict merge pipeline. Conversation reference: https://chatgpt.com/share/692cbd03-19d8-800f-a8a8-f42d73481a0d
This commit is contained in:
@@ -105,3 +105,8 @@ RECAPTCHA_ENABLED: "{{ (CAPTCHA.RECAPTCHA.KEY | default('') | length > 0)
|
||||
HCAPTCHA_ENABLED: "{{ (CAPTCHA.HCAPTCHA.KEY | default('') | length > 0)
|
||||
and
|
||||
(CAPTCHA.HCAPTCHA.SECRET | default('') | length > 0) }}"
|
||||
|
||||
# Applications which are allways required
|
||||
WEBSERVER_CORE_APPLICATIONS:
|
||||
- web-svc-logout
|
||||
- web-svc-cdn
|
||||
Reference in New Issue
Block a user