We don't need this, just an ssh key for the gitea user (I think)

This commit is contained in:
Lillian Violet 2024-01-18 23:56:38 +01:00
parent 0e5dc69733
commit 73c44bfea3

View file

@ -61,9 +61,6 @@
DOMAIN = "git.lillianviolet.dev"; DOMAIN = "git.lillianviolet.dev";
ROOT_URL = "https://git.lillianviolet.dev/"; ROOT_URL = "https://git.lillianviolet.dev/";
HTTP_PORT = 3218; HTTP_PORT = 3218;
DISABLE_SSH = false;
START_SSH_SERVER = true;
SSH_DOMAIN = "git.lillianviolet.dev:2228";
}; };
}; };
}; };