Sign inSign up

toniher/docker-selfoss

By toniher

Updated about 3 years ago
Archived

Docker of selfoss RSS reader

Image
0

368

toniher/docker-selfoss repository overview

docker-selfoss

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/

  • Cron

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

Tag summary

Content type

Image

Digest

sha256:ee461b335

Size

211.4 MB

Last updated

about 3 years ago

docker pull toniher/docker-selfoss