AppFeed/templates/ArieDedsRepository/languagetool.xml
2021-02-23 15:49:21 -05:00

52 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>languagetool</Name>
<Repository>erikvl87/languagetool</Repository>
<Registry>https://hub.docker.com/r/erikvl87/languagetool/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101425-support-languagetool-docker/</Support>
<Project>https://github.com/languagetool-org/languagetool</Project>
<Overview>LanguageTool is an Open Source proofreading software for English, French, German, Polish, Russian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect.&#13;
&#13;
LanguageTool can make use of large n-gram data sets to detect errors with words that are often confused. To add the ngram data to the docker, download the languages you want from here: https://languagetool.org/download/ngram-data/, move it to your server and link the location in the container path /ngrams. By default, this is set to the appdata folder. More information on ngram data can be found here: https://dev.languagetool.org/finding-errors-using-n-gram-data</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/ArieDed/unraid-template/master/languagetool.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/ArieDed/unraid-template/master/img/languagetool_icon.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8010</HostPort>
<ContainerPort>8010</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/languagetool</HostDir>
<ContainerDir>/ngrams</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>/ngrams</Value>
<Name>langtool_languageModel</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Host Port" Target="8010" Default="" Mode="tcp" Description="Container Port: 8010" Type="Port" Display="always" Required="false" Mask="false">8010</Config>
<Config Name="Host Path" Target="/ngrams" Default="" Mode="rw" Description="Container Path: /ngrams" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/languagetool</Config>
<Config Name="langtool ngrams" Target="langtool_languageModel" Default="" Mode="" Description="Container Variable: langtool_languageModel" Type="Variable" Display="always" Required="false" Mask="false">/ngrams</Config>
<Date>1610790621</Date>
<Description>LanguageTool is an Open Source proofreading software for English, French, German, Polish, Russian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect.&#13;
&#13;
LanguageTool can make use of large n-gram data sets to detect errors with words that are often confused. To add the ngram data to the docker, download the languages you want from here: https://languagetool.org/download/ngram-data/, move it to your server and link the location in the container path /ngrams. By default, this is set to the appdata folder. More information on ngram data can be found here: https://dev.languagetool.org/finding-errors-using-n-gram-data</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ArieDedsRepository/languagetool.xml</templatePath>
</Container>