AppFeed/lsio_categories/pydio.xml
2023-08-10 11:19:06 -04:00

59 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/pydio.xml</TemplateURL>
<Name>pydio</Name>
<Beta>False</Beta>
<Category>Cloud: Network:Other</Category>
<Date>2017-02-19</Date>
<Project>https://pyd.io/</Project>
<Overview>Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.</Overview>
<Support>https://forums.unraid.net/topic/41126-support-linuxserverio-pydio/</Support>
<Description>Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.[br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
Create a user and database in your mysql/mariadb server (not root)[br]
Use the IP address for "host" of your database server in the webui setup.[br]
[b]/config[/b]Where pydio should store its configuration files[br]
[b]/data[/b]Where pydio should store its uploaded data files[br]</Description>
<Registry>https://hub.docker.com/r/linuxserver/pydio/</Registry>
<Repository>linuxserver/pydio</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>443</HostPort>
<ContainerPort>443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>https://[IP]:[PORT:443]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pydio-icon.png</Icon>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/nginx</BaseImage>
</Container>