ui - centering things without breaking sticky navbar and menu

This commit is contained in:
bunkerity
2021-08-09 17:10:26 +02:00
parent bcd421de09
commit 0573ba7b5a
5 changed files with 40 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ services:
- 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
- API_URI=/ChangeMeToSomethingHardToGuess # change it to something hard to guess + must match API_URI from myui service
- admin.example.com_SERVE_FILES=no
- admin.example.com_USE_REVERSE_PROXY=yes
- admin.example.com_REVERSE_PROXY_URL=/admin/ # change it to something hard to guess
@@ -44,7 +44,7 @@ services:
environment:
- ABSOLUTE_URI=https://admin.example.com/admin/ # change it to your full URI
- DOCKER_HOST=tcp://myuiproxy:2375
- API_URI=/ChangeMeToSomethingHardToGuess
- API_URI=/ChangeMeToSomethingHardToGuess # must match API_URI from bunkerized-nginx
- ADMIN_USERNAME=admin # change it to something hard to guess
- ADMIN_PASSWORD=changeme # change it to a good password