push
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
"matrix@bug.tools"
|
||||
"fluxer@bug.tools"
|
||||
"git@bug.tools"
|
||||
"contact@bug.tools"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user