AppFeed/templates/CorneliousJDsRepository/joplinapp.xml

75 lines
3.6 KiB
XML
Raw Normal View History

2021-02-21 19:02:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>JoplinApp</Name>
<Repository>acaranta/docker-joplin</Repository>
<Registry>https://hub.docker.com/r/acaranta/docker-joplin/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/103022-support-joplinapp-corneliousjd-repo/</Support>
<Project>https://github.com/acaranta/docker-joplin</Project>
<Overview>This container allows you to have a working Joplin desktop app, reachable via a http noVNC that can be placed behind a reverse proxy.&#13;
&#13;
Can also be used with the Joplin server container to have a full Joplin stack on unRAID!&#13;
&#13;
More info about Joplin : https://joplinapp.org/</Overview>
<WebUI>http://[IP]:[PORT:5800]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/joplinapp.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/joplin.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Donate</DonateText>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5800</HostPort>
<ContainerPort>5800</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>41184</HostPort>
<ContainerPort>41184</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/joplinapp</HostDir>
<ContainerDir>/app/.config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>VNC_PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>1280</Value>
<Name>DISPLAY_WIDTH</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>768</Value>
<Name>DISPLAY_HEIGHT</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Web Port" Target="5800" Default="" Mode="tcp" Description="Container Port: 5800" Type="Port" Display="always" Required="false" Mask="false">5800</Config>
<Config Name="AppData" Target="/app/.config" Default="/mnt/user/appdata/joplinweb" Mode="rw" Description="Container Path: /app/.config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/joplinapp</Config>
<Config Name="VNC_PASSWORD" Target="VNC_PASSWORD" Default="" Mode="" Description="Container Variable: VNC_PASSWORD" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="DISPLAY_WIDTH" Target="DISPLAY_WIDTH" Default="1280" Mode="" Description="Container Variable: DISPLAY_WIDTH" Type="Variable" Display="always" Required="false" Mask="false">1280</Config>
<Config Name="DISPLAY_HEIGHT" Target="DISPLAY_HEIGHT" Default="768" Mode="" Description="Container Variable: DISPLAY_HEIGHT" Type="Variable" Display="always" Required="false" Mask="false">768</Config>
<Config Name="Web Clipper Port" Target="41184" Default="41184" Mode="tcp" Description="Likely can't be used unless you have an advanced use case." Type="Port" Display="always" Required="false" Mask="false">41184</Config>
<Date>1613930825</Date>
<Description>This container allows you to have a working Joplin desktop app, reachable via a http noVNC that can be placed behind a reverse proxy.&#13;
&#13;
Can also be used with the Joplin server container to have a full Joplin stack on unRAID!&#13;
&#13;
More info about Joplin : https://joplinapp.org/</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/CorneliousJDsRepository/joplinapp.xml</templatePath>
</Container>