This commit is contained in:
4DBug
2026-02-23 09:50:47 -06:00
parent 1b9322dd96
commit ca84fd5165
7 changed files with 81 additions and 19 deletions

View File

@@ -3,16 +3,11 @@
nixos = {
services.gitea = {
enable = true;
config = {
database = {
type = "sqlite3";
path = "/var/lib/gitea/gitea.db";
};
server = {
domain = "example.com";
httpPort = 3000;
};
database.type = "mysql";
settings.service = {
DISABLE_REGISTRATION = true;
};
};
};

View File

@@ -41,6 +41,7 @@
"matrix@bug.tools"
"fluxer@bug.tools"
"git@bug.tools"
"contact@bug.tools"
];
};

View File

@@ -1,7 +1,5 @@
general:
# Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG}
debug: false
# displayed name
instance_name: "search.bug.tools"
# For example: https://example.com/privacy
privacypolicy_url: false
@@ -9,7 +7,7 @@ general:
# use false to disable the donation link
donation_url: false
# mailto:contact@example.com
contact_url: false
contact_url: contact@bug.tools
# record stats
enable_metrics: true
# expose stats in open metrics format at /metrics
@@ -2177,7 +2175,7 @@ engines:
- name: yahoo
engine: yahoo
shortcut: yh
- name: yahoo news
engine: yahoo_news
shortcut: yhn
@@ -2823,4 +2821,4 @@ doi_resolvers:
sci-hub.st: 'https://sci-hub.st/'
sci-hub.ru: 'https://sci-hub.ru/'
default_doi_resolver: 'oadoi.org'
default_doi_resolver: 'oadoi.org'