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
2024-03-29 07:05:20 +01:00
.github cleaning 2023-09-28 23:21:30 +02:00
conf cleaning 2023-03-22 08:02:54 +01:00
doc Update ADMIN.md 2023-05-13 08:13:01 +02:00
scripts cleaning 2023-09-28 23:21:30 +02:00
ALL_README.md Auto-update README 2024-03-29 07:05:20 +01:00
LICENSE Fix 2022-03-13 12:03:07 +01:00
manifest.toml Update manifest.toml 2023-09-29 08:50:10 +02:00
README.md Auto-update README 2024-03-29 07:05:20 +01:00
README_fr.md Auto-update README 2024-03-29 07:05:20 +01:00
README_gl.md Auto-update README 2024-03-29 07:05:20 +01:00
README_it.md Auto-update README 2024-03-29 07:05:20 +01:00
tests.toml fix 2023-03-15 23:11:58 +01:00

Gogs for YunoHost

Integration level Working status Maintenance status

Install Gogs with YunoHost

Read this README is other languages.

This package allows you to install Gogs quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide 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.0~ynh3

Demo: https://try.gogs.io/user/login

Screenshots

Screenshot of Gogs

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

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: https://yunohost.org/packaging_apps