/selfoss-docker-image

🐳 Selfoss RSS Reader Docker Image 🐳

Primary LanguageShellGNU General Public License v3.0GPL-3.0

pvillaverde/selfoss-docker-image

GitHub license

selfoss

About The Project

This is a docker container image for the Selfoss RSS Reader.

Features

  • Based on PHP 7.4 image with Apache.
  • Custom Selfoss Version (Stable or Development)
  • SQLite driver

Build-time variables

  • CHANNEL = Selfoss version channel (STABLE or DEVELOPMENT)
  • VERSION = Selfoss version
  • SHA256_HASH = SHA256 hash of selfoss archive

Environment variables

Variable Description Type Default value
CRON_PERIOD Cronjob period for updating feeds optional 15m

Getting Started

Run image

docker-compose.yml

selfoss:
  container_name: selfoss
  image: pvillaverde/selfoss
  volumes:
    - /mnt/docker/selfoss:/var/www/html/data

Support & Contributing

If you want to add any missing feature or report a bug, you can request ir or report it here. Also if you are want and know how to do it, go ahead! That's what make the open source community shines, by allowing us to grow and learn from each other creating amazing tools! Any contribution you make is greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors

Acknowledgements

License

GitHub license

Distributed under the GNU GPL-v3 License. See LICENSE on for more information.