Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Docker image to fetch OPML Feedly exports and backup it using Restic

License

Notifications You must be signed in to change notification settings

SkYNewZ/docker-feedly-restic-backup

Repository files navigation

docker-feedly-restic-backup

Deploy

Docker image for:

Requirements

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)

Start !

Simply run:

# Don't forget to set the required environments variables with `-e VAR=VALUE`
$ docker run -it --rm skynewz/feedly-backup:latest

Documentation

All theses tools have been packaged into Docker images: