Changed categories and tags, added warning.

This commit is contained in:
2026-03-25 09:56:12 +01:00
parent 9adf6f55a2
commit 5aa3612cdd
4 changed files with 34 additions and 9 deletions

View File

@@ -1,16 +1,19 @@
---
date: '2026-03-24T10:17:21+01:00'
draft: false
title: 'Hosting Blog'
title: 'How to self-host a blog'
author: "Jirka"
tags: ["caddy", "vps", "wireguard", "docker", "guide", "tutorial"]
categories: ["blog", "self-hosting"]
description: "How this blog came online."
tags: ["caddy", "docker", "wireguard", "vps", "guide", "tutorial", "self-hosted"]
categories: ["blog"]
description: "How this blog came online without public IP."
---
In last post [Let's start a blog!](./01-blog.md) I've introduced idea and how-to guide how I will write this blog, but left it offline.
That is going to change in this post.
> [!WARNING]
> If you decide to follow my steps, please, be careful and use your head. I do not guarantee they will work for you and do so at your own risk.
## Requirements
This whole blog/website project is about self-hosting. That said, I will host this page my on server/PC at home. For that, you usually have public IP address.
@@ -261,3 +264,6 @@ docker compose up -d
```
And your web should be online.
---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog).