audobookshelf & microbin

This commit is contained in:
2023-12-16 14:12:14 -06:00
parent c9beaf7e04
commit a2b1951f6b
2 changed files with 38 additions and 2 deletions

View File

@@ -44,7 +44,18 @@ in {
bazarr = base // { };
jellyfin = base // { };
prowlarr.enable = true;
microbin.enable = true;
microbin = {
enable = true;
settings = {
MICROBIN_HIDE_LOGO = false;
MICROBIN_PORT = 8080;
MICROBIN_HIGHLIGHTSYNTAX = true;
MICROBIN_PRIVATE = true;
MICROBIN_QR = true;
MICROBIN_ENCRYPTION_CLIENT_SIDE = true;
MICROBIN_ENCRYPTION_SERVER_SIDE = true;
};
};
audiobookshelf = {
enable = true;
group = "piracy";
@@ -53,6 +64,7 @@ in {
enable = true;
address = "0.0.0.0";
consumptionDirIsPublic = true;
consumptionDir = "/mnt/pool/home/Scans";
extraConfig = {
PAPERLESS_DBENGINE = "postgress";
PAPERLESS_DBNAME = "paperless";