Docker of selfoss RSS reader
368
Docker of selfoss RSS reader
Run instance
docker run --net=selfoss --restart unless-stopped -d -p 10025:80 -v /var/www/rsscau/conf/config.ini:/var/www/htdocs/config.ini -v /var/www/rsscau/data:/var/www/htdocs/data --name selfoss toniher/selfoss
Check config.ini details in: https://selfoss.aditu.de/
Via CLI
15 */1 * * * docker exec selfoss php /var/www/htdocs/cliupdate.php &> /tmp/selfoss.log
Via Web
Requires allow_public_update_access=true in config.ini
15 */1 * * * curl -X GET https://rss.mudomain/update &> /tmp/selfoss.log
Content type
Image
Digest
sha256:ee461b335…
Size
211.4 MB
Last updated
about 3 years ago
docker pull toniher/docker-selfoss