Skip to content

Latest commit

 

History

History

freshrss

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

About

freshrss

FreshRSS is a self-hosted RSS feed aggregator

Usage

Requirements

  • Traefik up and running.
  • A subdomain of your choice, this example uses freshrss.
    • You should be able to create a subdomain with your DNS provider, use a A record with the same IP address as your root domain.

Configuration

Replace the environment variables in .env with your own, then run :

sudo docker-compose up -d

You should now be able to access the freshrss setup instruction, it is quite straigthforward and nothing is required.

Update

The image is automatically updated with watchtower thanks to the following label :

  # Watchtower Update
  - "com.centurylinklabs.watchtower.enable=true"