+ 2
Web development
How can I build a self hosted website for myself, a business or a co-operation
5 odpowiedzi
+ 3
I've been using the following setup to run a webserver for over two years now:
A Raspberry Pi with nginx or Apache as webserver and a Debian distribution (e. g. Rasbian) as OS. My router forwards all requests from outside on port 80 and 443 (web ports) to my Raspberry Pi. With no-ip I set up a domain name and configured it to use the IP address of my Raspberry Pi. Also this solution doesn't cost you anything except for the hardware of the server.
+ 2
If you want to know more about this field send me a pm
+ 1
Server, static IP, Domain, Webserver software, and if you want it for local usage a lot of knowledge of networking
+ 1
Aaron Eberhardt has a good solution for small pages for private use etc, but not for businesses
+ 1
Setting up a public website on a Raspberry comes with all kinds of security risks....
What's your reason for being self hosted anyway?
For businesses it's better to outsource hosting, to prevent downtime etc