AppFeed/templates/BungysRepository/Bungy/owncloud.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

47 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>owncloud</Name>
<Registry>https://hub.docker.com/_/owncloud/</Registry>
<Repository>owncloud</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment></Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8000</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/owncloud/apps</HostDir>
<ContainerDir>/var/www/html/apps</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/owncloud/config</HostDir>
<ContainerDir>/var/www/html/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/owncloud/data</HostDir>
<ContainerDir>/var/www/html/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version></Version>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<Icon>https://i.imgur.com/EX4qL2V.png</Icon>
<Support>http://lime-technology.com/forum/index.php?topic=38930.0</Support>
<TemplateURL>https://raw.githubusercontent.com/jshridha/templates/master/Bungy/owncloud.xml</TemplateURL>
<Overview>ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view and sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web.&#13;
</Overview>
<Category>Other:Uncategorized</Category>
<Description>ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view and sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BungysRepository/Bungy/owncloud.xml</templatePath>
</Container>