paritytech / cachepot

cachepot is `sccache` with extra sec, which in turn is `ccache` with cloud storage
https://cachepot.cc
Apache License 2.0
171 stars 15 forks source link

identify server by FQDN #135

Closed montekki closed 2 years ago

montekki commented 2 years ago

Fixes #79

drahnr commented 2 years ago

Given this, we can still use the IP variant, correct? So instead of http://192.168.111.111:7777 would still work as expected?

montekki commented 2 years ago

For all server-id related things you can use ip as before (127.0.0.1:10600) or name (localhost:10600) and this is compatible with prev versions of configs and API. Like the comment to ServerUrl states one of the reasons for dropping the https:// scheme is that we would have to additionally urlencode params in the api calls.