Files
Main/2 Personal/Home Lab/VPS/Gitea Setup.md

24 lines
958 B
Markdown

---
title: Gitea Setup
created_date: 2024-12-02
updated_date: 2024-12-02
aliases:
tags:
---
# Gitea Setup
> [!INFO] Gitea -VPS Setup
> [gitea.claudiofritsche.com](gitea.claudiofritsche.com)
> Ports: 8083 and 8022 (ssh)
> Admin User: Ecuashungo
> Obsidian User: obsidian
## Motivation
### Why do I want my own git server?
I do not want to share my obsidian vault with any third party server, because it contains sensitive information. Using Syncthing to synchronize between devices works well, but lacks a backup feature. Using [obisian-git](https://github.com/Vinzent03/obsidian-git) is a very easy way to do a daily backup for which a git server is needed.
## Setup
In order to setup the service on my VPS I used the instructions from [digital ocean](https://www.digitalocean.com/community/tutorials/how-to-install-gitea-on-ubuntu-using-docker) as well as [this YouTube Video](https://www.youtube.com/watch?v=ATmZLwBvOrk&ab_channel=HardwoodHomelab).