feat(APPA/homepage-dashboard): add allowedHosts

This commit is contained in:
Jacob Bachmann 2025-12-01 00:33:19 +01:00
parent f60b1863d7
commit 7fd47792ed
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -2,6 +2,7 @@
services.homepage-dashboard = {
enable = true;
listenPort = 8002;
allowedHosts = "localhost:8002,127.0.0.1:8002,dryb.org";
settings = {
title = "dryb.org";
theme = "light";