mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Haste package for YunoHost
conf | ||
scripts | ||
.gitignore | ||
LICENSE | ||
manifest.json | ||
README.md |
Work In Progress : do not install in production
TODO
- find a way to let user edit the hook and not overwrite it
- better check if gogs is installed and on the repo format
- backup/restore
Gogs web hosting for YunoHost
This Yunohost App take an existing gogs repository and serve it with nginx
Gogs is a self-hosted Git service written in Go. Alternative to Github.
Requirements
- Functionnal instance of YunoHost
- Gogs package must be installed
- The repository that you want to serve must exist in Gogs
Installation
From command line:
sudo yunohost app install -l MySite https://github.com/YunoHost-Apps/gogs_webhost_ynh
Upgrade
From command line:
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/gogs_webhost_ynh gogswebhost
Infos
License
This package is published under MIT License