A minimal, self-hosted RSS aggregator that implements the Fever API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Shadowfacts f3e0c6b374
Update ecto
2 months ago
assets Update to bootstrap 5 1 year ago
config Add OIDC login 3 months ago
lib Improve The Verge extractor 3 months ago
priv Add OIDC login 3 months ago
test Switch to Mojito for HTTP requests 3 years ago
.formatter.exs Initial commit 5 years ago
.gitignore Reintroduce Webpack and add Phoenix LiveView 3 years ago
README.md Initial commit 5 years ago
mix.exs Add OIDC login 3 months ago
mix.lock Update ecto 2 months ago

README.md

Frenzy

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more