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/liked
page.LINKDING_API_PATH
– Full URL with/api
endpoint of your Linkding instance (don't include the trailing slash).LINKDING_TOKEN
– Your authentication token for Linkding.
version: "3.8"
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_TOKEN