Add database-only option of storing iiip-server

This commit is contained in:
Tom Wiesing 2023-11-11 09:59:16 +01:00
parent 733aa237d1
commit 89317662de
No known key found for this signature in database
14 changed files with 37 additions and 10 deletions

View file

@ -37,6 +37,20 @@
Changing the PHP version is possible at any time.
</span>
</div>
<div class="pure-controls">
<label for="iipserver" class="pure-checkbox">
<input {{ if $rebuild }}{{ if .System.IIPServer }}checked{{end}}{{end}} type="checkbox" id="iipserver" />
IIP Image Server
</label>
<span class="pure-form-message-inline">
Run an <a href="https://iipimage.sourceforge.io/documentation/server" target="_blank" rel="noopener noreferer">IIPImage server</a> inside this instance.
<br />
This can be used for streaming 2D images inside this WissKI, see <a href="https://wiss-ki.eu/documentation/periphal-software/iip-image-server" target="_blank" rel="noopener noreferer">the WissKI Documentation</a> for more details.
Please be aware that any installation or configuration steps are performed automatically by the distillery.
<br />
This option can be changed at any time.
</span>
</div>
<div class="pure-controls">
<label for="opcacheDevelopment" class="pure-checkbox">
<input {{ if $rebuild }}{{ if .System.OpCacheDevelopment }}checked{{end}}{{end}} type="checkbox" id="opcacheDevelopment" />