mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
36 lines
2.7 KiB
XML
Executable File
36 lines
2.7 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<Container version="2">
|
|
<Name>nextcloud</Name>
|
|
<Repository>ghcr.io/linuxserver/nextcloud</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/nextcloud</Registry>
|
|
<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>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-nextcloud/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Branch>
|
|
<Tag>latest</Tag>
|
|
<TagDescription>Stable Nextcloud releases (currently php7)</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>php8</Tag>
|
|
<TagDescription>Experimental php8 based Nextcloud releases</TagDescription>
|
|
</Branch>
|
|
<Project>https://nextcloud.com/</Project>
|
|
<Overview>[Nextcloud](https://nextcloud.com/) gives you access to all your files wherever you are.
|
|
|
|
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.</Overview>
|
|
<WebUI>https://[IP]:[PORT:443]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/nextcloud.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-logo.png</Icon>
|
|
<Config Name="WebUI" Target="443" Default="443" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Nextcloud configs." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /data" Target="/data" Default="" Mode="rw" Description="Your personal data." Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container>
|