1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 11:35:59 +02:00
This commit is contained in:
Nick Sweeting
2020-07-28 16:15:09 -04:00
committed by GitHub
parent 683ffbcdae
commit 685f85aaae

View File

@@ -1,6 +1,6 @@
# Usage: # Usage:
# docker-compose up -d # docker-compose up -d
# docker-ocmpose run archivebox init # docker-compose run archivebox init
# echo "https://example.com" | docker-compose run archivebox archivebox add # echo "https://example.com" | docker-compose run archivebox archivebox add
# docker-compose run archivebox add --depth=1 https://example.com/some/feed.rss # docker-compose run archivebox add --depth=1 https://example.com/some/feed.rss
# docker-compose run archivebox config --set PUBLIC_INDEX=True # docker-compose run archivebox config --set PUBLIC_INDEX=True