Category: Uncategorized

  • How to Back Up Your Self-Hosted Gitea Instance

    How to Back Up Your Self-Hosted Gitea Instance

    Introduction You have decided to store all your code within a self-hosted Git implementation. You decided to deploy Gitea as the implementation of choice. It’s going great, performance is good, you are able to store everything you want in a nice version controlled way. But then….. a little thought is…

  • Why Choose Gitea for Your Homelab Git Implementation?

    Why Choose Gitea for Your Homelab Git Implementation?

    Introduction Running an implementation of Git within your homelab environment can be a great thing to do. Any code you write or anything that needs to be version controlled can be stored centrally within your Git implementation. In this post, we are going to go through what Git even is,…

  • How to Configure Nginx Reverse Proxy

    Time to read: In this post we are going to go over how to install Nginx and configure it as a Reverse Proxy for a web page that I am hosting on a local web server. In my example I am currently hosting my Flame dashboard on a web server…