A web server for proxying OAuth2 token exchanges to AniList, allowing you store your client secret on the proxy server instead in your client application.
- Docker, Docker Compose
- In
Settings.toml
set theclient_secret
to your client secret. - Run the server in the docker container using
docker-compose up -d --build