yunohost-gitea_ynh/README.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

2022-04-01 22:56:23 +02:00
<!--
2024-02-21 19:39:22 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-04-01 22:56:23 +02:00
It shall NOT be edited by hand.
-->
2018-02-25 21:45:24 +01:00
2022-04-01 22:56:23 +02:00
# Gitea for YunoHost
2018-02-25 21:45:24 +01:00
2023-01-22 01:17:43 +01:00
[![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg)
2023-02-21 08:16:17 +01:00
2022-04-01 22:56:23 +02:00
[![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea)
2018-02-25 21:45:24 +01:00
2022-04-01 22:56:23 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2018-02-25 21:45:24 +01:00
2022-04-01 22:56:23 +02:00
> *This package allows you to install Gitea 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.*
2018-02-25 21:45:24 +01:00
2022-04-01 22:56:23 +02:00
## Overview
2019-10-26 22:53:12 +02:00
2022-06-07 11:43:11 +02:00
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
2019-10-26 22:53:12 +02:00
2022-05-28 20:15:31 +02:00
2024-02-26 18:25:32 +01:00
**Shipped version:** 1.21.7~ynh1
2022-09-12 20:17:47 +02:00
2022-04-01 22:56:23 +02:00
## Screenshots
2019-10-26 22:53:12 +02:00
2022-05-27 14:50:35 +02:00
![Screenshot of Gitea](./doc/screenshots/screenshot.png)
2018-02-25 21:45:24 +01:00
2022-04-01 22:56:23 +02:00
## Documentation and resources
2019-10-26 22:53:12 +02:00
2022-05-27 14:50:35 +02:00
* Official app website: <https://gitea.io/>
* Official admin documentation: <https://docs.gitea.io/>
* Upstream app code repository: <https://github.com/go-gitea/gitea>
2023-10-31 15:13:07 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/gitea>
2022-05-27 14:50:35 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/gitea_ynh/issues>
2019-10-26 22:53:12 +02:00
2022-04-01 22:56:23 +02:00
## Developer info
2019-10-26 22:53:12 +02:00
2022-04-01 22:56:23 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gitea_ynh/tree/testing).
2019-10-26 22:53:12 +02:00
2022-04-01 22:56:23 +02:00
To try the testing branch, please proceed like that.
2022-05-27 14:50:35 +02:00
``` bash
2022-04-01 22:56:23 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug
or
sudo yunohost app upgrade gitea -u https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug
```
2019-10-26 22:53:12 +02:00
2024-02-21 19:39:22 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>