possiblylinux127
@possiblylinux127@lemmy.zip
- Comment on RustDesk access issue 5 hours ago:
I’d say avoid Rustdesk due to its shady Chinese origins
- Comment on Reliable messenger for family use? 5 days ago:
I like Molly a lot better personally
- Comment on Reliable messenger for family use? 5 days ago:
Signal or Molly are probably going to be your best bets
- Comment on Whats a good alternative to Instagram? 1 week ago:
The limitation of smaller platforms like Pixelfed is that basically no one uses them. If you are using Instagram to keep track of people in your local community you are unlikely to find anything else.
- Comment on Google pays $250K for Linux vulnerability allowing guest VM escapes 1 week ago:
That is for containers not VMs
- Comment on Rayfish, Iroh and Yggdrasil 1 week ago:
I’m thinking about doing something like BGP+Wireguard
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 week ago:
You are getting confused by NAT
In IPv6 there is no NAT. NAT makes things more complicated and adds overhead that isn’t needed. In the old (pre Nat) internet IPs worked like there were suppose to and each device had its own routable address. IPv6 fixes this by both using a massive address space and allowing hosts to get infinite IPs. You can assign a IP address to each service since there is so much space.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 week ago:
I would look into learning about the OSI model
For context, Caddy is a reverse proxy which is specific to the layer 7 protocol http. Layer 7 protocols are generally not compatible with one another since under the hood SSH, HTTP are all very different despite them all running on top of TCP.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 week ago:
Do you not have internet access?
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 week ago:
I personallly would just use a DNS challenge to get certificates
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 week ago:
You just need a reverse proxy
- Comment on Google pays $250K for Linux vulnerability allowing guest VM escapes 1 week ago:
I’m not a big Google fan but I will give credit where credit is due
They do put their money where their mouth is
- Submitted 2 weeks ago to selfhosted@lemmy.world | 65 comments
- Comment on Xbox One X to Linux Questions 2 weeks ago:
They can use it bit it will take around 10 years or so
- Comment on Xbox One X to Linux Questions 2 weeks ago:
You can’t really install Linux
I would just get a old workstation
- Comment on How much do you secure a home server that's only accessible with VPN? 2 weeks ago:
Wireguard doesn’t respond to port scans so it changes nothing
- Comment on How much do you secure a home server that's only accessible with VPN? 2 weeks ago:
Putting it on a non standard port will change nothing
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 3 weeks ago:
IP resolution requires ARP/NDP which are layer 2
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 3 weeks ago:
To play devil’s advocate, technically don’t need a router for network. Your Proxmox hosts should be in the same layer 2 which means they can communicate regardless of the state of the default gateway.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 3 weeks ago:
OpenWRT has a zone based Firewall just like OPNsense does. Sure it isn’t as clean but I don’t really see a usecase for OPNsense that OpenWRT couldn’t fulfill
- Comment on Internet access for Proxmox VXLAN 3 weeks ago:
Do you need VXlan? Unless you are doing something really funky, regular vlans should work fine. All you need is a router somewhere on your network to terminate the connection. In a homelab this would typically be a firewall as well as most people don’t need more than one router.
- Comment on Setting Up OPNsense on Proxmox: Doubts regarding NIC setup 3 weeks ago:
I personally would not recommend this setup as any issue with your proxmox cluster will turn into a network issue.
Instead, I would purchase a cheapish router that can run OpenWRT. If you are dead set on OPNsense you can find x86 boards from various vendors or you can make a dedicated router out of a network card and a small form factor computer
- Comment on Recommended mini pc for a homelab? 3 weeks ago:
That hasn’t been my experience
- Comment on Recommended mini pc for a homelab? 3 weeks ago:
Most small form factor machines will idle in less than 10 watts
- Comment on Recommended mini pc for a homelab? 3 weeks ago:
Depending on what you are doing that may not be a good idea. The N100 is way overpriced and the Atom is very old and thus has limited I/O speeds and awful performance.
- Comment on Recommended mini pc for a homelab? 3 weeks ago:
I would get a Intel 6-8 gen i5 and then if you can afford it I would get some SSDs for data storage.
Keep in mind hardware prices are astronomic right now so you are unlikely to get a good deal
- Comment on Vaultwarden while allowing family emergency access 4 weeks ago:
Honesty you could just write stuff down and put it somewhere safe. Don’t overcomplicate what could be a simple solution.
- Comment on Is there room for Windows selfhosters? 5 weeks ago:
I wouldn’t recommend it personally
- Comment on Radicale: Can someone please offer any guidance on usage and security. Om abit lost 1 month ago:
There are many different clients available
What is the use case?
- Comment on Security considerations about hosting Immich from home 1 month ago:
Is there a reason it needs to be public facing?