gitea: enable offline mode

This commit is contained in:
stuebinm 2022-07-22 18:50:00 +02:00 committed by moira
parent 6aa06aed18
commit 97459d8177
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -76,7 +76,7 @@
"repository.upload".FILE_MAX_SIZE = 1024;
server = {
LANDING_PAGE = "explore";
OFFLINE = true;
OFFLINE_MODE = true;
};
security = { INSTALL_LOCK = true; };
other = {