vault backup: 2024-12-02 17:11:42

This commit is contained in:
2024-12-02 17:11:42 +01:00
parent 031f6004de
commit 30a618552f
4 changed files with 76 additions and 26 deletions

View File

@@ -0,0 +1,23 @@
---
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).