feat: add dir2opds OPDS book catalog service (tailnet-only)

This commit is contained in:
Phillip Skentelbery
2026-06-29 18:30:30 -06:00
parent 3e0b2054a9
commit a2b31ea1d1
4 changed files with 58 additions and 2 deletions
@@ -0,0 +1,26 @@
---
services:
dir2opds:
image: ghcr.io/dubyte/dir2opds:v1.9.0
container_name: dir2opds
ports:
- "8080:8080"
volumes:
- ./books:/books
command:
- -dir=/books
- -extract-metadata
- -enable-cache
- -gzip
- -enable-html
restart: unless-stopped
labels:
glance.name: dir2opds
glance.icon: si:book
glance.url: http://docker-01:8080
glance.description: OPDS book catalog
mag37.dockcheck.update: true
networks:
default:
external: true
name: {{ docker.network_name }}