Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
webschlocker3
Commits
93cbfc9d
Commit
93cbfc9d
authored
May 06, 2017
by
paz
Browse files
Instruct to give tls-fingerprint and api-key as env-vars.
parent
0e455184
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
93cbfc9d
...
...
@@ -21,7 +21,7 @@ You need `docker`, obviously. So first, [go and install it](https://docs.docker.
```
$ git clone https://git.occrp.org/libre/webschlocker3.git
$ docker build -t 'webschlocker3' webschlocker3/
$ docker run --rm --name webschlocker-test --link schlocker-test -e WEBSCHLOCKER_CONFIG_
SCHLEUDERD_URI="http://schlocker-test:4443/
" webschlocker3
$ docker run --rm --name webschlocker-test --link schlocker-test -e WEBSCHLOCKER_CONFIG_
API_HOST="schlocker-test" -e WEBSCHLOCKER_CONFIG_TLS_FINGERPRINT="fingerprint_from_schlocker_output" -e WEBSCHLOCKER_CONFIG_API_KEY="api_key_given_also_to_schlocker
" webschlocker3
```
By default
`schleuder-web`
listens on port
`3000`
(you can change this by setting
`$WEBSCHLOCKER_BIND_PORT`
docker envvar) and will inform you about the IP address it is running on in the output.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment