bump version
feat: add prometheus metrics
bugfix: dont force user to change their password
Features:
For accessing /admin subpage (doesn't do anything yet)
UPDATE user SET is_admin=1 WHERE user.username=john;
Available in AUR
Dockerfile included.
Build with:
docker build -t nnrss .
And run with (port 4321 on host):
docker run -p 127.0.0.1:4321:8000 -e NNRSS_DB_BACKEND=sqlite nnrss