From 3313e17efa38513c2c2591b1770561d52f6dd3b1 Mon Sep 17 00:00:00 2001 From: Alyx Batte Date: Tue, 7 Oct 2025 16:23:26 +0000 Subject: [PATCH] Changed default config for docker build --- internal/cfg/config.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/cfg/config.go b/internal/cfg/config.go index e4eb3b0..e155434 100644 --- a/internal/cfg/config.go +++ b/internal/cfg/config.go @@ -109,22 +109,22 @@ type Telegram struct { // configuration. Call it sometime during the initialization. func ReadConfigFile(path string) error { cfg := &Config{ - WikiName: "Mycorrhiza Wiki", - NaviTitleIcon: "🍄", + WikiName: "Lyxi's Vault", + NaviTitleIcon: "🦇", Hyphae: Hyphae{ HomeHypha: "home", UserHypha: "u", - HeaderLinksHypha: "", + HeaderLinksHypha: "u/alyxbatte/header", RedirectionCategory: "redirection", }, Network: Network{ - ListenAddr: "127.0.0.1:1737", + ListenAddr: "0.0.0.0:1737", URL: "", }, Authorization: Authorization{ - UseAuth: false, + UseAuth: true, AllowRegistration: false, - RegistrationLimit: 0, + RegistrationLimit: 1, Locked: false, UseWhiteList: false, WhiteList: []string{},