feat: searx #35

Merged
teutat3s merged 3 commits from feat/searx into main 2023-10-29 21:16:34 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit edc76ebb1b - Show all commits

View file

@ -62,7 +62,7 @@
# it decreases the privacy, since the browser can records the page titles.
query_in_title = false;
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
infinite_scroll = false;
infinite_scroll = true;
};
};
};

View file

@ -113,6 +113,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "search"
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "mastodon"
type = "CNAME"