feat: Enabled lfs
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user