mkdir xilriws && cd xilriwswget https://raw.githubusercontent.com/UnownHash/Xilriws/refs/heads/main/docker-compose.yml.example -O docker-compose.ymltouch proxies.txtfile. Each line should have one proxy url. (i.e.ip:portorhttp://user:pass@ip:port)docker compose pull, thendocker compose up -d
in your Dragonite config, add:
[general]
remote_auth_url = "http://xilriws:5090/api/v1/login-code"this assumes you have everything in the same docker network. if you're hosting it externally, change the hostname to something else accordingly.
To update: docker compose pull && docker compose restart