diff --git a/.github/workflows/tests-ui-linux.yml b/.github/workflows/tests-ui-linux.yml index c6e7280cc..be47fa7d5 100644 --- a/.github/workflows/tests-ui-linux.yml +++ b/.github/workflows/tests-ui-linux.yml @@ -72,28 +72,21 @@ jobs: echo "127.0.0.1 www.example.com" | sudo tee -a /etc/hosts echo "127.0.0.1 app1.example.com" | sudo tee -a /etc/hosts # BunkerWeb - echo "SERVER_NAME=www.example.com" | sudo tee /etc/bunkerweb/variables.env + echo "SERVER_NAME=" | sudo tee /etc/bunkerweb/variables.env echo "HTTP_PORT=80" | sudo tee -a /etc/bunkerweb/variables.env - echo "HTTPS_PORT=443" | sudo tee -a /etc/bunkerweb/variables.env echo 'DNS_RESOLVERS=9.9.9.9 8.8.8.8 8.8.4.4' | sudo tee -a /etc/bunkerweb/variables.env echo 'API_LISTEN_IP=127.0.0.1' | sudo tee -a /etc/bunkerweb/variables.env echo "MULTISITE=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "LOG_LEVEL=info" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_BUNKERNET=no" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_BLACKLIST=no" | sudo tee -a /etc/bunkerweb/variables.env + echo "SEND_ANONYMOUS_REPORT=no" | sudo tee -a /etc/bunkerweb/variables.env echo "DISABLE_DEFAULT_SERVER=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_CLIENT_CACHE=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_GZIP=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "DATASTORE_MEMORY_SIZE=384m" | sudo tee -a /etc/bunkerweb/variables.env - echo "www.example.com_USE_UI=yes" | sudo tee -a /etc/bunkerweb/variables.env - echo "www.example.com_SERVE_FILES=no" | sudo tee -a /etc/bunkerweb/variables.env - echo "www.example.com_USE_REVERSE_PROXY=yes" | sudo tee -a /etc/bunkerweb/variables.env - echo "www.example.com_REVERSE_PROXY_URL=/admin" | sudo tee -a /etc/bunkerweb/variables.env - echo "www.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:7000" | sudo tee -a /etc/bunkerweb/variables.env - echo "www.example.com_INTERCEPTED_ERROR_CODES=400 405 413 429 500 501 502 503 504" | sudo tee -a /etc/bunkerweb/variables.env - - echo "ADMIN_USERNAME=admin" | sudo tee /etc/bunkerweb/ui.env - echo "ADMIN_PASSWORD=S\$cr3tP@ssw0rd" | sudo tee -a /etc/bunkerweb/ui.env + echo "UI_HOST=http://127.0.0.1:7000" | sudo tee -a /etc/bunkerweb/variables.env + sudo touch /etc/bunkerweb/ui.env sudo chown nginx:nginx /etc/bunkerweb/variables.env /etc/bunkerweb/ui.env sudo chmod 777 /etc/bunkerweb/variables.env /etc/bunkerweb/ui.env diff --git a/src/bw/misc/asn.mmdb b/src/bw/misc/asn.mmdb index abb1d410f..dd1ec81f9 100644 Binary files a/src/bw/misc/asn.mmdb and b/src/bw/misc/asn.mmdb differ diff --git a/src/bw/misc/country.mmdb b/src/bw/misc/country.mmdb index be7e299f1..40b951b6e 100644 Binary files a/src/bw/misc/country.mmdb and b/src/bw/misc/country.mmdb differ diff --git a/src/ui/templates/login.html b/src/ui/templates/login.html index aaea4abec..089cb2e94 100755 --- a/src/ui/templates/login.html +++ b/src/ui/templates/login.html @@ -71,11 +71,11 @@ class="mx-4 lg:mx-0 col-span-2 lg:col-span-1 bg-none lg:bg-gray-50 h-full flex flex-col items-center justify-center" >
logo
SETTINGS
@@ -134,13 +133,13 @@ url_for(request.endpoint)[1:].split("/")[-1].strip() %} method="POST" autocomplete="off" > -
-
- PROFILE -
-
+
+
+ PROFILE +
+
-
-
- TOTP -
-
+
+
+ TOTP +
+
@@ -551,9 +550,9 @@ url_for(request.endpoint)[1:].split("/")[-1].strip() %}