examples - add the last missing README.md stubs
This commit is contained in:
23
examples/web-ui/README.md
Normal file
23
examples/web-ui/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Web UI
|
||||
|
||||
Use the web UI panel to configure your bunkerized-nginx instances.
|
||||
|
||||
## Architecture
|
||||
|
||||
<img src="https://github.com/bunkerity/bunkerized-nginx/blob/dev/examples/web-ui/architecture.png?raw=true" />
|
||||
|
||||
## Docker
|
||||
|
||||
See [docker-compose.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/web-ui/docker-compose.yml).
|
||||
|
||||
## Linux
|
||||
|
||||
TODO
|
||||
|
||||
## Autoconf
|
||||
|
||||
TODO
|
||||
|
||||
## Swarm
|
||||
|
||||
TODO
|
||||
@@ -23,10 +23,9 @@ services:
|
||||
- DISABLE_DEFAULT_SERVER=yes
|
||||
- USE_CLIENT_CACHE=yes
|
||||
- USE_GZIP=yes
|
||||
- USE_API=yes
|
||||
- API_URI=/ChangeMeToSomethingHardToGuess # change it to something hard to guess + must match API_URI for myui service
|
||||
- admin.example.com_SERVE_FILES=no
|
||||
- admin.example.com_USE_AUTH_BASIC=yes
|
||||
- admin.example.com_AUTH_BASIC_USER=admin # change it to something hard to guess
|
||||
- admin.example.com_AUTH_BASIC_PASSWORD=admin # change it to something hard to guess
|
||||
- admin.example.com_USE_REVERSE_PROXY=yes
|
||||
- admin.example.com_REVERSE_PROXY_URL=/admin/ # change it to something hard to guess
|
||||
- admin.example.com_REVERSE_PROXY_HOST=http://myui:5000/
|
||||
@@ -42,8 +41,11 @@ services:
|
||||
volumes:
|
||||
- autoconf:/etc/nginx
|
||||
environment:
|
||||
- ABSOLUTE_URI=https://admin.example.com/admin/ # change it to your full URI
|
||||
- ABSOLUTE_URI=https://admin.example.com/admin/ # change it to your full URI
|
||||
- DOCKER_HOST=tcp://myuiproxy:2375
|
||||
- API_URI=/ChangeMeToSomethingHardToGuess
|
||||
- ADMIN_USERNAME=admin # change it to something hard to guess
|
||||
- ADMIN_PASSWORD=changeme # change it to a good password
|
||||
|
||||
myuiproxy:
|
||||
image: tecnativa/docker-socket-proxy
|
||||
@@ -51,7 +53,6 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
- POST=1
|
||||
- CONTAINERS=1
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user