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

⤴️ Update your Gitea installation with a single command

License

Notifications You must be signed in to change notification settings

LukWebsForge/GiteaUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

⤴️ Update your Gitea installation with a single command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages