1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02:00

Updated Roadmap (markdown)

Nick Sweeting
2019-09-25 02:11:05 -04:00
parent ed44b3387c
commit f40b6b55fc

@@ -477,8 +477,8 @@ Available subcommands:
### `$ archivebox server`
#### `[ip:port]`
The address:port combo to run the server on, defaults to `127.0.0.1:8000`.
#### `--bind=[ip:port]`
The address:port combo to run the web UI server on, defaults to `127.0.0.1:8000`.
```bash
$ archivebox server
@@ -495,7 +495,7 @@ Quit the server with CONTROL-C.
### `$ archivebox proxy`
Run a live HTTP/HTTPS proxy for recording and replaying WARCs using pywb.
Run a live HTTP/HTTPS proxy that records all traffic into WARC files using pywb.
#### `--bind=[ip:port]`
The address:port combo to run the proxy on, defaults to `127.0.0.1:8010`.