Forgejo config changes #10

Merged
nrabulinski merged 7 commits from nrabulinski/forgejo-config-changes into main 2025-04-13 19:39:01 +02:00 AGit
Showing only changes of commit 3b45efbea6 - Show all commits

View file

@ -32,6 +32,9 @@
ALLOW_ONLY_INTERNAL_REGISTRATION = false; ALLOW_ONLY_INTERNAL_REGISTRATION = false;
ALLOW_ONLY_EXTERNAL_REGISTRATION = true; ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
}; };
session = {
SESSION_LIFE_TIME = 86400 * 30;
};
federation.ENABLED = true; federation.ENABLED = true;
}; };
repositoryRoot = "/storage-box/forgejo/repos"; repositoryRoot = "/storage-box/forgejo/repos";