docs - web UI

This commit is contained in:
florian 2023-04-27 23:00:38 +02:00
parent c6a184d90a
commit 7695a839f0
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
5 changed files with 677 additions and 552 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,14 +17,10 @@ services:
- www.example.com_USE_UI=yes
- www.example.com_SERVE_FILES=no
- www.example.com_USE_REVERSE_PROXY=yes
- www.example.com_REVERSE_PROXY_URL=/changeme # replace with another url
- www.example.com_REVERSE_PROXY_URL=/changeme/ # replace with another url
- www.example.com_REVERSE_PROXY_HOST=http://bw-ui:7000
- www.example.com_REVERSE_PROXY_HEADERS=X-Script-Name /changeme # replace with another url
- www.example.com_REVERSE_PROXY_INTERCEPT_ERRORS=no
- www.example.com_LIMIT_REQ_URL=/changeme/plugins/upload # replace with another url
- www.example.com_LIMIT_REQ_RATE=4r/s
- www.example.com_LIMIT_REQ_URL_1=/changeme/logs # replace with another url
- www.example.com_LIMIT_REQ_RATE_1=4r/s
labels:
- "bunkerweb.INSTANCE"
networks:
@ -50,7 +46,7 @@ services:
environment:
- ABSOLUTE_URI=https://www.example.com/changeme/ # replace with another url
- DOCKER_HOST=tcp://bw-docker-proxy:2375
- ADMIN_USERNAME=admin
- ADMIN_USERNAME=changeme
- ADMIN_PASSWORD=changeme # replace with a stronger password
volumes:
- bw-data:/data

View File

@ -18,9 +18,9 @@ services:
- USE_GZIP=yes
- www.example.com_USE_UI=yes
- www.example.com_USE_REVERSE_PROXY=yes
- www.example.com_REVERSE_PROXY_URL=/admin/
- www.example.com_REVERSE_PROXY_URL=/changeme/
- www.example.com_REVERSE_PROXY_HOST=http://bw-ui:7000
- www.example.com_REVERSE_PROXY_HEADERS=X-Script-Name /admin
- www.example.com_REVERSE_PROXY_HEADERS=X-Script-Name /changeme
- www.example.com_REVERSE_PROXY_INTERCEPT_ERRORS=no
networks:
- bw-universe
@ -54,9 +54,9 @@ services:
environment:
- DATABASE_URI=mariadb+pymysql://bunkerweb:changeme@bw-db:3306/db # Remember to set a stronger password for the database
- DOCKER_HOST=tcp://bw-docker:2375
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=changeme # Remember to set a stronger password for the admin user
- ABSOLUTE_URI=http://www.example.com/changeme
- ADMIN_USERNAME=changeme
- ADMIN_PASSWORD=changeme # Remember to set a stronger password for the changeme user
- ABSOLUTE_URI=http://www.example.com/changeme/
networks:
- bw-universe
- bw-docker

View File

@ -226,6 +226,7 @@ spec:
labels:
app: bunkerweb-ui
spec:
serviceAccountName: sa-bunkerweb
containers:
- name: bunkerweb-ui
image: bunkerity/bunkerweb-ui:1.5.0-beta

View File

@ -284,6 +284,7 @@ spec:
labels:
app: bunkerweb-ui
spec:
serviceAccountName: sa-bunkerweb
containers:
- name: bunkerweb-ui
image: bunkerity/bunkerweb-ui:1.5.0-beta