diff options
Diffstat (limited to 'public/posts')
-rw-r--r-- | public/posts/17Server.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/posts/17Server.html b/public/posts/17Server.html index 8f45cf3..c96ab52 100644 --- a/public/posts/17Server.html +++ b/public/posts/17Server.html @@ -28,6 +28,7 @@ <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></ul> <ul><li>Email server: <a href="mailto:me@shipwreckt.co.uk">me@shipwreckt.co.uk</a></li></ul> + <ul><li>CalDEV server: Allows me to sync all my contacts and calendar between devices!</li></ul> <ul><li>Website hosting! This enables me to try other web languages like <a href="https://www.php.net/">PHP</a> out</ul></li> <hr> @@ -39,6 +40,9 @@ <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>Why host a CalDEV server?</h2> +<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> |