Add note on selfhosting
This commit is contained in:
parent
df6aba4c46
commit
ed23a4dc0c
1 changed files with 12 additions and 0 deletions
12
content/posts/2023/08/selfhosting.md
Normal file
12
content/posts/2023/08/selfhosting.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: This blog is now self-hosted !
|
||||
date: 2023-08-19
|
||||
tags: [meta, selfhosting]
|
||||
---
|
||||
|
||||
This is just a quick info that this blog is now self-hosted by yours truly. I'm using a small server at [Mythic Beasts](mythic-beasts.com/).
|
||||
|
||||
I have a small [CI situation](https://git.cyplo.dev/cyplo/blog/actions) going on via (self-hosted) Gitea Actions, it `rsync`s the contents to the server. Good old `nginx` + `rsync` and that's it.
|
||||
|
||||
I took this as an opportunity to hook up [htmltest](https://github.com/wjdp/htmltest) and it highlighted that a lot of places I linked to no longer exist or have moved. I've [updated](https://git.cyplo.dev/cyplo/blog/commit/df6aba4c4687918f31593e70048c28cf92482b09) all 13 years worth of blog posts and I'm happy to report that there's no longer any dead link present !
|
||||
|
Loading…
Reference in a new issue