1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00
Gogs package for YunoHost
Find a file
2016-10-11 23:26:22 +02:00
conf Initial commit 2016-08-15 15:38:50 +02:00
scripts Use rsync to move gogs source to avoid directory not empty error during upgrade 2016-10-11 23:01:52 +02:00
.gitattributes Initial commit 2016-08-15 15:38:50 +02:00
.gitignore Initial commit 2016-08-15 15:38:50 +02:00
LICENSE Initial commit 2016-08-15 15:38:50 +02:00
manifest.json Initial commit 2016-08-15 15:38:50 +02:00
README.markdown Update README with new version and update advices 2016-10-11 23:26:22 +02:00

Gogs for Yunohost

Gogs is a self-hosted Git service written in Go. Alternative to Github. Official website: http://gogs.io/

Requirements

Functionnal instance of Yunohost

Installation

From command line:

sudo yunohost app install -l Gogs https://github.com/YunoHost-Apps/gogs_ynh

Upgrade

From command line:

sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/gogs_ynh gogs

Infos on upgrade from the old package version (gogs <0.9.xx)

Previous versions of this package used to build gogs from sources instead of using precompiled binary. It also leave data to many places which was not good. The upgrade try to take care of moving everything to the right place BUT, it's strongly advised to do a backup of your repositories and of the gogs directory before the update. Your avatars and issue attachments files may be lost in the process.

Plus, in some cases, gogs will not restart properly during the update, if so, you can rerun the update safely or try to start gogs with sudo systemctl restart gogs.service.

Sources and issues of the old package can be found here

Infos

Gogs v0.9.97

Yunohost forum thread: https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127

Architecture: this package is compatible with amd64, i386 and arm, the package will try to detect it with the command arch and fail if it can't find it. If that happen please open an issue describing your hardware and the result of the command arch.

License

Gogs is published under MIT License https://github.com/gogits/gogs/blob/master/LICENSE

This package is published under MIT License

Developper infos

Please do your pull request to the dev branch.

Test or upgrade to dev version:

sudo su - admin
git clone -b dev https://github.com/YunoHost-Apps/gogs_ynh
# to install
sudo yunohost app install -l Gogs /home/admin/gogs_ynh
# to upgrade
sudo yunohost app upgrade -f /home/admin/gogs_ynh gogs