Update pydio-cells.xml

Fixes #215
This commit is contained in:
Roxedus 2020-09-30 17:01:44 +02:00 committed by GitHub
parent 1f6ece5344
commit 49078ca654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
<Overview>Pydio-cells is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using
the Go language following a micro-service architecture.</Overview>
<Category>Cloud: Network:Other</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<WebUI>https://[IP]:[PORT:8080]</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pydio-cells-icon.png</Icon>
<Description>You must first create a mysql database for Pydio Cells. Using our mariadb image is recommended.</Description>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/>
@ -22,4 +22,4 @@
<Config Name="External URL" Target="EXTERNALURL" Default="" Mode="" Description="External URL" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>
</Container>