mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
removed TP_SCHEME default value (#332)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<Config Name="HTTP WebUI" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="HTTPS WebUI" Target="443" Default="" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Domain" Target="TP_DOMAIN" Default="" Mode="" Description="Container Variable: TP_DOMAIN - Optional - Add your own domain. Defaults to the nginx var $http_host" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="URI Scheme" Target="TP_SCHEME" Default="https" Mode="" Description="Container Variable: TP_SCHEME - Optional - If this is set, the TP_DOMAIN domain will be set to use this URI scheme internally in the css files. Default is the nginx var $scheme" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="URI Scheme" Target="TP_SCHEME" Default="" Mode="" Description="Container Variable: TP_SCHEME - Optional - If this is set, the TP_DOMAIN domain will be set to use this URI scheme internally in the css files. Default is the nginx var $scheme" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="URL Base" Target="TP_URLBASE" Default="" Mode="" Description="Container Variable: TP_URLBASE - Optional - This will make the CSS files accessible on a subfolder instead of the root. ex domain.com/themepark/css/base/plex/overseerr.css" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
|
||||
Reference in New Issue
Block a user