Skip to content

Commit 1d7ce17

Browse files
authored
Updates
1 parent 7ae8ddf commit 1d7ce17

6 files changed

Lines changed: 9 additions & 24 deletions

File tree

.github/ci-config/enginescript-variables-ci.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,14 @@ SSE_PLUGIN_VER="1.9.1"
2424
SWPO_PLUGIN_VER="1.8.0"
2525

2626
# Frontend Dependencies
27-
CHARTJS_VER="4.5.0"
28-
FONTAWESOME_VER="6.7.2"
27+
CHARTJS_VER="4.5.1"
28+
FONTAWESOME_VER="7.1.0"
2929
TINYFILEMANAGER_VER="2.6"
3030

31-
# Old Software Versions
32-
OLDPHP="8.0"
33-
OLDPCRE="8.45"
34-
3531
# System Information (CI Static Values)
3632
BIT_TYPE="x86_64"
3733
CPU_COUNT="2"
38-
DT="12-25-24"
34+
DT="$(date +"%m-%d-%y")"
3935
IP_ADDRESS="127.0.0.1"
4036
UBUNTU_TYPE="Ubuntu"
4137
UBUNTU_CODENAME="noble"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Once configured, your uptime monitoring data will automatically appear in the ad
230230
|PCRE2|10.47|<https://github.com/PCRE2Project/pcre2/releases>|
231231
|ZLIB-Cloudflare||<https://github.com/cloudflare/zlib>|
232232
|**Script Processing**|||
233-
|PHP|8.3|<https://launchpad.net/~ondrej/+archive/ubuntu/php>|
233+
|PHP|8.4|<https://launchpad.net/~ondrej/+archive/ubuntu/php>|
234234
|**MySQL Database**|||
235235
|MARIADB|11.8.3|<https://mariadb.org/download/>|
236236
|**Database Management**|||
@@ -269,7 +269,7 @@ Once configured, your uptime monitoring data will automatically appear in the ad
269269
|WPSCAN||<https://wpscan.com/>|
270270
|**Development Tools**|||
271271
|PNGOUT|20200115|<http://www.jonof.id.au/kenutils.html>|
272-
|ZIMAGEOPTIMIZER|Latst|<https://github.com/zevilz/zImageOptimizer>|
272+
|ZIMAGEOPTIMIZER||<https://github.com/zevilz/zImageOptimizer>|
273273
|**Backup Software**|||
274274
|LOCAL BACKUPS||Bash Scripts|
275275
|AMAZON AWS CLI||<https://aws.amazon.com/cli/>|
@@ -281,4 +281,3 @@ Once configured, your uptime monitoring data will automatically appear in the ad
281281
## Star History
282282

283283
[![Star History Chart](https://api.star-history.com/svg?repos=EngineScript/EngineScript&type=Date)](https://www.star-history.com/#EngineScript/EngineScript&Date)
284-

config/etc/nginx/admin/admin.localhost.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ server {
2121

2222
server {
2323
# HTTP2
24-
listen 443 default_server ssl reuseport fastopen=256 deferred;
25-
listen [::]:443 default_server ssl reuseport fastopen=256 deferred;
24+
listen 443 default_server ssl deferred fastopen=256 reuseport;
25+
listen [::]:443 default_server ssl deferred fastopen=256 reuseport;
2626

2727
# HTTP3 / QUIC
2828
#listen 443 default_server quic reuseport;

config/etc/nginx/globals/map-cache.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ map $request_uri $es_request_uri {
110110
"~*/edd-" 1; # Easy Digital Downloads
111111

112112
# Block: Unsafe Files
113-
"~*\.(?:asc|aspx?|bak|bash|bat|blade(\.php)?|cfg|cgi|cmd|conf|csh|dll|dump|engine|exe|git(ignore)?|hg|inc|info|ini|install|jsp|log|lua|make|mdb|module|old|orig(inal)?|out|pem|pl|po|profile|py|rdf|save|sh|svn|swo|swp|test|theme|tpl|twig|xtmpl)$" 2;
113+
"~*\.(?:asc|aspx?|bak|bash|bat|blade(\.php)?|cfg|cgi|cmd|conf|csh|dll|dump|engine|env|exe|git(ignore)?|hg|inc|info|ini|install|jsp|log|lua|make|mdb|module|old|orig(inal)?|out|pem|pl|po|profile|py|rdf|save|sh|svn|swo|swp|test|theme|tpl|twig|woa|xtmpl)$" 2;
114114
"~*(Gemfile|Gruntfile|auth|composer|composer/installed|package|package-lock|yarn)\.(?:json|lock)$" 2;
115115
"~*(changelog|example|installation|legalnotice|license|readme|wp-config)\.(?:html?|md|php|rst|txt)$" 2;
116116
"~*gems\.(?:rb|locked)?$" 2;

enginescript-variables.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ CHARTJS_VER="4.5.1"
2828
FONTAWESOME_VER="7.1.0"
2929
TINYFILEMANAGER_VER="2.6"
3030

31-
# Old Software Versions
32-
OLDPHP="8.0"
33-
OLDPCRE="8.45"
34-
3531
# System Information
3632
BIT_TYPE="$(uname -m)"
3733
CPU_COUNT="$(nproc --all)"
@@ -67,4 +63,3 @@ SERVER_MEMORY_TOTAL_100="$(free -m | awk 'NR==2{printf "%d", $2*1 }')"
6763
# Shell text formatting
6864
BOLD="$(tput bold)"
6965
NORMAL="$(tput sgr0)"
70-

scripts/install/nginx/nginx-admin-password.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ clear
2222
echo ""
2323
echo "----------------------------------------------------------"
2424
echo "${BOLD}Nginx Admin Authentication:${NORMAL}"
25-
echo ""
26-
echo "Please note: We've self-signed an SSL certificate for your IP address."
27-
echo "We want to protect the Admin Control Panel by requesting login credentials from all visitors"
28-
echo "You'll get an untrusted SSL warning in your browser when visiting your server IP."
29-
echo "Set a rule within your browser to allow access anyway."
30-
echo ""
25+
echo "----------------------------------------------------------"
3126

3227
# Set Restricted Access Password
3328
printf "%s:%s\n" "${ADMIN_CONTROL_PANEL_USERNAME}" "$(openssl passwd -apr1 "${ADMIN_CONTROL_PANEL_PASSWORD}")" >> /etc/nginx/restricted-access/.htpasswd

0 commit comments

Comments
 (0)