Docker image for:
- Fetch OPML Feedly export
- Backup it using Restic
- Monitor this task using https://healthchecks.io with Runitor
They are my requirements for my usage (written here as a reminder). Feel free to customize using the documentations of used tools, or by customizing the image !
GOOGLE_APPLICATION_CREDENTIALS
(used to access the bucket, this is a file path)RESTIC_PASSWORD
(unlock the repository)RESTIC_REPOSITORY
(name of the repository)CHECK_UUID
(healthchecks.io UUID)FEEDLY_ACCESS_TOKEN
(to access Feedly developer API)
Simply run:
# Don't forget to set the required environments variables with `-e VAR=VALUE`
$ docker run -it --rm skynewz/feedly-backup:latest
- Check the Restic documentation for more details about Restic
- Check the Runitor repository for more details about Runitor
- Using SkYNewZ/feedly-opml-export to export Feedly OPML
All theses tools have been packaged into Docker images: