AppFeed/templates/MuwahhidunsRepository/my-joplin.xml
2021-02-18 18:02:34 -05:00

100 lines
5.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>joplin</Name>
<Repository>joplin/server:latest</Repository>
<Registry>https://hub.docker.com/r/joplin/server</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://myunraid.ru/</Support>
<Project>https://joplinapp.org/</Project>
<Overview>At this point, this server allows you to sync any Joplin client with it, as you would do with Dropbox, OneDrive, etc.&#13;
Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. &#13;
&#13;
Installation:&#13;
1) Preliminarily, you have to create a database and a user in PostgresSQL.&#13;
2) Then follow the link https://joplin.youdomain.ru/login&#13;
3) By default, the instance will be setup with an admin user with email admin@localhost and password admin and you should change this. &#13;
4) Create the user and their data. Then connect to your server from Joplin client-app. &#13;
&#13;
- Any improvement over Nextcloud?&#13;
"For now, one benefit of using Joplin Server, compared to Nextcloud or WebDAV in general, is that it is much faster and resource efficient."&#13;
https://discourse.joplinapp.org/t/joplin-server-pre-release-is-now-available/13605</Overview>
<WebUI>http://[IP]:[PORT:8443]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-joplin.xml</TemplateURL>
<Icon>https://github.com/Muwahhidun/logo/blob/main/joplin%20logo.png?raw=true</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>22300</HostPort>
<ContainerPort>22300</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data></Data>
<Environment>
<Variable>
<Value>https://joplin.youdomain.ru</Value>
<Name>APP_BASE_URL</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>pg</Value>
<Name>DB_CLIENT</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>joplin_db</Value>
<Name>POSTGRES_DATABASE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>joplin_user</Value>
<Name>POSTGRES_USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>joplin_password</Value>
<Name>POSTGRES_PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>192.168.1.7</Value>
<Name>POSTGRES_HOST</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>5432</Value>
<Name>POSTGRES_PORT</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="22300" Target="22300" Default="" Mode="tcp" Description="Container Port: 22300" Type="Port" Display="always" Required="false" Mask="false">22300</Config>
<Config Name="APP_BASE_URL" Target="APP_BASE_URL" Default="" Mode="" Description="Container Variable: APP_BASE_URL" Type="Variable" Display="always" Required="false" Mask="false">https://joplin.youdomain.ru</Config>
<Config Name="DB_CLIENT" Target="DB_CLIENT" Default="" Mode="" Description="Container Path: DB_CLIENT" Type="Variable" Display="always" Required="false" Mask="false">pg</Config>
<Config Name="POSTGRES_DATABASE" Target="POSTGRES_DATABASE" Default="" Mode="" Description="Container Variable: POSTGRES_DATABASE" Type="Variable" Display="always" Required="false" Mask="false">joplin_db</Config>
<Config Name="POSTGRES_USER" Target="POSTGRES_USER" Default="" Mode="" Description="Container Variable: POSTGRES_USER" Type="Variable" Display="always" Required="false" Mask="false">joplin_user</Config>
<Config Name="POSTGRES_PASSWORD" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="Container Variable: POSTGRES_PASSWORD" Type="Variable" Display="always" Required="false" Mask="true">joplin_password</Config>
<Config Name="POSTGRES_HOST" Target="POSTGRES_HOST" Default="" Mode="" Description="Container Variable: POSTGRES_HOST" Type="Variable" Display="always" Required="false" Mask="false">192.168.1.7</Config>
<Config Name="POSTGRES_PORT" Target="POSTGRES_PORT" Default="" Mode="" Description="Container Variable: POSTGRES_PORT" Type="Variable" Display="always" Required="false" Mask="false">5432</Config>
<Date>1613224453</Date>
<Category>Productivity:</Category>
<Description>At this point, this server allows you to sync any Joplin client with it, as you would do with Dropbox, OneDrive, etc.&#13;
Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. &#13;
&#13;
Installation:&#13;
1) Preliminarily, you have to create a database and a user in PostgresSQL.&#13;
2) Then follow the link https://joplin.youdomain.ru/login&#13;
3) By default, the instance will be setup with an admin user with email admin@localhost and password admin and you should change this. &#13;
4) Create the user and their data. Then connect to your server from Joplin client-app. &#13;
&#13;
- Any improvement over Nextcloud?&#13;
"For now, one benefit of using Joplin Server, compared to Nextcloud or WebDAV in general, is that it is much faster and resource efficient."&#13;
https://discourse.joplinapp.org/t/joplin-server-pre-release-is-now-available/13605</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/MuwahhidunsRepository/my-joplin.xml</templatePath>
</Container>