This is a very technical way to self-host, and I feel there are easier ways to go about it. Is your end goal to be able to upload a website but avoid big tech platforms?
If your code is already in a Git repository, the simplest solution would be to use statichost, which has a free plan. It works on the same principle as Netlify, where your site is updated when you push the code.
This is a very technical way to self-host, and I feel there are easier ways to go about it. Is your end goal to be able to upload a website but avoid big tech platforms?
Correct, that is my end goal.
If your code is already in a Git repository, the simplest solution would be to use statichost, which has a free plan. It works on the same principle as Netlify, where your site is updated when you push the code.