summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-10-05 16:15:52 +0200
committerTilo Spannagel <development@tilosp.de>2017-10-05 16:15:52 +0200
commit3db0c2bf69a8de390b67d59c51212fd1320a34c1 (patch)
tree224c5832d9812e9506c4d07dee14e31752253b2a /.examples
parent122e66ca7cb27791fd32dfb8713d0b2f084d30cb (diff)
add a sentence why this setup is insecure
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 063cd134..dbcc5b8b 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -29,6 +29,9 @@ The docker-compose examples make heavily use of dereived Dockerfiles to add conf
### insecure
+This example should only be used for testing on the local network because it uses a unencrypted http connection.
+When you want to have your server reachable from the internet adding HTTPS-encryption is mandatory!
+For this use one of the [with-nginx-proxy](#with-nginx-proxy) examples.
To use this example complete the following steps: