Automatically sync your liked articles on Instapaper to Linkding.
Sync runs every 10 minutes.
Before running the application you must define the following environment variables:
INSTAPAPER_FEED_URL– RSS feed of your liked/starred articles which you can find in the source ofhttps://www.instapaper.com/likedpage.LINKDING_API_PATH– Full URL with/apiendpoint of your Linkding instance (don't include the trailing slash).LINKDING_TOKEN– Your authentication token for Linkding.
You can also set this optional environment variable:
LINKDING_TAG– Custom tag to add for synced articles. Default:from-instapaper.
services:
instadig:
image: ghcr.io/gentlecat/instadig:latest
container_name: instadig
restart: unless-stopped
environment:
INSTAPAPER_FEED_URL: https://www.instapaper.com/starred/rss/XXXXXXXX/XXXXXXXX
LINKDING_API_PATH: https://your.linkding.instance/api
LINKDING_TOKEN: YOUR_TOKENcp .env.example .envThen update the .env file with the right configuration.