Skip to content

CallMeMhz/nexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nexa

RSS reader built with a Go backend server, React frontend, and SQLite database.

Nexa RSS Reader

Docker Deployment

docker run -d -p 7766:7766 \
  -v $(pwd)/data:/app/data \
  -e NEXA_SECRET=sosecretaf \
  -e NEXA_PASSWORD=nexa \
  --name nexa \
  callmemhz/nexa:latest

This will:

  • Map port 7766 to your host, which is the application's web interface
  • Mount a volume for persistent data storage (SQLite database will be stored in the ./data directory)
  • Set a password for authentication (leave NEXA_PASSWORD empty to disable login requirement)
  • Support customizable fetch frequency for each feed (set via cron expression when adding feeds) Cron

Access the application

Open your browser and navigate to:

http://localhost:7766

About

πŸ“– A self-hosted RSS feed reader written in Go. πŸš€

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors