Go to file
2016-05-09 09:36:36 +01:00
init Fixed data link 2016-05-09 09:36:36 +01:00
services/nadeko Handle shutdown, persist session 2016-05-06 08:59:58 +01:00
DockerFile Adding rsync to pre installed packages 2016-05-09 08:50:26 +01:00
README.md Adding rsync to pre installed packages 2016-05-09 08:50:26 +01:00

NadekoBot a Discord bot

Nadeko is written in C# and Discord.net for more information visit https://github.com/Kwoth/NadekoBot

Docker Usage

docker create --name nadeko -v /<appdata>:/config uirel/nadeko

Edit the path to the location you want to store your credentials.json files. eg /appdata or /nadeko

Edit your credentials.json file per the guide @ https://github.com/Kwoth/NadekoBot then

docker start nadeko

Parameters

  • -v /:/config - This is the file location of your persistent information. Your DB and credential information

Updates / Monitoring

  • Upgrade to the latest version of Nadeko simply docker restart nadeko.
  • Monitor the logs of the container in realtime docker logs -f nadeko.

For information about configuring your bot or its functionality, please check the https://github.com/Kwoth/NadekoBot guides.