mkdir xilriws && cd xilriws
wget https://raw.githubusercontent.com/UnownHash/Xilriws/refs/heads/main/docker-compose.yml.example -O docker-compose.yml
touch proxies.txt
file. Each line should have one proxy url. (i.e.ip:port
orhttp://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