Go to file
Poag edb9bd23fe Update 40_nadekoinstall.sh
Cleanup old installs
2016-05-06 17:23:35 +01:00
init Update 40_nadekoinstall.sh 2016-05-06 17:23:35 +01:00
services/nadeko Handle shutdown, persist session 2016-05-06 08:59:58 +01:00
DockerFile New certmgr method, ugly. 2016-05-05 15:42:47 +01:00
README.md Update README.md 2016-05-06 09:35:56 +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 </path/to/appdata>:/config uirel/nadeko

docker start nadeko

Parameters

  • -v /config - database and nadekobot configs, place your existing configs in this folder, or let the docker create blank ones for you and edit per the information @ https://github.com/Kwoth/NadekoBot

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.