[GH-ISSUE #222] doc for config file #149

Closed
opened 2026-03-01 14:41:04 +03:00 by kerem · 1 comment
Owner

Originally created by @HappyDoggo on GitHub (Apr 23, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/222

Wiki Page URL

https://github.com/pirate/ArchiveBox/wiki/Configuration#creating-a-config-file

Suggested Edit

eval export $(grep -v '^#' ArchiveBox.conf); ./archive https://example.com/rss/feed.xml

In the case that it causes an error message: grep: .ArchiveBox.conf: No such file or directory

Run:
find ~/.ArchiveBox.conf
Copy the printed path.
eval export $(grep -v '^#' <insert path here>); ./archive https://example.com/rss/feed.xml

Originally created by @HappyDoggo on GitHub (Apr 23, 2019). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/222 ## Wiki Page URL https://github.com/pirate/ArchiveBox/wiki/Configuration#creating-a-config-file ## Suggested Edit `eval export $(grep -v '^#' ArchiveBox.conf); ./archive https://example.com/rss/feed.xml` In the case that it causes an error message: `grep: .ArchiveBox.conf: No such file or directory` Run: `find ~/.ArchiveBox.conf` Copy the printed path. `eval export $(grep -v '^#' <insert path here>); ./archive https://example.com/rss/feed.xml`
kerem closed this issue 2026-03-01 14:41:04 +03:00
Author
Owner

@pirate commented on GitHub (Apr 23, 2019):

Done, thanks.

<!-- gh-comment-id:485950365 --> @pirate commented on GitHub (Apr 23, 2019): Done, thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#149
No description provided.