CryptPad repo change

This commit is contained in:
A75G 2020-11-15 21:32:19 +03:00
parent 7657b6a850
commit 0540325507
2 changed files with 9 additions and 16 deletions

View file

@ -230,9 +230,6 @@ CryptPad is a private-by-design alternative to popular office tools and cloud se
**Docker Hub:** https://hub.docker.com/r/cryptpad/cryptpad
**Github:** https://github.com/xwiki-labs/cryptpad
## First installation
* Edit /cryptpad/config/config.example.js and rename to /cryptpad/config/config.js
* Map a host port to container port 3000 for web UI
**[`^back to top^`](#unraid-templates)**

View file

@ -8,7 +8,7 @@
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://cryptpad.fr/</Project>
<Overview>CryptPad is the Zero Knowledge realtime collaborative editor.[br]Run it then edit config.js /mnt/user/appdata/cryptpad/cfg/config.js "httpAddress: '0.0.0.0'" and remove "//"</Overview>
<Overview>CryptPad is the Zero Knowledge realtime collaborative editor.</Overview>
<Category>Productivity: Security:</Category>
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cryptpad.xml</TemplateURL>
@ -17,16 +17,12 @@
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>CryptPad is the Zero Knowledge realtime collaborative editor.[br]Run it then edit config.js /mnt/user/appdata/cryptpad/cfg/config.js "httpAddress: '0.0.0.0'" and remove "//"</Description>
<Config Name="Port 1" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
<Config Name="Port 2" Target="3001" Default="3001" Mode="tcp" Description="Container Port: 3001" Type="Port" Display="always" Required="false" Mask="false">3001</Config>
<Config Name="CFG" Target="/cryptpad/cfg" Default="/mnt/user/appdata/cryptpad/cfg/" Mode="rw" Description="CFG" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/cfg/</Config>
<Config Name="Storage" Target="/cryptpad/storage" Default="/mnt/user/appdata/cryptpad/blob/storage/" Mode="rw" Description="Storage" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/blob/storage/</Config>
<Config Name="Datastore" Target="/cryptpad/datastore" Default="/mnt/user/appdata/cryptpad/datastore/" Mode="rw" Description="Datastore" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/datastore/</Config>
<Config Name="Customize" Target="/cryptpad/customize" Default="/mnt/user/appdata/cryptpad/customize/" Mode="rw" Description="Customize" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/customize/</Config>
<Config Name="Blobstage" Target="/cryptpad/blobstage" Default="/mnt/user/appdata/cryptpad/blobstage/" Mode="rw" Description="Blobstage" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/blobstage/</Config>
<Config Name="Blob" Target="/cryptpad/blob" Default="/mnt/user/appdata/cryptpad/blob/" Mode="rw" Description="Blob" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/blob/</Config>
<Config Name="STORAGE" Target="STORAGE" Default="/cryptpad/storage/" Mode="" Description="STORAGE" Type="Variable" Display="always" Required="false" Mask="false">/cryptpad/storage/</Config>
<Config Name="USE_SSL" Target="USE_SSL" Default="false|true" Mode="" Description="USE_SSL" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="VERSION" Target="VERSION" Default="latest" Mode="" Description="VERSION" Type="Variable" Display="always" Required="false" Mask="false">latest</Config>
<Description>CryptPad is the Zero Knowledge realtime collaborative editor.</Description>
<Config Name="Port 1" Target="3000" Default="3000" Mode="tcp" Description="Port 1" Type="Port" Display="always" Required="false" Mask="false">3000</Config>
<Config Name="Port 2" Target="3001" Default="3001" Mode="tcp" Description="Port 2" Type="Port" Display="always" Required="false" Mask="false">3001</Config>
<Config Name="Blob Path" Target="/cryptpad/blob" Default="/mnt/user/appdata/cryptpad/blob" Mode="rw" Description="Blob Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/blob</Config>
<Config Name="Block Path" Target="/cryptpad/block" Default="/mnt/user/appdata/cryptpad/block" Mode="rw" Description="Block Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/block</Config>
<Config Name="Customize Path" Target="/cryptpad/customize" Default="/mnt/user/appdata/cryptpad/customize" Mode="rw" Description="Customize Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/customize</Config>
<Config Name="Data Path" Target="/cryptpad/data" Default="/mnt/user/appdata/cryptpad/data" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/data</Config>
<Config Name="Datastore Path" Target="/cryptpad/datastore" Default="/mnt/user/appdata/cryptpad/datastore" Mode="rw" Description="Datastore Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/datastore</Config>
</Container>