The only official supported way to selfhost Li'l Judd is to deploy a docker container.
- Install any linux distro
- Install docker & docker compose
- Download the example docker-compose.yml file as docker-compose.yml
- Edit all the environment variables, according to the notes
- Make sure that the website / configuration UI is accessable from the internet
- Create an empty sqlite3 database in the spot, which you declared
- Run
docker compose up -d
- To read the logs, run
docker logs -f liljuddwebsite
or docker logs -f liljuddbot
respectively
// TODO: Comming soon!