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 ===
|
||||
services.photoprism = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue