fix(g18-next): limit gitea registration

This commit is contained in:
Dict Xiong 2025-05-28 11:11:53 +08:00
parent d0578807e5
commit 0965c4f8c0

View File

@ -78,6 +78,10 @@ in
PROXY_URL = "http://192.168.255.1:20171";
PROXY_HOSTS = "github.com";
};
service = {
ENABLE_CAPTCHA = true;
REGISTER_MANUAL_CONFIRM = true;
};
};
};
systemd.sockets.gitea.listenStreams = [ "22" ];