Compare commits

..

No commits in common. "1f089236dc0c5a8315be1e65bf192601d964735c" and "09cd37aa3bd743f6dd48a09685b49fbc48a1c0c4" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ variables:
- &volumes
- /var/www/html/artifacts/deblan/capture:/artifacts
steps:
pipeline:
test:
image: *golang
commands:

View file

@ -19,9 +19,9 @@ docker run -p 9000:9000 -p 9001:9001 deblan/capture -url=https://example.com/ -p
#### Settings
| param | description |
| -------------- | ------------- |
| `-url` | **Required.** Set the url you want to proxy |
| param | description |
| -------------- | ------------- |
| `-url` | **Required.** Set the url you want to proxy |
| `-port` | Set the proxy port. Default: *9000* |
| `-dashboard` | Set the dashboard port. Default: *9001* |
| `-captures` | Set how many captures to show in the dashboard. Default: *16* |