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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
11
11
* Added new scripts for service options that allows installation of software in a privileged Docker container on the node prior to marking a server as installed.
12
12
* Added ability to reinstall a server using the currently assigned service and option.
13
13
* Added ability to change a server's service and service option, as well as change pack assignments and other management services in that regard.
14
+
* Added support for using a proxy such as Cloudflare with a node connection. Previously there was no way to tell the panel to connect over SSL without marking the Daemon as also using SSL.
14
15
15
16
### Changed
16
17
* Environment setting commands now attempt to auto-quote strings with spaces in them, as well as comment lines that are edited to avoid manual changes being overwritten.
<labelfor="pSSLFalse"> Use HTTP Connection</label>
86
86
</div>
87
87
</div>
88
-
<pclass="text-muted small">SSL should only be disabled if this node is assigned an IP address as the FQDN and not an actual FQDN. Disabling SSL could allow a malicious user to intercept traffic between the panel and the daemon potentially exposing sensitive information.</p>
88
+
<pclass="text-muted small">In most cases you should select to use a SSL connection. If using an IP Address or you do not wish to use SSL at all, select a HTTP connection.</p>
89
89
</div>
90
90
<divclass="form-group">
91
-
<labelfor="pDaemonBase"class="form-label">Daemon Server File Directory</label>
<pclass="text-muted small">Enter the directory where server files should be stored. <strong>If you use OVH you should check your partition scheme. You may need to use <code>/home/daemon-data</code> to have enough space.</strong></p>
<pclass="text-muted small">If you are running the daemon behind a proxy such as Cloudflare, select this to have the daemon skip looking for certificates on boot.</p>
94
103
</div>
95
104
</div>
96
105
</div>
@@ -102,6 +111,11 @@
102
111
</div>
103
112
<divclass="box-body">
104
113
<divclass="row">
114
+
<divclass="form-group col-xs-12">
115
+
<labelfor="pDaemonBase"class="form-label">Daemon Server File Directory</label>
<pclass="text-muted small">Enter the directory where server files should be stored. <strong>If you use OVH you should check your partition scheme. You may need to use <code>/home/daemon-data</code> to have enough space.</strong></p>
<labelfor="pSSLFalse"> Use HTTP Connection</label>
99
101
</div>
100
102
</div>
101
-
<pclass="text-muted"><small>You should always leave SSL enabled for nodes. Disabling SSL could allow a malicious user to intercept traffic between the panel and the daemon potentially exposing sensitive information.</small></p>
103
+
<pclass="text-muted small">In most cases you should select to use a SSL connection. If using an IP Address or you do not wish to use SSL at all, select a HTTP connection.</p>
<pclass="text-muted small">If you are running the daemon behind a proxy such as Cloudflare, select this to have the daemon skip looking for certificates on boot.</p>
0 commit comments