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
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
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