this post was submitted on 17 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Are any of you selfhosters using Cloudflare?

I want to make a server visible on port 80 and 443 from outside, however port 80 and 443 is currently used for another server.

I know we can reverse proxy but I have a reason why I am not using reverse proxy for this.

I have been told that I can connect to cloudflare like a VPN type of link. But going through their website I don't find much useful information?

Is this possible or is it just rumors? If possible, what is the product offering to utilize?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago

What about VPN? If you don't care if a third party is involved, as long as the traffic is encrypted, I can recommend using Tailscale. Install the client on the target and your system and just copy files as you would be in the same LAN by using their 100.x.x.x adresses. If you want to be totally independent of other vendors, you can setup wireguard (also used internally by tailscale) and connect your clients.

If you can't open ingress ports on any of your sides and you don't want to use tailscale, you can still spun up a cheap VPS, install wireguard there and connect your clients system and your client both via VPN to this system. Afterwards, you can copy files via the internal wireguard IPs.

But, if you look for a simple solution, tailscale is my preferred way. You could even use taildrop to transfer files https://tailscale.com/kb/1106/taildrop/