cleanup
This commit is contained in:
@@ -11,8 +11,8 @@ let
|
||||
wiki_url = "";
|
||||
custom = {
|
||||
links = {
|
||||
"Home" = "https://${serverCfg.hostDomain}";
|
||||
# "Status" = "https://status.${serverCfg.hostDomain}";
|
||||
"Home" = "https://${serverCfg.domain}";
|
||||
# "Status" = "https://status.${serverCfg.domain}";
|
||||
};
|
||||
};
|
||||
pwa_colors = {
|
||||
@@ -72,7 +72,7 @@ in {
|
||||
port = 8080;
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
SEARXNG_BASE_URL = "https://${containerCfg.subdomain}.${serverCfg.hostDomain}";
|
||||
SEARXNG_BASE_URL = "https://${containerCfg.subdomain}.${serverCfg.domain}";
|
||||
SEARXNG_PORT = "8080";
|
||||
SEARXNG_BIND_ADDRESS = "[::]";
|
||||
SEARXNG_PUBLIC_INSTANCE = "false";
|
||||
|
||||
Reference in New Issue
Block a user