Changed categories and tags, added warning.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user