Readeck
Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
readeck:
image: codeberg.org/readeck/readeck:latest
ports:
- 8000:8000
volumes:
- ./readeck-data:/readeck
restart: unless-stoppedResources
Website: https://readeck.org/
Codeberg: https://codeberg.org/readeck/readeck
Configuration: https://codeberg.org/readeck/readeck#how-to-test-or-install