add some more web services
This commit is contained in:
parent
5e5f0bcee3
commit
b78fdc1559
1 changed files with 30 additions and 0 deletions
|
@ -49,6 +49,13 @@
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
virtualHosts = {
|
||||||
|
"manga.it3" = {
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:8080/";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.dnsmasq = {
|
services.dnsmasq = {
|
||||||
|
@ -72,4 +79,27 @@
|
||||||
nginx.hostName = "wiki.it3";
|
nginx.hostName = "wiki.it3";
|
||||||
passwordFile = "${../../init/mediawiki}";
|
passwordFile = "${../../init/mediawiki}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.suwayomi-server = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
server = {
|
||||||
|
systemTrayEnabled = true;
|
||||||
|
extensionRepos = [
|
||||||
|
"https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"
|
||||||
|
];
|
||||||
|
webUIEnabled = true;
|
||||||
|
initialOpenInBrowserEnabled = true;
|
||||||
|
webUIInterface = "browser";
|
||||||
|
webUIFlavor = "WebUI";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
services.freshrss = {
|
||||||
|
enable = true;
|
||||||
|
virtualHost = "rss.it3";
|
||||||
|
authType = "none";
|
||||||
|
baseUrl = "http://rss.it3";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue