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

@@ -4,7 +4,7 @@ draft: false
title: 'Time for version control'
author: "Jirka"
tags: ["gitea", "self-hosted", "docker", "guide", "tutorial"]
categories: ["self-host", "documentation"]
categories: ["blog"]
description: "Let's look at how to self host gitea on our infrastructure."
---
@@ -12,6 +12,9 @@ How would I share my projects with you, if I do not have any git hosting server?
That is a reason, why we need to set up one! You can choose from more variant, but I decided for [Gitea](https://about.gitea.com/).
> [!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.
## Self-hosting Gitea
Thanks to our earlier setup, next step is pretty simple.
@@ -154,3 +157,6 @@ git.jirkabuilds.dev {
If you have set up DNS correctly, after shutting the stack down and up the Gitea should be online.
And that's it!
---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog).