allowed hosts set to any

This commit is contained in:
kisfenyo
2026-01-01 16:31:34 +01:00
parent 7f0ff18c7d
commit 95cf9d8053
+1 -1
View File
@@ -348,7 +348,7 @@ spec:
env:
# Required for external access
- name: HOMEPAGE_ALLOWED_HOSTS
value: "homepage.dooplex.hu,homepage.home"
value: "*"
# Timezone
- name: TZ
value: "Europe/Budapest"