forgejo migration fix

This commit is contained in:
Satria 2026-03-07 13:08:17 +07:00
commit 12e42275b5

View file

@ -3,6 +3,14 @@
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;
stateDir = "/mnt/data/forgejo"; stateDir = "/mnt/data/forgejo";
secrets = {
oauth2.JWT_SECRET = "/mnt/data/forgejo/custom/conf/oauth2_jwt_secret";
server.LFS_JWT_SECRET = "/mnt/data/forgejo/custom/conf/lfs_jwt_secret";
security = {
INTERNAL_TOKEN = "/mnt/data/forgejo/custom/conf/internal_token";
SECRET_KEY = "/mnt/data/forgejo/custom/conf/secret_key";
};
};
settings = { settings = {
server = { server = {
DISABLE_SSH = true; DISABLE_SSH = true;
@ -31,4 +39,4 @@
}; };
}; };
}; };
} }