doc/app_gitea.md

37 lines
1.7 KiB
Markdown
Raw Normal View History

2020-04-13 11:09:56 +02:00
# <img src="/images/gitea_logo.png" width="80px" alt="Gitea's logo"> Gitea
2020-04-07 16:55:44 +02:00
2020-04-13 11:09:56 +02:00
[![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitea) [![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea)
### Index
2020-04-07 16:55:44 +02:00
- [Limitations with YunoHost](#limitations-with-yunohost)
2020-04-13 13:30:59 +02:00
- [Customer Applications](#customer-applications)
2020-04-07 16:55:44 +02:00
- [Useful links](#useful-links)
2020-04-14 12:33:19 +02:00
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs.[¹](#sources)
2020-04-07 16:55:44 +02:00
## Limitations with YunoHost
2020-04-13 12:08:33 +02:00
If you want to use the git command (like git clone, git pull, git push), you need to set this app as public.
2020-04-07 16:55:44 +02:00
## Customer applications
2020-04-14 11:26:42 +02:00
| Application name [²] | Platform | Multi-account |Source | Play Store | F-Droid | Apple Store |
|----------------------|----------|---------------|-------|------------|---------|-------------|
2020-04-14 09:58:32 +02:00
| GitNex (un) | Android | ? | [gitnex.com (en)](https://gitnex.com/) | [GitNex - PlayStore](https://play.google.com/store/apps/details?id=org.mian.gitnex) | [GitNex - F-Droid](https://f-droid.org/fr/packages/org.mian.gitnex/) | X |
> [²]: (of) : Official / (un) : Unofficial
2020-04-07 16:55:44 +02:00
## Useful links
2020-04-13 12:08:33 +02:00
+ Website: [gitea.io](https://gitea.io/en-us/)
+ Official documentation: [docs.gitea.io](https://docs.gitea.io/en-us/)
2020-04-13 11:09:56 +02:00
+ Application software repository: [github.com - YunoHost-Apps/gitea](https://github.com/YunoHost-Apps/gitea_ynh)
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/gitea/issues](https://github.com/YunoHost-Apps/gitea_ynh/issues)
2020-04-13 12:08:33 +02:00
------
2020-04-14 11:26:42 +02:00
### Sources
2020-04-14 12:33:19 +02:00
¹ [docs.gitea.io](https://docs.gitea.io/en-us/)