Compare commits

...

2 Commits

Author SHA1 Message Date
6b5aca91ea update infrastructure post
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2024-12-12 09:57:36 -06:00
fa5448e1c1 update infrastructure post 2024-12-12 09:57:21 -06:00

View File

@ -3,7 +3,7 @@ title: My infrastructure
description: "" description: ""
date: 2024-10-13T19:53:17.597Z date: 2024-10-13T19:53:17.597Z
preview: "" preview: ""
draft: true draft: false
tags: [] tags: []
categories: [] categories: []
--- ---
@ -44,7 +44,7 @@ Now I will detail the software and the host it runs on.
- Woodpecker CI/CD - Woodpecker CI/CD
- Host: Contabo - Host: Contabo
- What is it: A continuous integration/deployment server - What is it: A continuous integration/deployment server
- This runs all my pipelines for my repos. I deploy this blog and my landing page using this service. - This runs all my pipelines for my repos. I deploy this blog, my landing page, and my app for commands and its documentation using this service.
- Stalwart Mail - Stalwart Mail
- Host: Hetzner and Contabo - Host: Hetzner and Contabo
@ -76,4 +76,4 @@ Now I will detail the software and the host it runs on.
- What is it: a photo gallery - What is it: a photo gallery
- This is nice for sharing photo albums and not having to use external tools. - This is nice for sharing photo albums and not having to use external tools.
That is all for the software. There is more, but I think that is enough for now. That is all for the software. There is more, but that is enough for now. In the next post, I plan to dive into how I back it up.