but only for game servers
Why? I use tunnels for everything, all sorts of apps included. They’re easy to set up, and reliable.
Tailscale is a good solution, though. I use that as well.
but only for game servers
Why? I use tunnels for everything, all sorts of apps included. They’re easy to set up, and reliable.
Tailscale is a good solution, though. I use that as well.
Lol. It should also be no issue for you to find the comment and read their answer
I wouldn’t call it a clone, Tailscale didn’t invent mesh VPN’s. I believe Nebula is fully self hosted, while Tailscale makes initial connections through their servers. That means Nebula is more secure and private if you’re paranoid, but also harder to set up. They’re also based on different VPN protocols.
Tailscale actually published a surprisingly unbiased comparison: https://tailscale.com/compare/nebula
Oh yeah I think so. Honestly NextCloud is slow on any platform, so don’t be surprised if you’re not impressed. But it’s a neat project to set up.
Agree with others here. Ansible isn’t for beginners and neither is a Lemmy instance.
Try some other projects first, maybe some docker containers that involve a reverse proxy.
For example, NextCloud is a very useful thing to set up as a project, but I would say that you specifically need the new Pi 5 with plenty of RAM for that. The Pi 4 doesn’t handle a full NextCloud installation well.
Yeah I also installed putty a long time ago, I forget if it was actually necessary or if I was just afraid of command line back then.
You can SSH using command line. I do have a Windows Pro license, but I THINK that it’s not exclusive to Pro…
Right, Docker can definitely be a daunting system to learn, but it’s the standard because it’s so reliable and flexible. I’ve been using CasaOS because it’s basically Docker on easy mode, with limited package support, but I’ve decided recently that I really should just learn how to use Docker properly.
Check out their quick start guide here, it looks very helpful to me: https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md
I would guess that you need to learn more about Docker usage in general, rather than just looking for a Docker Compose file (which is here, by the way). I’m kind of on a similar journey, and what I’ve learned so far is that you (usually) can’t just copy and paste a Compose script and go. It helps a lot to understand the basics of what you’re doing.
I found this video helpful, but others might have better suggestions: https://www.youtube.com/watch?v=pg19Z8LL06w
Also, I’d like to point out that Overleaf’s hosting and pricing options are quite reasonable, especially if you’re working for a university or institution: https://www.overleaf.com/user/subscription/plans
Yeah an N100 is overkill, unless you want to use Proxmox to virtualize multiple things. I got an N5105, which is significantly slower, and even THAT is kinda overkill for just running PFSense in a SOHO environment like I’m doing.
Sounds like you’re trying to run a decent little homelab, so I would personally recommend going with prosumer hardware. Lots of N95, N100, and N5105 routers available on AliExpress, you should be able to flash OpenWRT, OPNSense, PFSense, whatever you want. I would advise getting one with an i225 or i226 NIC for best software compatibility (support for Realtek NICs can be sketchy).
I waited for a sale and got this one (N5105 version) for $95: https://www.aliexpress.us/item/3256804915099903.html
I got the barebones version, then supplied my own Crucial RAM and a cheap hard drive for under $50. It runs PFSense without even breaking a sweat, and supports 2.5Gbps. There are cheaper options too, but I decided to stick with Topton as it’s a brand that’s well-reviewed by Youtubers that I watch.
After that, all you need is a Wifi access point. You probably can use your old router in AP mode for now, and then consider upgrading to a newer one later. I bought a Unifi U6 Pro AP and now my home network is incredibly overprovisioned for my puny little homelab, all for about $300. Lots of room to grow if I want to.
If it’s just for personal use, Tailscale is dead simple. But it doesn’t use your domain; it assigns permanent Tailscale IPs to your nodes. And once you’re connected, it allows you to use your local IPs.
If you want a domain to point to your stuff, I found CloudFlare Tunnels to be very easy to set up. I use it for services that I want to share with others, like Overseerr.
Bitwarden has a sort of dead-man-switch, I forget the name. But you could use it to give a beneficiary access to whatever you want after you croak.
You’re talking about remotely editing a file. That means you’ll need remote access to the fileserver where it lives. The common way to do this would be with a network fileshare, but there are many options.
If you want to access the file from OUTSIDE your home network, you need a VPN or something similar. The simplest option is probably Tailscale. Just install it on your server and on your remote device, and boom, both are always magically on the same virtual network.
Wait, they allow port forwarding for wireless connections but not wired? How does that work?
CloudFlare tunnels are dead simple, BUT their terms of service say you can’t stream video with them (so not for Plex). I hear people stream video with them anyway and they haven’t gotten in trouble yet, for what it’s worth.
Fair, but I would point out that OwnCloud kinda already went that direction years ago. There’s already a very limited free version and a fully featured enterprise version. So it’s not like we’re losing something that the community built here.
It’s entirely possible that they’ll shut it down. I’m just saying…chill the fuck out, wait and see what happens before we all start crying.
Why? They didn’t say they’re shutting the open source project down.
They’ve had some security breaches, like most companies. If you’re feeling paranoid, do some reading on nginx vulnerabilities.
Exposing your home servers to the Internet is always risky. There is no 100% safe way to do it.