This is user-installable Discord application that adds command for rendering LaTeX.
Since this bot is open source you can selfhost it. I would say that this way is preferable since I use slow host.
- Set either
LATEXDS_TOKEN
to token of your bot orLATEXDS_TOKEN_FILE
to path to file with token - Run
latexds
- Create secret named
latexds-token
with your token - Download
ghcr.io/latexds/latexds:latest
- Run
docker stack deploy -c compose.yml latexds