179
submitted 11 months ago* (last edited 11 months ago) by thanatos@lemmy.world to c/selfhosted@lemmy.world

Have I went overboard? Any suggestions? Or help? I travel a lot and don't have a lot of time when I am home to setup and configure.

I'm using Cloudron on Linode for some things because I have StarLink and haven't figured out how to connect via internet to my LAN yet. I can use VPN with the router but it seems wonky.

2 NAS

2 Raspberry Pi's with DNS servers

Raspberry Pi with HomeAssistant

Separate NVR for cameras

Several Docker containers on one of NAS

A Raspberry Pi with DietPi. a 1TB attached drive and Docker Containers.

Cloudron on Linode for when I'm away from home.

top 39 comments
sorted by: hot top controversial new old
[-] key@lemmy.keychat.org 20 points 11 months ago

Using IP and port to connect? Definitely not going far enough yet!

[-] thanatos@lemmy.world 2 points 11 months ago

How else would I? Not exposing it to the WAN and with StarLink, VPN is the solution. Though not a network guy either.

[-] shnizmuffin@lemmy.inbutts.lol 8 points 11 months ago

Subdomains with traffic routed through a reverse proxy listening on 80 and 443 (HTTPS everything with certbot SSLs) with a dynamic DNS client updating your DNS provider whenever your IP address changes.

[-] thanatos@lemmy.world 0 points 11 months ago

I don't think that works with Starlink (CGNAT)

[-] vividspecter@lemm.ee 4 points 11 months ago* (last edited 11 months ago)

IIRC you can use DNS challenge behind a CGNAT, but you still wouldn't be able to access the system remotely. But you could use Tailscale for that, or Headscale on your VPS. You could also put a wireguard server on your VPS.

[-] key@lemmy.keychat.org 3 points 11 months ago

Private DNS within your Lan and your choice of proxy to remap ports

[-] peter@feddit.uk 18 points 11 months ago

Honestly if you haven't the time to troubleshoot issues you might struggle to keep all of those up and running

[-] thanatos@lemmy.world 1 points 11 months ago

The NAS stuff has been running almost a year now. Even had enough time to migrate it from the 220 to the 923. I said I didn't have a lot of time, not no time. ;p

[-] Scew@lemmy.world 0 points 11 months ago

Why I haven't delved back into any persistent self-hosting yet.

[-] curioushom@lemmy.one 10 points 11 months ago

I would recommend Tailscale for connecting to the home network. You could run it on each box if running it on the router is wonky.

[-] aBundleOfFerrets@sh.itjust.works 7 points 11 months ago

Zerotier also works well and is more flexible in my experience

[-] bulwark@lemmy.world 7 points 11 months ago* (last edited 11 months ago)

Looks cool dude. Have you tried using Traefik on docker? You can name your service like https:// homeassistant.thanatos instead of 192 .168.1.1:8080.

It's pretty cool and it can even handle SSL certs.

[-] schmurnan@lemmy.world 3 points 11 months ago

Would love an up-to-date tutorial on how to do this without a domain name. I don’t own one but would still much prefer to use https://jellyfin.myserver.home than http://192.168.1.200:8096.

[-] TheButtonJustSpins@infosec.pub 5 points 11 months ago

Hiya! You can use homelab.express if you'd like.

[-] thanatos@lemmy.world 1 points 11 months ago

I'll have to check this out. Any suggestions on where to start? Would this also solve the issue of some containers requiring ssl and domain?

[-] bulwark@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

I followed this guy's tutorial: https://www.youtube.com/watch?v=liV3c9m_OX8

You do need your own domain name but I got one on namecheap for like $15 per year. It's worth it.

[-] SugarSnack@lemmy.world 1 points 11 months ago

You can go so much cheaper than that as well, I've had .xyz and .party domains for less than $2 per year with namecheap

[-] ChrislyBear@lemmy.world 5 points 11 months ago

I had UrBackup running for 6 months+. It wasn't reliably backing things up, configuring it to be accessible via Internet is almost impossible, adding clienta is a hassle and the config isn't very user friendly.

Furthermore I got the inpression, that it's backups aren't reliable; restoring files without UrBackup might be impossible.

That's why I'm now back at a incremental rsync backup script. It's reliable, you can just restore things by copying them back via ssh and it uses a lot less space (!!!) than the UrBackup backups.

[-] thanatos@lemmy.world 0 points 11 months ago

not familiar with rsync, got a copy or link for that script?

[-] ChrislyBear@lemmy.world 2 points 11 months ago

I used this one, with some modifications, like command line parameters to reuse it for different backup jobs.

I've packaged it into a little docker container that runs crond and runs the script every day for a few backup pairs.

[-] thanatos@lemmy.world 1 points 11 months ago

I'm not sure if you expected to post a script or link and it didn't work or if it's error on my part.

[-] chanunnaki@lemmy.world 5 points 11 months ago

Overboard? If anything, you haven't gone far enough

[-] EncryptKeeper@lemmy.world 4 points 11 months ago

Sure looks like the bare essentials to me.

[-] Rearsays@lemmy.ml 4 points 11 months ago

You’ve gone overboard when you’ve had experience with most of the software on the awesome self hosting lists

[-] ulemmyagain@lemmy.world 4 points 11 months ago

Man I love heimdall

[-] clasificado@kbin.social 3 points 11 months ago
[-] thisNotMyName@lemmy.world 2 points 11 months ago

Ben phelp's homepage (you can find it on github)

[-] urvy@lemmy.world 2 points 11 months ago

For VPN, PiVPN is super easy to setup and use. I dont even have a static IP with my ISP but it works like a charm with DynDNS, I use no-ip but there are plenty of options.

[-] thanatos@lemmy.world 2 points 11 months ago

I actually went and messed with openvpn again and got it working great with the router.

[-] MalReynolds@slrpnk.net 2 points 11 months ago

Enjoy your validation, it is deserved. ;)

[-] Dubois_arache@lemmy.blahaj.zone 1 points 11 months ago

I like the TinyTinyRSS logo :P

[-] SJ0@lemmy.fbxl.net 1 points 11 months ago

TeamViewer is really nice when you're on the road a lot. That way if you need to hop in and change something, you can do it from pretty much anywhere.

[-] rambos@lemmy.world 22 points 11 months ago

TeamViewer is good until they decide its not personal use anymore. Better go for AnyDesk or even better RustDesk if you need remote desktop. But why not just wireguard or tailscale?

[-] SheeEttin@lemmy.world 7 points 11 months ago

Or when the platform gets compromised and they refuse to admit it and blame the customers instead

[-] please_lemmy_out@lemmy.world 1 points 11 months ago

Yup, if you just use a couple different IPs in a given time they will arbitrarily mark you as requiring a license.

[-] ChrislyBear@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

Nah, use Mesh Central 2! It's free, you can self-host it and using a little agent you can connect to any machine from it via console or even via a desktop interface without bothering with VNC etc.

https://www.meshcommander.com/meshcentral2

load more comments
view more: next ›
this post was submitted on 20 Jul 2023
179 points (95.0% liked)

Selfhosted

37771 readers
621 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