1
0

hosts/web-2: Enable repo indexing in gitea

This commit is contained in:
clerie 2024-04-28 10:13:49 +02:00
parent 27d4fcd864
commit 67e3aa4ac1

View File

@ -58,6 +58,9 @@
session = { session = {
COOKIE_SECURE = true; COOKIE_SECURE = true;
}; };
indexer = {
REPO_INDEXER_ENABLED = true;
};
}; };
}; };