Create your own personal content hub for everything you find on the web. Save interesting articles, compelling photos, or must-watch videos as bookmarks and build a library that's ready whenever you are. It saves the story you want and cuts out the surrounding clutter for a focused reading experience.
This tool offers a robust set of features to manage your saved content:
services:
readeck:
image: codeberg.org/readeck/readeck:latest
container_name: readeck
ports:
- "8000:8000"
environment:
- READECK_ALLOWED_HOSTS=${READECK_ALLOWED_HOSTS}
- TZ=UTC
volumes:
- ./data:/readeck
restart: unless-stoppedREADECK_ALLOWED_HOSTS=localhost