Can the vps provider not read everything on your server, unless it’s explicitly encrypted?
I’m asking because I’m interested in self-hosting mainly as a way to get privacy respecting services where good hosted ones don’t exist. I’m not sure I really want to deal with running my own hardware
You must log in or register to comment.
deleted by creator
Idk how to even attach it to a domain
The networking aspect will likely be the trickiest, but if you’re already interested in administrating a VPS you can absolutely do it.
- Have an ISP that doesn’t block inbound connections. So far both Comcast and Verizon have been cool to me in that regard.
- Configure your router to always give your host machine the same internal-network IP address.
- Configure your router to forward any relevant ports (TCP/80 for insecure HTTP, e.g.) to the internal address you assigned to your host.
- Go to ifconfig.me or similar to ascertain your public Internet IP address.
- Buy a domain (Namecheap has been good to me for a decade) and change its
A
record to point to that address!
Not hard, but not exactly uncomplicated either.
deleted by creator