You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/home/enginescript-install-options.txt
+43-36Lines changed: 43 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -10,61 +10,33 @@
10
10
#| At console, type: es.config
11
11
#| At console, type /home/EngineScript/enginescript-install-options.txt
12
12
13
+
13
14
###################
14
15
# Install Options #
15
16
###################
16
17
# 0 = disabled
17
18
# 1 = enabled
18
19
19
-
# EngineScript Install Debug Mode
20
+
## EngineScript Install Debug Mode ##
20
21
# Prompts the user to continue or exit after each portion of the install script has run.
21
22
# Debug mode will print any errors that each install script encounters.
22
23
# Regardless of whether debug mode is enabled, EngineScript will generate a complete log of the script errors will be located at touch /var/log/EngineScript/install-error-log.log
23
24
# Run command es.debug to generate a complete server and error log. This is useful when submitting a GitHub issue.
24
25
DEBUG_INSTALL=0
25
26
26
-
# Admin Subdomain (Recommended)
27
+
## Admin Subdomain (Recommended) ##
27
28
# This will add an admin subdomain (example: admin.wordpresstesting.com) to your site, allowing you to access your server's admin control panel directly from any site installed on your server. You can also access it directly via your server's IP address.
28
29
ADMIN_SUBDOMAIN=1
29
30
30
-
# phpMyAdmin (Recommended)
31
+
## phpMyAdmin (Recommended) ##
31
32
# Access MySQL databases and make changes to them. An essential tool.
32
33
INSTALL_PHPMYADMIN=1
33
34
34
-
# Adminer
35
+
## Adminer ##
35
36
# Adminer is a phpMyAdmin alternative.
36
37
INSTALL_ADMINER=0
37
38
38
-
########################
39
-
# EngineScript Updates #
40
-
########################
41
-
# 0 = disabled
42
-
# 1 = enabled
43
-
44
-
# EngineScript Daily Updates (Recommended)
45
-
# Adds a cronjob that pulls the latest EngineScript release and updates your installation to that version.
46
-
ENGINESCRIPT_AUTO_UPDATE=1
47
-
48
-
# EngineScript Emergency Updates (Recommended)
49
-
# Recommended if you allow EngineScript to auto-update. In the event that a change is pushed live that breaks servers, this emergency-only script will run to attempt a self-heal.
50
-
# This script runs hourly, but will not contain any code unless there is a code issue that warrants emergency measures be taken.
51
-
ENGINESCRIPT_AUTO_EMERGENCY_UPDATES=1
52
-
53
-
# EngineScript Test Mode
54
-
# When enabled, install and update scripts will use the update-software-versions branch instead of the master branch.
55
-
# This allows testing of experimental features and software version updates before they are released to production.
56
-
# WARNING: Test mode may install unstable software versions. Use only for testing purposes.
57
-
# 0 = Use master branch (stable/production)
58
-
# 1 = Use update-software-versions branch (development/testing)
59
-
TEST_MODE=0
60
-
61
-
############################
62
-
# Expanded Server Features #
63
-
############################
64
-
# 0 = disabled
65
-
# 1 = enabled
66
-
67
-
## HIGH_SECURITY_SSL ##
39
+
## High Security SSL ##
68
40
# Controls the SSL certificate keylength for all new domains.
69
41
# 0 = Normal security (EC-256, 256-bit ECDSA certificate, fast and secure for most sites)
70
42
# 1 = High security (EC-384, 384-bit ECDSA certificate, stronger encryption, slightly slower, recommended for high-security environments)
@@ -86,19 +58,20 @@ INSTALL_EXPANDED_PHP=0
86
58
# Set to 0 to remove PHP 8.3 after upgrading to PHP 8.4 (recommended)
87
59
INSTALL_PHP83=0
88
60
61
+
## Automatic Lossless Image Optimization ##
89
62
# Automatically perform lossless compression on all images on each domain.
90
63
# This script will remember which files have previously been compressed on the server, but will not be able to know if this was performed on a site from another server.
91
64
# Do not enable this feature if you have an image compression plugin or do lossless compression on images prior to uploading them to your site.
92
65
AUTOMATIC_LOSSLESS_IMAGE_OPTIMIZATION=0
93
66
94
-
# Install EngineScript Custom Plugins
67
+
## Install EngineScript Custom Plugins ##
95
68
# When enabled, EngineScript will install its two custom plugins during site creation:
# These are optional but recommended for enhanced functionality, debugging, and development
@@ -117,6 +90,38 @@ SHOW_ENGINESCRIPT_HEADER=0
117
90
# Recommended: 0 (unless on DigitalOcean)
118
91
INSTALL_DIGITALOCEAN_REMOTE_CONSOLE=0
119
92
93
+
## DigitalOcean Metrics Agent ##
94
+
# Install DigitalOcean's Metrics Agent for enhanced server monitoring
95
+
# This enables detailed CPU, memory, disk, and bandwidth metrics in the DigitalOcean control panel
96
+
# Only useful if your server is hosted on DigitalOcean
97
+
# Recommended: 0 (unless on DigitalOcean)
98
+
INSTALL_DIGITALOCEAN_METRICS_AGENT=0
99
+
100
+
101
+
########################
102
+
# EngineScript Updates #
103
+
########################
104
+
# 0 = disabled
105
+
# 1 = enabled
106
+
107
+
# EngineScript Daily Updates (Recommended)
108
+
# Adds a cronjob that pulls the latest EngineScript release and updates your installation to that version.
109
+
ENGINESCRIPT_AUTO_UPDATE=1
110
+
111
+
# EngineScript Emergency Updates (Recommended)
112
+
# Recommended if you allow EngineScript to auto-update. In the event that a change is pushed live that breaks servers, this emergency-only script will run to attempt a self-heal.
113
+
# This script runs hourly, but will not contain any code unless there is a code issue that warrants emergency measures be taken.
114
+
ENGINESCRIPT_AUTO_EMERGENCY_UPDATES=1
115
+
116
+
# EngineScript Test Mode
117
+
# When enabled, install and update scripts will use the update-software-versions branch instead of the master branch.
118
+
# This allows testing of experimental features and software version updates before they are released to production.
119
+
# WARNING: Test mode may install unstable software versions. Use only for testing purposes.
120
+
# 0 = Use master branch (stable/production)
121
+
# 1 = Use update-software-versions branch (development/testing)
0 commit comments