Skip to content

Latest commit

 

History

History

freshrss

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

FreshRSS is a self-host RSS aggregator.

Compare with ttrss

Config

Run make config or copy .env-dist to .env_{DOCKER_CONTEXT}_{INSTANCE} and set the vars:

  • FRESHRSS_TRAEFIK_HOST the domain name for FreshRSS.
  • TIME_ZONE the timezone of the server

Authentication and Authorization

See AUTH.md for information on adding external authentication on top of your app.

Bring up the server : make install

Open the browser page: make open

Immediately open the URL and finish the installation with the wizard. Choose the SQLite database type when asked.