Skip to content

Own instance

Robin edited this page Dec 17, 2020 · 6 revisions

If you can, you should self-host.

Downsides of using the central bot instance:

  • you give your API key to us
  • it may go down unexpectedly
  • in case of a backwards-incompatible change, the bot will break for you until you upgrade your website

Using docker (recommended)

Manually

  1. Install Java 11 or higher (e.g. apt install openjdk-11-jre-headless)
  2. Download the bot jar file here or compile it yourself by cloning the repository and running mvn package shade:shade
  3. Set environment variables then start the bot using java -jar yourfile.jar

There is no systemd service file available at this time.

Clone this wiki locally