AppFeed/templates/mguttsRepository/mgutt/dropbox_by_otherguy.xml
2021-03-20 11:25:41 -04:00

91 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Dropbox-by-otherguy</Name>
<Repository>otherguy/dropbox</Repository>
<Registry>https://hub.docker.com/r/otherguy/dropbox</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/104437-support-dropbox-by-otherguy/</Support>
<Project>https://github.com/otherguy/docker-dropbox</Project>
<Overview>Dropbox client which syncs a local path with your cloud.&#13;
&#13;
Manual:&#13;
After installing the Dropbox container&#13;
- open the container overview&#13;
- click on the logs icon&#13;
- wait until you are prompted to visit a Dropbox URL&#13;
- Copy and Paste the URL and link the container with your Dropbox account&#13;
- the container automatically starts syncing&#13;
&#13;
IMPORTANT:&#13;
The official Dropbox client (which is used in this container) does not support FUSE filesystems. Because of that its NOT possible to use the path "/mnt/user" as your user file path. You MUST use one of these direct disk paths:&#13;
&#13;
If your Dropbox share has the cache setting "No":&#13;
/mnt/disk1/Dropbox&#13;
&#13;
If your "Dropbox" share has the cache setting "Only":&#13;
/mnt/cache/Dropbox&#13;
&#13;
You could even use "/mnt/disk1/Dropbox" with the cache Option "Yes", but if you add new files to this share, they won't be uploaded to Dropbox as long the Mover did not move them to the array.</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/dropbox_by_otherguy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/images/dropbox.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish></Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/disk1/Dropbox</HostDir>
<ContainerDir>/opt/dropbox/Dropbox</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/Dropbox</HostDir>
<ContainerDir>/opt/dropbox/.dropbox</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>DROPBOX_UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>DROPBOX_GID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Dropbox user files" Target="/opt/dropbox/Dropbox" Default="" Mode="rw" Description="Read the description! Do not set this path to /mnt/user..." Type="Path" Display="always" Required="false" Mask="false">/mnt/disk1/Dropbox</Config>
<Config Name="Dropbox settings" Target="/opt/dropbox/.dropbox" Default="" Mode="rw" Description="Container Path: /opt/dropbox/.dropbox" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/Dropbox</Config>
<Config Name="Host Key 1" Target="DROPBOX_UID" Default="" Mode="" Description="Container Variable: DROPBOX_UID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
<Config Name="Host Key 2" Target="DROPBOX_GID" Default="" Mode="" Description="Container Variable: DROPBOX_GID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
<Date>1616244695</Date>
<Description>Dropbox client which syncs a local path with your cloud.&#13;
&#13;
Manual:&#13;
After installing the Dropbox container&#13;
- open the container overview&#13;
- click on the logs icon&#13;
- wait until you are prompted to visit a Dropbox URL&#13;
- Copy and Paste the URL and link the container with your Dropbox account&#13;
- the container automatically starts syncing&#13;
&#13;
IMPORTANT:&#13;
The official Dropbox client (which is used in this container) does not support FUSE filesystems. Because of that its NOT possible to use the path "/mnt/user" as your user file path. You MUST use one of these direct disk paths:&#13;
&#13;
If your Dropbox share has the cache setting "No":&#13;
/mnt/disk1/Dropbox&#13;
&#13;
If your "Dropbox" share has the cache setting "Only":&#13;
/mnt/cache/Dropbox&#13;
&#13;
You could even use "/mnt/disk1/Dropbox" with the cache Option "Yes", but if you add new files to this share, they won't be uploaded to Dropbox as long the Mover did not move them to the array.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/dropbox_by_otherguy.xml</templatePath>
</Container>