Installing and using REST server without docker?

Installing and using REST server without docker? Do not want docker, but want to use REST server back end, how can this be done?

You just run the rest-server binary, that’s all. Releases are here: Releases · restic/rest-server · GitHub - grab the one for your architecture and OS.

I guess I did not want to believe it was that straight forward! Thanks.

1 Like

Thanks to the lovely cross-platform compilation features of Golang <3