mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 07:03:03 +02:00
refactor: you first need to start the container before visiting the url
@@ -53,12 +53,12 @@ docker-compose up -d
|
||||
docker-compose run archivebox init
|
||||
```
|
||||
|
||||
Then open [`http://127.0.0.1:8080`](http://127.0.0.1:8080) or `data/index.html` to view the archive (HTTP, not HTTPS).
|
||||
|
||||
### Usage
|
||||
|
||||
First, make sure you're `cd`'ed into the same folder as your `docker-compose.yml` file (e.g. the project root) and that your containers have been started with `docker-compose up -d`.
|
||||
|
||||
Then open [`http://127.0.0.1:8080`](http://127.0.0.1:8080) or `data/index.html` to view the archive (HTTP, not HTTPS).
|
||||
|
||||
To add new URLs, you can use docker-compose just like the normal `./archive` CLI.
|
||||
|
||||
**To add an individual link or list of links**, pass in URLs via stdin.
|
||||
|
Reference in New Issue
Block a user