I know there is a version for nextcloud that works really wel, but i am trying to move away from nextcloud 😀 Alsof, i am looking for an arm64 version
You must log in or register to comment.
Thanks, podfetch looks interesting, i’ll check it out. I really like Nextcloud, until i want to run an update, then i like it… not so much
I ran gPodder for a long time, but since finding audiobookshelf I didn’t look back - runs fine on docker.
My docker-compose.yaml:
services: audiobookshelf: image: ghcr.io/advplyr/audiobookshelf:latest environment: - AUDIOBOOKSHELF_UID=1000 - AUDIOBOOKSHELF_GID=1000 - TZ=Europe/Ljubljana ports: - 13378:80 volumes: - /volume1/media/audiobookshelf/podcasts:/podcasts - /etc/localtime:/etc/localtime:ro restart: unless-stopped