mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 14:57:22 +03:00
Added warning to pre-configuring servers section
This commit is contained in:
parent
4cb7aa64cf
commit
bc16381c90
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ If you are using the shlink-web-client docker image, you can mount the `servers.
|
||||||
|
|
||||||
docker run --name shlink-web-client -p 8000:80 -v ${PWD}/servers.json:/usr/share/nginx/html/servers.json shlinkio/shlink-web-client
|
docker run --name shlink-web-client -p 8000:80 -v ${PWD}/servers.json:/usr/share/nginx/html/servers.json shlinkio/shlink-web-client
|
||||||
|
|
||||||
|
> **Be extremely careful when using this feature.**
|
||||||
|
> Due to shlink-web-client's client-side nature, the file needs to be accessible from the browser.
|
||||||
|
> Because of that, make sure you use this only when you self-host shlink-web-client, and you know only trusted people will have access to it.
|
||||||
|
> Failing to do this could cause your API keys to end up being exposed.
|
||||||
|
|
||||||
## Serve project in subpath
|
## Serve project in subpath
|
||||||
|
|
||||||
Official distributable files have been built so that they are served from the root of a domain.
|
Official distributable files have been built so that they are served from the root of a domain.
|
||||||
|
|
Loading…
Reference in a new issue