mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update README.md
This commit is contained in:
parent
e4556f3ef0
commit
975afd3b65
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Gogs is a self-hosted Git service written in Go. Alternative to Github.
|
Gogs is a self-hosted Git service written in Go. Alternative to GitHub.
|
||||||
|
|
||||||
**Shipped version:** 0.12.3
|
**Shipped version:** 0.12.3
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Gogs is a self-hosted Git service written in Go. Alternative to Github.
|
||||||
* [Official demo](https://try.gogs.io/user/login)
|
* [Official demo](https://try.gogs.io/user/login)
|
||||||
|
|
||||||
## Notes on SSH usage
|
## Notes on SSH usage
|
||||||
If you want to use Gogs 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 Gogs 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:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
@ -34,7 +34,7 @@ UsePAM no
|
||||||
|
|
||||||
You also need to add your public key to your Gogs profile.
|
You also need to add your public key to your Gogs profile.
|
||||||
|
|
||||||
If you use ssh on another port than 22, you need to add theses lines to your ssh config in `~/.ssh/config`:
|
If you use SSH on another port than 22, you need to add theses lines to your SSH config in `~/.ssh/config`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Host domain.tld
|
Host domain.tld
|
||||||
|
|
Loading…
Add table
Reference in a new issue