diff options
Diffstat (limited to 'public/posts/vps')
| -rw-r--r-- | public/posts/vps/index.html | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/public/posts/vps/index.html b/public/posts/vps/index.html new file mode 100644 index 0000000..16feca4 --- /dev/null +++ b/public/posts/vps/index.html @@ -0,0 +1,68 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/assets/css/main.css"> + <title>VPS Server 🗄️</title> + </head> + <body> + <article> + <header> + <h1>VPS Server 🗄️</h1> + <p class="post-date">February 21, 2025</p> + </header> + <div class="post-content"> + <hr> + <h2>Introduction</h2> +<p>If you have read any of my posts in the past, you may know of my aspiration to host my website and email server on a VPS. Well, that day has come! Finally.</p> +<p>So far my VPS (virtual private server) is doing three things:</p> +<ul> +<li>Git server: <a href="https://git.shipwreckt.co.uk">git.shipwreckt.co.uk</a></li> +<li>Email server: <a href="https://git.shipwreckt.co.uk/">git.shipwreckt.co.uk</a></li> +<li>CalDEV server: Allows me to sync all my contacts and calendar between devices!</li> +<li>Website hosting! This enables me to try other web languages like <a href="https://www.php.net/">PHP</a> out</li> +</ul> +<hr> +<h2>Why?</h2> +<h3>Why host an email server ?</h3> +<p>A better question would be why not host an email server. When you sign up for Gmail or Protonmail you give them full trust over your email communications. Well, I trust myself way more than any company to handle my personal communications. Sadly, I can only receive emails until I can get some ports unblocked, but I am happy as is!</p> +<h3>Why host a Git server?</h3> +<p>I will be honest: the main reason why I host a Git server is because it is really cool, in my opinion; it has enabled me to learn more about Git as a programme. It is also good to have a personal server that is fully under my control, unlike GitLab!</p> +<p>Sadly, I will not do HTTPS or HTTP Git cloning because it is not needed since I am using the Git daemon to allow people to clone from my server! Whilst on the topic of HTTP and HTTPS, I am using the Stagit static HTML programme to have a kind of front end to my server so you can view all my repositories! Due to it being complex (at least for me), I may write a tutorial on how to get it up and running smoothly.</p> +<h3>Why host a CalDEV server?</h3> +<p>Hosting a CalDAV server is one of the most satisfying things I have ever done. Having everything synchronised just makes me happy! I have all my calendars synced and all of my contacts synced too. I love having a CalDAV server for all the rubbish I have planned, and I hope that I can get more use out of it! Also if you are curious I am using the <a href="https://radicale.org/">radicale</a> software for the CalDEV server.</p> +<hr> +<h2>Overview</h2> +<p>Overall, I am just happy to have a whole server that I can use for whatever I want! This has opened up a whole new world for me of tinkering and stress. I hope this VPS serves me well!</p> + + </div> + </article> + + + + + <footer class="post-footer"> + <!-- 🌟 Back button --> + <a href="/" class="back-button">⬅ Back to Home</a> + + + <p class="post-tags"> + + <a href="/tags/linux/" + aria-label="View posts tagged linux"> + linux + </a> + + <a href="/tags/tech/" + aria-label="View posts tagged tech"> + tech + </a> + + </p> + + </footer> + + </body> +</html> + |
