My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[marvin] forgejo: disable source archive downloads

dish 00ecf42e d37c7d2c

+4
+4
hosts/marvin/services/git.nix
··· 91 91 REPO_INDEXER_TYPE = "bleve"; 92 92 REPO_INDEXER_PATH = "indexers/repos.bleve"; 93 93 }; 94 + repository = { 95 + # Don't store 100's of GB of source archives for no reason 96 + DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true; 97 + }; 94 98 session = { 95 99 PROVIDER = "db"; 96 100 COOKIE_SECURE = true;