I am trying to get a local org I am in set up with a domain and website just to have a place to point people for everything. We would like to keep it as cheap as possible. I figure we need the following:
-Domain name (going to use namecheap probably)
-VPS host (I haven’t done this before, it looks like racknerd may be way to go?). I assume I will probably only need 1GB of memory as it will just be a static webserver but that may be too little, not 100% sure.
-Email host. This is one of two real reasons I want to own the domain, we have multiple uses for email but currently everything is under one gmail address and a lot gets lost in the clutter. A few people in our org would like to stick with gmail but I am open to other suggestions. Definitely do not want to deal with self hosting on this.
-Website builder. I plan to use an Ubuntu server with the LEMP stack on the VPS, should I just use Wordpress? I am definitely not experienced in website building so it’s not realistic to do my own HTTP. My only concern is using Wordpress will result in a poorly optimized site that may strain my limited resources, but there are also a few people in our org that have experience with it so that would help.
While I have a decent amount of tech experience generally, these are mostly uncharted waters for me. I know this comes across as kind of half baked, but really I am just looking for general advice!
Pretty big fan of caddy for your actual web server / proxy. Nice clean and readable configs (far nicer than nginx or apache imo). Also it’ll fetch your certificates automatically so you don’t need to faff about with certbot. Seconding what hello_hello said about making a static site with hugo or similar. It’ll be much faster and zero maintenance once you’ve made the site, but a bit more effort to develop. There’s a good collection of themes if you’re not interested in learning css+html, but it’s not that hard either. Happy to point to some good resources.
1gb of ram is far more than you need for a static site. For wordpress it’ll be probably “enough”, but you can always allocate a swap file if it becomes a problem https://wiki.archlinux.org/title/Swap#Swap_file_creation
Feel free to dm me questions