mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Merge branch 'example_ynh' of https://github.com/YunoHost-Apps/gitea_ynh into example_ynh
This commit is contained in:
commit
ac1f253dbd
2 changed files with 27 additions and 16 deletions
28
README.md
28
README.md
|
@ -15,10 +15,25 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- User dashboard, user profile and activity timeline.
|
||||||
|
- User, organization and repository management.
|
||||||
|
- 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.
|
||||||
|
- Customize HTML templates, static files and many others.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.16.9~ynh1
|
**Shipped version:** 1.17.0~ynh1
|
||||||
|
|
||||||
|
**Demo:** https://try.gitea.io/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -28,10 +43,7 @@ Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to
|
||||||
|
|
||||||
## Additional informations
|
## Additional informations
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/gogs)  
|
If you want to use Gitea with SSH and be able to pull/push with you SSH key, your SSH daemon must be properly configured to use private/public keys. Here is a sample configuration of `/etc/ssh/sshd_config` that works with Gogs:
|
||||||
[](https://install-app.yunohost.org/?app=gogs)
|
|
||||||
|
|
||||||
If you want to use Gitea with SSH and be able to pull/push with your SSH key, your SSH daemon must be properly configured to use private/public keys. Here is a sample configuration `/etc/ssh/sshd_config` that works with Gitea:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
@ -41,7 +53,7 @@ PasswordAuthentication no
|
||||||
UsePAM no
|
UsePAM no
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also add your public key to your Gitea profile.
|
You also need to add your public key to your Gitea profile.
|
||||||
|
|
||||||
When using SSH on any port other than 22, you need to add these lines to your SSH configuration `~/.ssh/config`:
|
When using SSH on any port other than 22, you need to add these lines to your SSH configuration `~/.ssh/config`:
|
||||||
|
|
||||||
|
@ -108,7 +120,7 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://gitea.io/>
|
* Official app website: <https://gitea.io/>
|
||||||
* Official admin documentation: <https://docs.gitea.io/>
|
* Official admin documentation: <https://docs.gitea.io/en-us/>
|
||||||
* Upstream app code repository: <https://github.com/go-gitea/gitea>
|
* Upstream app code repository: <https://github.com/go-gitea/gitea>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_gitea>
|
* YunoHost documentation for this app: <https://yunohost.org/app_gitea>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/gitea_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/gitea_ynh/issues>
|
||||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -15,10 +15,12 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
|
Gitea est un service Git auto-hébergé. Il est similaire à GitHub, Bitbucket et GitLab. Gitea est un fork de Gogs.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.16.9~ynh1
|
**Version incluse :** 1.17.0~ynh1
|
||||||
|
|
||||||
|
**Démo :** https://try.gitea.io/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
@ -28,9 +30,7 @@ Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to
|
||||||
|
|
||||||
## Additional informations
|
## Additional informations
|
||||||
|
|
||||||
### Notes on SSH usage
|
If you want to use Gitea with SSH and be able to pull/push with you SSH key, your SSH daemon must be properly configured to use private/public keys. Here is a sample configuration of `/etc/ssh/sshd_config` that works with Gogs:
|
||||||
|
|
||||||
If you want to use Gitea with SSH and be able to pull/push with your SSH key, your SSH daemon must be properly configured to use private/public keys. Here is a sample configuration `/etc/ssh/sshd_config` that works with Gitea:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
@ -40,8 +40,7 @@ PasswordAuthentication no
|
||||||
UsePAM no
|
UsePAM no
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also add your public key to your Gitea profile.
|
You also need to add your public key to your Gitea profile.
|
||||||
|
|
||||||
When using SSH on any port other than 22, you need to add these lines to your SSH configuration `~/.ssh/config`:
|
When using SSH on any port other than 22, you need to add these lines to your SSH configuration `~/.ssh/config`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -107,7 +106,7 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://gitea.io/>
|
* Site officiel de l'app : <https://gitea.io/>
|
||||||
* Documentation officielle de l'admin : <https://docs.gitea.io/>
|
* Documentation officielle de l'admin : <https://docs.gitea.io/en-us/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/go-gitea/gitea>
|
* Dépôt de code officiel de l'app : <https://github.com/go-gitea/gitea>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gitea>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gitea>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/gitea_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/gitea_ynh/issues>
|
||||||
|
|
Loading…
Add table
Reference in a new issue