Configure Nginx virtual host for audiobookshelf

This commit is contained in:
Oliver Davies 2025-04-28 00:53:26 +01:00
parent 8baa3ea1cb
commit e1c30789a2
3 changed files with 27 additions and 2 deletions

View file

@ -11,6 +11,15 @@
siteMonitor = "http://localhost:8096";
};
}
{
"Audiobookshelf" = {
href = "https://audiobookshelf.oliverdavies.uk";
icon = "audiobookshelf";
description = "Self-hosted audiobook and podcast server";
siteMonitor = "http://localhost:4001";
};
}
];
}