mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix db core test
This commit is contained in:
parent
a0765085dc
commit
2b11f24a39
30 changed files with 30 additions and 0 deletions
1
.github/workflows/test-core-linux.yml
vendored
1
.github/workflows/test-core-linux.yml
vendored
|
|
@ -85,6 +85,7 @@ jobs:
|
|||
echo 'API_LISTEN_IP=127.0.0.1' | 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 "LOG_LEVEL=info" | sudo tee -a /etc/bunkerweb/variables.env
|
||||
sudo chown nginx:nginx /etc/bunkerweb/variables.env
|
||||
sudo chmod 777 /etc/bunkerweb/variables.env
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
USE_REVERSE_PROXY: "yes"
|
||||
REVERSE_PROXY_HOST: "http://app1:8080"
|
||||
REVERSE_PROXY_URL: "/"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
USE_REVERSE_PROXY: "yes"
|
||||
REVERSE_PROXY_HOST: "http://app1:8080"
|
||||
REVERSE_PROXY_URL: "/"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? BAD_BEHAVIOR settings
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? BLACKLIST settings
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
USE_REVERSE_PROXY: "yes"
|
||||
REVERSE_PROXY_HOST: "http://app1:8080"
|
||||
REVERSE_PROXY_URL: "/"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
HTTP_PORT: "80"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? BUNKERNET settings
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
USE_REDIS: "yes"
|
||||
REDIS_HOST: "bw-redis"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? CLIENT_CACHE settings
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ services:
|
|||
HTTPS_PORT: "443"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
REMOTE_PHP: "app1"
|
||||
REMOTE_PHP_PATH: "/app"
|
||||
LOG_LEVEL: "info"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? COUNTRY settings
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
HTTPS_PORT: "443"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? CUSTOM_CERT settings
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
GLOBAL_HTTP_PORT: "80"
|
||||
GLOBAL_USE_BUNKERNET: "no"
|
||||
GLOBAL_USE_BLACKLIST: "no"
|
||||
GLOBAL_SEND_ANONYMOUS_REPORT: "no"
|
||||
GLOBAL_USE_REVERSE_PROXY: "yes"
|
||||
GLOBAL_REVERSE_PROXY_HOST: "http://app1:8080"
|
||||
GLOBAL_REVERSE_PROXY_URL: "/"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
USE_REVERSE_PROXY: "yes"
|
||||
REVERSE_PROXY_HOST: "http://app1:8080"
|
||||
REVERSE_PROXY_URL: "/"
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ else
|
|||
export GLOBAL_LOG_LEVEL="info"
|
||||
export GLOBAL_USE_BUNKERNET="no"
|
||||
export GLOBAL_USE_BLACKLIST="no"
|
||||
export GLOBAL_SEND_ANONYMOUS_REPORT="no"
|
||||
export GLOBAL_USE_REVERSE_PROXY="yes"
|
||||
export GLOBAL_REVERSE_PROXY_HOST="http://app1:8080"
|
||||
export GLOBAL_REVERSE_PROXY_URL="/"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? DNSBL settings
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? ERRORS settings
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? GREYLIST settings
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
USE_REVERSE_PROXY: "yes"
|
||||
REVERSE_PROXY_HOST: "http://app1:8080"
|
||||
REVERSE_PROXY_URL: "/"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
HTTPS_PORT: "443"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
GENERATE_SELF_SIGNED_SSL: "no"
|
||||
REMOTE_PHP: "bw-php"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? INJECT settings
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
BAD_BEHAVIOR_STATUS_CODES: "400 401 403 405 429 444"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
HTTPS_PORT: "443"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
GENERATE_SELF_SIGNED_SSL: "no"
|
||||
USE_MODSECURITY: "no"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? MODECURITY settings
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? REDIRECT settings
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24 1.0.0.3"
|
||||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
BLACKLIST_IP_URLS: ""
|
||||
LOG_LEVEL: "info"
|
||||
SESSIONS_NAME: "test"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? REVERSE_SCAN settings
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
HTTPS_PORT: "443"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
# ? SELF_SIGNED settings
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
USE_ANTIBOT: "cookie"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
HTTP_PORT: "80"
|
||||
USE_BUNKERNET: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
LOG_LEVEL: "info"
|
||||
USE_BLACKLIST: "yes"
|
||||
BLACKLIST_IP: "0.0.0.0/0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue