Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.05 KB

Gitea Updater

I recommend to install Gitea using Docker.

This is a simple tool which helps to upgrade your Gitea instance to the next version.

It's currently only working on my server, but I try to make it usable with lots of Gitea installations.

Installation

Upload the executable to the directory where Gitea is installed and run it as root.

Currently it only works if you:

  • Using Gitea in combination with Systemd
  • Have a symlink called gitea in your Gitea directory

Why running as root?

This application was designed to run as root, because my Gitea instance needs a special linux capability to claim the default ssh port (22). This capability can only be added when the command is run by root. Maybe we can change this in the future, so that the application only requires sudo access when it's needed.

Building

Just get this repository with

go get github.com/LukWebsForge/GiteaUpdater