AppFeed/templates/diamkilsRepository/diamkil/notea.xml
2021-04-28 22:02:41 -04:00

76 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/diamkil/docker-templates/master/diamkil/notea.xml</TemplateURL>
<Beta>true</Beta>
<Name>Notea</Name>
<Overview>
Self hosted note taking app stored on S3.
</Overview>
<Support>https://forums.unraid.net/topic/107577-support-diamkil-notea/</Support>
<Registry>https://registry.hub.docker.com/r/cinwell/notea/</Registry>
<Repository>cinwell/notea</Repository>
<Project>https://github.com/QingWei-Li/notea</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>LOG_LEVEL</Name>
<Value>info</Value>
</Variable>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>STORE_ACCESS_KEY</Name>
<Value>Q3AM3UQ867SPQQA43P2F</Value>
</Variable>
<Variable>
<Name>STORE_SECRET_KEY</Name>
<Value>zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG</Value>
</Variable>
<Variable>
<Name>STORE_BUCKET</Name>
<Value>notea</Value>
</Variable>
<Variable>
<Name>STORE_END_POINT</Name>
<Value>http://play.minio.io</Value>
</Variable>
<Variable>
<Name>STORE_FORCE_PATH_STYLE</Name>
<Value>true</Value>
</Variable>
<Variable>
<Name>PASSWORD</Name>
<Value>notea</Value>
</Variable>
<Variable>
<Name>COOKIE_SECURE</Name>
<Value>false</Value>
</Variable>
</Environment>
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
<Icon>https://raw.githubusercontent.com/diamkil/docker-templates/master/diamkil/images/notea.png</Icon>
<Description>Self hosted note taking app stored on S3.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/diamkilsRepository/diamkil/notea.xml</templatePath>
</Container>