feat: Enabled lfs

This commit is contained in:
uttarayan21
2025-08-08 12:47:24 +03:00
parent e074475f5e
commit d3aa8b62ed

View File

@@ -16,6 +16,7 @@
services = { services = {
gitea = { gitea = {
enable = true; enable = true;
lfs.enable = true;
settings = { settings = {
service = { service = {
ENABLE_REVERSE_PROXY_AUTHENTICATION = true; ENABLE_REVERSE_PROXY_AUTHENTICATION = true;
@@ -31,7 +32,7 @@
server = { server = {
ROOT_URL = "https://git.darksailor.dev"; ROOT_URL = "https://git.darksailor.dev";
DOMAIN = "git.darksailor.dev"; DOMAIN = "git.darksailor.dev";
LFS_START_SERVER = true; # LFS_START_SERVER = true;
LFS_ALLOW_PURE_SSH = true; LFS_ALLOW_PURE_SSH = true;
}; };
}; };