Categorygithub.com/buzzer13/brrss
repositorypackage
1.4.3
Repository: https://github.com/buzzer13/brrss.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

BrRSS

latest release

RSS bridge that can be used as a serverless function or run as a server.

Getting started

Container

  1. Pull and run ghcr.io/buzzer13/brrss:latest image (tag can be either latest, or a specific version like v1.4.0).
    • Command: docker run --name=brrss -it "ghcr.io/buzzer13/brrss:latest"
    • Server doesn't enable an authentication by default, so you may want to check configuration section.

Configuration

Environment variables

  • API_KEY - when set - enables key auth for the API and requires api-key parameter to be present in every query.
  • API_USERNAME, API_PASSWORD - when both are set - enables basic auth for the API.

Both API_KEY and API_PASSWORD can be either the plain string or bcrypt-compatible hash.