https://github.com/yunohost-apps/gogs_ynh
Gogs package for YunoHost
https://github.com/yunohost-apps/gogs_ynh
forge gogs yunohost yunohost-apps
Last synced: 6 months ago
JSON representation
Gogs package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/gogs_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2016-08-15T13:37:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T19:56:40.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:51:04.121Z (about 1 year ago)
- Topics: forge, gogs, yunohost, yunohost-apps
- Language: Shell
- Homepage: http://gogs.io
- Size: 436 KB
- Stars: 18
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gogs for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/gogs/)

[](https://install-app.yunohost.org/?app=gogs)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Gogs quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
Gogs (Go Git Service) is a git-based multiplatform forge written in Go. Its particularity is that it is light and can run on an ARM card, which makes it suitable for self-hosting. Gogs has a web interface similar to that of GitHub.
### Features
- User dashboard, user profile and activity timeline.
- Repository and organization webhooks, including Slack, Discord and Dingtalk.
- Repository Git hooks, deploy keys and Git LFS.
- Repository issues, pull requests, wiki, protected branches and collaboration.
- Migrate and mirror repositories with wiki from other code hosts.
- Web editor for quick editing repository files and wiki.
- Jupyter Notebook and PDF rendering.
- Authentication via SMTP, LDAP.**Shipped version:** 0.13.2~ynh1
**Demo:**
## Screenshots

## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/gogs_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gogs_ynh/tree/testing --debug
or
sudo yunohost app upgrade gogs -u https://github.com/YunoHost-Apps/gogs_ynh/tree/testing --debug
```**More info regarding app packaging:**