From c4f6a7b89d23d18eb0a64dbba958a88bee7d3b1e Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Thu, 7 Jun 2018 13:10:43 +0200 Subject: [PATCH] New README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98d0f37..742dcd7 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,21 @@ Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to [![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://ci-apps.yunohost.org/jenkins/job/gitea%20%28Community%29/lastBuild/consoleFull) -[![Build Status](https://srvmaison.fr.nf/jenkins/job/gitea%20(Community)%20stable/badge/icon)](https://srvmaison.fr.nf/jenkins/job/gitea%20(Community)%20stable/) - [![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitea) +![](https://gitea.io/images/screenshot.png) ## Requirements A functional instance of [YunoHost](https://yunohost.org) ## Installation From the command-line: -`sudo yunohost app install https://github.com/YunoHost-Apps/gitea_ynh` +`sudo yunohost app install https://framagit.org/YunoHost-Apps/gitea_ynh` ## Upgrade From the command-line: -`sudo yunohost app upgrade Gitea -u https://github.com/YunoHost-Apps/gogs_ynh gogs` +`sudo yunohost app upgrade Gitea -u https://framagit.org/YunoHost-Apps/gitea_ynh gitea` ## 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 Gitea: