this post was submitted on 27 Dec 2023
63 points (97.0% liked)

Selfhosted

37811 readers
941 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] driveway@lemmy.zip 4 points 6 months ago (5 children)

I can't be connected to Tailscale and some other VPN at the same time, can I?

[–] Sethayy@sh.itjust.works 5 points 6 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

[–] LunchEnjoyer@lemmy.world 4 points 6 months ago (2 children)

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 😊

[–] BearOfaTime@lemm.ee 3 points 6 months ago* (last edited 6 months ago)

~~Exit nodes~~ Subnet Routers KICK ASS.

Makes it so my RPi enables me to manage any device on my home network from anywhere. I can print from my laptop or phone to my home printer. No need for a Tailscale client on hardware devices.

An Exit Node provides a LAN exit path for connected devices - so any of my TS connected devices can route to the internet through my home network, gaining RPi DNS filtering along the way (though I don't do this for performance reasons, it's just an example).

Edited to correct my misuse of exit node, and clarify the difference between it and Subnet routing.

[–] driveway@lemmy.zip 1 points 6 months ago

That sounds awesome.

[–] habitualTartare@lemmy.world 4 points 6 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

  1. tasker is an android app that can let you automate a lot. It might let you switch vpns when opening say your storage app and switch back a bit easier than toggling it in settings.
  2. setup your lap-server at home with an outgoing public VPN so traffic goes mobile device> tailscale> public VPN. Essentially acting like you're home using your public VPN. This may take some tinkering to work properly, especially when you're home on the same network. Plus you would definitely see a Network speed impact on your phone.
[–] Bluefruit@lemmy.world 1 points 6 months ago (1 children)

That i can't say. Id imagine no at least on android.

If you dont mind the extra setup, cloudflare tunnels are awesome. https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/

I prefer this over tailscale as i dont want to have an app i need to access my server.

[–] BearOfaTime@lemm.ee 2 points 6 months ago* (last edited 6 months ago) (1 children)

Tailscale only requires one app install, on a device in your network.

That device can be configued as a subnet router (providing local network access to Tailscale connections).

Then using either the Funnel or Serve option, remote devices can access your Tailnet without a client installed.

Just an option, another way of achieving similar results (though with different capabilities) as Cloudflare.

Edit: Funnel enables non-TS clients to access TS resources. Serve enables foreign TS clients to access your TS network.

[–] Bluefruit@lemmy.world 2 points 6 months ago* (last edited 6 months ago)

The more you know! Do you know any guides that go over this? I'd be interested in setting this up.

Edit:

Its apart of thier docs. https://tailscale.com/kb/1019/subnets?q=subnet

[–] AtariDump@lemmy.world 0 points 6 months ago (1 children)
[–] BearOfaTime@lemm.ee 0 points 6 months ago

Generally Tailscale uses an app on every device to be a member of the Tailscale Virtual Mesh network.

Though by using the Funnel, Serve, and Subnet Router features you can access things without the Tailscale client app.