feat(APPA/homepage-dashboard): add allowedHosts
This commit is contained in:
parent
f60b1863d7
commit
7fd47792ed
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
services.homepage-dashboard = {
|
services.homepage-dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenPort = 8002;
|
listenPort = 8002;
|
||||||
|
allowedHosts = "localhost:8002,127.0.0.1:8002,dryb.org";
|
||||||
settings = {
|
settings = {
|
||||||
title = "dryb.org";
|
title = "dryb.org";
|
||||||
theme = "light";
|
theme = "light";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue