yunohost-gitea_ynh/README.md

49 lines
1.8 KiB
Markdown
Raw Normal View History

2022-04-01 22:56:23 +02:00
<!--
2024-03-26 02:37:03 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand.
2022-04-01 22:56:23 +02:00
-->
2018-02-25 21:45:24 +01:00
2024-03-26 02:37:03 +01:00
# Gitea for YunoHost
2018-02-25 21:45:24 +01:00
2024-03-26 02:37:03 +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
2024-03-26 02:37:03 +01: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
2024-03-26 02:37:03 +01:00
*[Read this README is other languages.](./ALL_README.md)*
2018-02-25 21:45:24 +01:00
2024-03-26 02:37:03 +01: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
2024-03-26 02:37:03 +01: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-03-26 02:37:03 +01:00
**Shipped version:** 1.21.10~ynh1
2022-09-12 20:17:47 +02:00
2024-03-26 02:37:03 +01:00
## Screenshots
2019-10-26 22:53:12 +02:00
2024-03-26 02:37:03 +01:00
![Screenshot of Gitea](./doc/screenshots/screenshot.png)
2018-02-25 21:45:24 +01:00
2024-03-26 02:37:03 +01:00
## Documentation and resources
2019-10-26 22:53:12 +02:00
2024-03-26 02:37:03 +01:00
- Official app website: <https://gitea.io/>
- Official admin documentation: <https://docs.gitea.io/>
- Upstream app code repository: <https://github.com/go-gitea/gitea>
- YunoHost Store: <https://apps.yunohost.org/app/gitea>
- Report a bug: <https://github.com/YunoHost-Apps/gitea_ynh/issues>
2019-10-26 22:53:12 +02:00
2024-03-26 02:37:03 +01:00
## Developer info
2019-10-26 22:53:12 +02:00
2024-03-26 02:37:03 +01: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
2024-03-26 02:37:03 +01:00
To try the `testing` branch, please proceed like that:
2022-05-27 14:50:35 +02:00
2024-03-23 02:36:17 +01: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-03-26 02:37:03 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>