Add database-only option of storing iiip-server
This commit is contained in:
parent
733aa237d1
commit
89317662de
14 changed files with 37 additions and 10 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue