Server/forgejo: chage root url to https

This commit is contained in:
Toast 2024-12-10 17:13:18 +01:00
parent 10f09226eb
commit 049a95e7b0

View file

@ -30,7 +30,7 @@ in {
};
server = {
OFFLINE_MODE = false;
ROOT_URL = "http://git.everest.tailscale";
ROOT_URL = "https://git.everest.tailscale";
START_SSH_SERVER = true;
SSH_PORT = 4222;
SSH_SERVER_HOST_KEYS = config.age.secrets.forgejo-host-key.path;