From 7d1db918d952e50df9f4cc1058b55749320440f4 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Sun, 5 Jul 2026 17:49:08 +0200 Subject: [PATCH] vault backup: 2026-07-05 17:49:08 --- HomeLab/Rose/Gitea.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/HomeLab/Rose/Gitea.md b/HomeLab/Rose/Gitea.md index a4b4942..3b7cd57 100644 --- a/HomeLab/Rose/Gitea.md +++ b/HomeLab/Rose/Gitea.md @@ -1,3 +1,24 @@ + + +systemctl stop gitea.service + +cd /usr/local/bin + +mv gitea gitea_old + + + +``` +wget -O gitea https://dl.gitea.com/gitea/1.26.4/gitea-1.26.4-linux-amd64 +chmod +x gitea +``` + +systemctl start gitea + + + +--- + Update und sonstiges beim Update Versuch und Backup ``` @@ -118,4 +139,4 @@ MIRROR = 72000 CLONE = 30000 PULL = 30000 GC = 60 -``` \ No newline at end of file +```