Installation

Only Docker is available at the moment. Use the following command to run the image:
docker run -d -p 3000:3000 -v "$(pwd)/kindly-rss-data/data:/home/data" --restart unless-stopped --name kindly-rss nicoan/kindly-rss-reader
The argument --restart unless-stopped will strart the container automatically when the docker daemon stats, unless it is stopped. Remove it from the command if you don't want that behavior.