Favicon of readflow

readflow

Centralize your news and articles in a single, simple app. Save content to read later on any device and enjoy a versatile reading experience with cloud integrations.

Organize your online reading and create a personal, distraction-free space for all your articles and news. This read-it-later solution is designed for simplicity and versatility, allowing you to gather content from across the web into one convenient location. Stop juggling multiple tabs and apps and enjoy a focused reading experience.

Key features include:

  • Centralized Reading: Bring all your internet articles, newsletters, and news feeds into a single, uncluttered interface.
  • Progressive Web App: Get a consistent and smooth user experience on your phone, tablet, and desktop computer without needing to install separate apps.
  • Cloud Integration: Easily connect with many other services to enhance your reading and information management workflow.

Directory Structure

readflow
data
mongo
redis
.env
docker-compose.yml

docker-compose.yml

services:
  readflow:
    image: ncarlier/readflow:latest
    container_name: readflow
    restart: unless-stopped
    ports:
      - "8080:8080"
    environment:
      - APP_DB_URI=mongodb://mongodb:27017/readflow
      - APP_CACHE_URI=redis://redis:6379
      - APP_JWT_SECRET=${APP_JWT_SECRET}
      - LOG_LEVEL=info
    depends_on:
      - mongodb
      - redis

  mongodb:
    image: mongo:5
    container_name: readflow_db
    restart: unless-stopped
    volumes:
      - ./data/mongo:/data/db

  redis:
    image: redis:alpine
    container_name: readflow_redis
    restart: unless-stopped
    volumes:
      - ./data/redis:/data

.env

APP_JWT_SECRET=change_this_to_a_secure_random_string
Categories:

Share:

Ad
Favicon

 

  
 

Similar to readflow

Favicon

 

  
  
Favicon

 

  
  
Favicon