This repository has been archived on 2021-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bever-dam/content/posts/my-devop-setup.md
Jef Roosens 15bd21b7ed
All checks were successful
continuous-integration/drone the build was successful
Started first post
2021-05-03 21:00:05 +02:00

873 B

draft title date
true How I set up my personal devop environment 2021-05-03

{{< table_of_contents >}}

Introduction

During the second year of my bachelor, I became more and more intrigued by self-hosting. As the interest spiralled out of control, more and more of the things I used on a daily basis were being replaced by tools that I managed myself. Considering that I'm an avid programmer, setting up my own development environment seemed like an obvious next step.

The stack I ended up with consists of three parts: Gitea as a GitHub alternative, Renovatebot to check for updates & Woodpecker for CICD pipelines. In this post, I'll be explaining how I set up each of these services, and how I connected them.