feat: enable custom domains for pages

This commit is contained in:
silver 2023-06-17 23:36:01 +01:00
parent 67661e3431
commit 33ebd7150f

View file

@ -208,6 +208,7 @@
# default for pages is set to 8090 but that leaves an "ugly" port in the url,
# override it here to make it look good
port = 80;
external_http = ["${cfg.host.ip}:80"];
};
};
};