diff options
Diffstat (limited to 'public/posts')
-rw-r--r-- | public/posts/17Server.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/public/posts/17Server.html b/public/posts/17Server.html index 9d9ce9a..8f45cf3 100644 --- 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> |