feat(faunus-ater): Setup komga, for reading books and manga
This commit is contained in:
parent
4102cd816e
commit
79cefb6244
|
@ -252,6 +252,18 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# === Komga, for my reading needs ===
|
||||||
|
services.komga = {
|
||||||
|
enable = true;
|
||||||
|
stateDir = "/data/dirty/komga";
|
||||||
|
};
|
||||||
|
services.nginx.virtualHosts."read.home" = mkVirtHost {
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://[::1]:${builtins.toString config.services.komga.port}";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# === Photoprism ===
|
# === Photoprism ===
|
||||||
services.photoprism = {
|
services.photoprism = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue