From ced1c57302855d7024d66f8eecb5915e4b472b0a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Dec 2023 22:27:01 +0200 Subject: use port 8080 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index af83bd2..18399fe 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ [server] # Bind all addresses -hosts = 0.0.0.0:5232, [::]:5232 +hosts = 0.0.0.0:8080, [::]:8080 [auth] type = htpasswd -- cgit v1.2.3