limnoria description

This commit is contained in:
Marius 2020-09-26 15:49:11 +02:00
parent df3e3a6544
commit b9ea085196

View File

@ -9,7 +9,22 @@
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/xxx-support-linuxserverio-xxx/</Support>
<Project>https://github.com/ProgVal/limnoria</Project>
<Overview>Limnoria A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.</Overview>
<Overview> Limnoria A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.&#xD;
[br]&#xD;
If you do not have an existing config you will need to start the container and then run the following wizard command:&#xD;
[b]docker exec -it -w /config -u abc limnoria limnoria-wizard[/b]&#xD;
[br]&#xD;
If you have an existing config, adjust the directory settings in your conf file as follows:&#xD;
supybot.directories.backup: /config/backup&#xD;
supybot.directories.conf: /config/conf&#xD;
supybot.directories.data: /config/data&#xD;
supybot.directories.data.tmp: /config/data/tmp&#xD;
supybot.directories.data.web: /config/web&#xD;
supybot.directories.log: /config/logs&#xD;
supybot.directories.plugins: /config/plugins&#xD;
[br]&#xD;
NOTE: These are not grouped together in the file. You will need to search your conf file for the variables.&#xD;
Then start up the container and place your conf file and any of your existing directories in /config</Overview>
<Category>Network:Messenger</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/limnoria.xml</TemplateURL>