Kopia Repository Server Protocol

Does the repository server just a single HTTPS port? Right now I’m using a webdav repository on Apache that I expose through cloudflared to be able to backup from anywhere, but I’m going to let some family members back up to it also so wanted to set up a repository server, however cloudflared will only expose a single https port, will that work fine?

Yes - each instance of Kopia only needs one port to work. You can say that its one port per repository, in case you’d want to run more than one on the same host.

Ok and it’s just standard https?

Yes, the transport is https - nothing wrong with that, though.

Oh no that’s what I was hoping cause you can only transport https over cloudflared.