website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 0eb0a68f0f7206803ded669262763562d4b134b7
parent 4e84301a750db3e365fced959968a54e56f93149
Author: Shipwreckt <me@shipwreckt.co.uk>
Date:   Sat, 22 Feb 2025 18:32:53 +0000

Another small change + changes to README.md

Diffstat:
MREADME.md | 2+-
Mpublic/posts/17Server.html | 9+++++----
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ To clone this repository, use the following command: From my git server ```bash -git@shipwreckt.co.uk:/var/www/git/website.git +git clone git://shipwreckt.co.uk/website From Gitlab diff --git a/public/posts/17Server.html b/public/posts/17Server.html @@ -34,10 +34,11 @@ <h2>Why host an email server ?</h2> <p>A better question would be why not host an email server. When you sign up for <a href="https://workspace.google.com/products/gmail/">Gmail</a> or <a href="https://proton.me/mail">Protonmail</a> 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> - <h2>Why host a git server ?</h2> - <p>I will be honest: the main reason why I host a git server is because it is really kool, in my opinion; it has enabled me to learn more about git as a program. It is also good to have a backup server to <a href="https://gitlab.com/Shipwreckt">Gitlab</a> !</p> - <p>Sadly, I am very tired of trying to get git cloning over HTTPS or HTTP working. Plus, if I did this, people could use up all my allowed bandwidth out of spite. So, for now, only I and people I allow will be able to clone and push to my Git server!</p> - <hr> + <h2>Why host a Git server?</h2> + <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 <a href="https://gitlab.com/Shipwreckt">GitLab</a>!</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> +<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>