command
module
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Mar 6, 2025
License: MIT
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Nexa
RSS reader built with a Go backend server, React frontend, and SQLite database.

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)

Access the application
Open your browser and navigate to:
http://localhost:7766
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.