Add shiori

This commit is contained in:
Alexander Wainwright
2025-07-24 12:17:02 +10:00
parent ab26e9b49c
commit 571759b08f

View File

@@ -23,6 +23,7 @@
8000
8010
8080
8234 # shiori (non-standard)
9117
8191
];
@@ -33,6 +34,7 @@
audiobookshelf
flaresolverr
filebrowser
shiori
];
# run audiobookshelf
@@ -67,6 +69,18 @@
};
};
# run shiori
systemd.services.shiori = {
description = "Shiory bookmark manager";
wantedBy = [ "multi-user.target" ];
serviceConfig = {
ExecStart = "${pkgs.shiori}/bin/shiori server -p 8234";
User = "alex";
Restart = "always";
RestartSec = "5s";
};
};
# run sonarr
services.sonarr = {
enable = true;