-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope to support creating archives through ArchiveBox #911
Comments
If LinkDing exposes URLs saved as an RSS feed, then ArchiveBox could be setup to pull them in on a schedule! |
Linkding already does. Been doing exactly that with RSS to ArchiveBox |
@huyz could you go into some detail about how you achieved that integration? I've tried giving the RSS feed URL to archivebox but all it does is archive the feed itself, not the links within. |
@nogweii That's odd. I don't think I did anything notable
# Status
archivebox schedule --show
# Clear jobs
archivebox schedule --clear
# Add a job
# NOTE: I think the `--add` is optional as it's the default operation
archivebox schedule --every '*/15 * * * *' --depth=1 "$ALL_BOOKMARKS_URL"
# Trigger jobs now
archivebox schedule --run-all where cd /srv/archivebox/data
exec docker compose run --rm archivebox "$@" |
Hope to support creating archives by ArchiveBox
The text was updated successfully, but these errors were encountered: