bunkerweb icon indicating copy to clipboard operation
bunkerweb copied to clipboard

[BUG] Web UI

Open valsha opened this issue 3 years ago • 4 comments

image Web UI Linux integration - Not Found 404

variables.env

HTTP_PORT=80
HTTPS_PORT=443
DNS_RESOLVERS=8.8.8.8 8.8.4.4

SERVER_NAME=bwadm.mysite.com
MULTISITE=yes
USE_API=yes
API_WHITELIST_IP=127.0.0.0/8
bwadm.mysite.com_USE_UI=yes
bwadm.mysite.com_USE_REVERSE_PROXY=yes
bwadm.mysite.com_REVERSE_PROXY_URL=/botcheck
bwadm.mysite.com_REVERSE_PROXY_HOST=http://myui:7000
bwadm.mysite.com_REVERSE_PROXY_HEADER=X-Script-Name /botcheck
bwadm.mysite.com_REVERSE_PROXY_INTERCEPT_ERRORS=no

bunkerweb-ui.env

ADMIN_USERNAME=user
ADMIN_PASSWORD=mypasswd
ABSOLUTE_URI=http://bwadm.mysite.com/botcheck/

valsha avatar Jul 03 '22 15:07 valsha

Hello @valsha,

There is an error in the documentation, can you try to replace http://myui:7000 with http://127.0.0.1:7000 ?

fl0ppy-d1sk avatar Jul 07 '22 07:07 fl0ppy-d1sk

Also @valsha, which OS are you using ?

fl0ppy-d1sk avatar Jul 07 '22 07:07 fl0ppy-d1sk

Hello @valsha,

There is an error in the documentation, can you try to replace http://myui:7000 with http://127.0.0.1:7000 ?

✅ It has been fixed (in the config site)

TheophileDiot avatar Jul 07 '22 08:07 TheophileDiot

Also @valsha, which OS are you using ?

Ubuntu 22.04

valsha avatar Jul 07 '22 08:07 valsha

Hello @valsha, it should be fixed with the last v1.4.3 release.

fl0ppy-d1sk avatar Aug 26 '22 18:08 fl0ppy-d1sk