new options

This commit is contained in:
Mateusz Gruszczyński
2025-11-03 09:52:14 +01:00
parent 72bf6eb9d1
commit 7a33291342
2 changed files with 60 additions and 18 deletions

View File

@@ -124,12 +124,10 @@
<div class="row g-3 mb-3 d-none" id="ssl_fields">
<div class="col-md-12">
<label for="ssl_cert_path" class="form-label">SSL Certificate Path
<small>Upload certs in /ssl/</small></label>
<label for="ssl_cert_path" class="form-label">SSL Certificate Path</label>
<input type="text" class="form-control" id="ssl_cert_path" name="ssl_cert_path"
value="/app/ssl/haproxy-configurator.pem">
<div class="form-text">Full path to .pem file</div>
<div class="form-text">Full path to .pem file, upload certs in /ssl/</div>
</div>
<div class="col-md-12">
<div class="form-check">