Server/forgejo: chage root url to https
This commit is contained in:
parent
10f09226eb
commit
049a95e7b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue