-
Notifications
You must be signed in to change notification settings - Fork 20
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
- Install Java 11 or higher (e.g.
apt install openjdk-11-jre-headless
) - Download the bot jar file here or compile it yourself by cloning the repository and running
mvn package shade:shade
- Set environment variables then start the bot using
java -jar yourfile.jar
There is no systemd service file available at this time.