Configure Nginx virtual host for audiobookshelf
This commit is contained in:
parent
8baa3ea1cb
commit
e1c30789a2
3 changed files with 27 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue