nexa

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2025 License: MIT Imports: 24 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL