I have an old laptop lying around and I have been meaning to self host some stuff on it but never got around to it.
My biggest limitation is that I only have WIFI and I do not control the network. It’s basically your default residential WIFI network.
The only thing I actually need is self-hosted cloud. What can I utilize this laptop for?
Bluefruit@lemmy.world 10 months ago
I started off with pi hole when i started messing around with an old laptop for self hosting. My advice is setup what you think is useful.
To access the server outside your home, tailscale is a great option. Fairly simple to setup especially if its just you accessing the server.
Reverse proxy would be best if you intend to let others acess your servers services often or if you dont wanna mess with tunnels. I settled on cloudflare tunnels because i didn’t want another thing to turn on to acess my server outside my house.
When I didn’t have a carrier grade nat to deal with, i used caddy server for automatically getting ssl certs from lets encrypt and reverse proxy all in one. I really liked that once i got it setup.
driveway@lemmy.zip 10 months ago
I can’t be connected to Tailscale and some other VPN at the same time, can I?
Sethayy@sh.itjust.works 10 months ago
Depends on the device, but on devices like android no.
I can’t say I’ve gone through with it myself, but in theory you could have a host somewhere connected to a VPN that you send a your tailscale traffic through as an exit node
habitualTartare@lemmy.world 10 months ago
On Android and I believe IOS it’s a single connection. I would start with the basic functionality (also don’t create a tailscale account with GitHub bc it does weird things with sharing if you ever want to have multiple users).
Once you’ve got the VPN and storage working I can think of two options to give you the functionality of 2 vpns
LunchEnjoyer@lemmy.world 10 months ago
Tailscale and Mullvad VPN recently partnered up to solve this exact issue. So in the admin panel of tailscale you could set up a device as an exitnode and then have that run through one of Mullvads servers. It’s all very neat and simple 😊
AtariDump@lemmy.world 10 months ago
Why would you be?
Bluefruit@lemmy.world 10 months ago
That i can’t say. Id imagine no at least on android.
If you dont mind the extra setup, cloudflare tunnels are awesome. developers.cloudflare.com/…/connect-networks/
I prefer this over tailscale as i dont want to have an app i need to access my server.