mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Update README for ssh authentication
This commit is contained in:
parent
7218fd734b
commit
33a6680031
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -68,7 +68,15 @@ Host domain.tld
|
||||||
port 2222 # change this with the port you use
|
port 2222 # change this with the port you use
|
||||||
```
|
```
|
||||||
|
|
||||||
Architecture: this package is compatible with amd64, i386 and arm. The package will try to detect it with the command uname -m and fail if it can't detect the architecture. If that happens please open an issue describing your hardware and the result of the command `uname -m`.
|
You will also need to add the `gitea` user in the ssh permission with this command:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo adduser gitea ssh.app
|
||||||
|
```
|
||||||
|
|
||||||
|
### Architecture
|
||||||
|
|
||||||
|
This package is compatible with amd64, i386 and arm. The package will try to detect it with the command uname -m and fail if it can't detect the architecture. If that happens please open an issue describing your hardware and the result of the command `uname -m`.
|
||||||
|
|
||||||
### Upgrade
|
### Upgrade
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue