Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:audiobookshelf [2024/07/30 11:26] – willy | services:audiobookshelf [2024/08/06 13:21] (current) – [Installation] willy | ||
---|---|---|---|
Line 43: | Line 43: | ||
And then pull the images: | And then pull the images: | ||
- | <code bash | + | <code bash> |
su - audiobookshelf | su - audiobookshelf | ||
podman compose pull | podman compose pull | ||
Line 53: | Line 53: | ||
This is my recomended one for NGINX: | This is my recomended one for NGINX: | ||
- | <file - audiobookshelf.conf | + | <file - audiobookshelf.conf> |
server { | server { | ||
server_name podcast.gardiol.org; | server_name podcast.gardiol.org; | ||
Line 99: | Line 99: | ||
rc-service user-containers.audiobookshelf start | rc-service user-containers.audiobookshelf start | ||
</ | </ | ||
+ | |||
+ | ===== Upgrade ===== | ||
+ | |||
+ | Since it's using pdoman, stop the service then, as user **audiobookshelf**, | ||
+ | <code bash> | ||
+ | podman compose pull | ||
+ | </ | ||
+ | |||
+ | and restart the service. |