From 1ee916e694c6d0292804dbc77ac445368a7ed213 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 11 Oct 2022 21:48:39 +0200 Subject: [PATCH 1/2] Fix permission for SSH --- manifest.json | 2 +- scripts/_common.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 92a75da..361d461 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.17.2~ynh1", + "version": "1.17.2~ynh2", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" diff --git a/scripts/_common.sh b/scripts/_common.sh index 26483bc..45b115d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -66,4 +66,5 @@ set_permission() { chmod u=rwx,g=rx,o= "$final_path/custom/conf/app.ini" chmod u=rwX,g=rX,o= "$datadir" chmod u=rwX,g=rX,o= "/var/log/$app" + chmod u=rwx,g=,o= "$ssh_path" } From b1fbaae5fb01ec3d5c54ebe4ff761f07508da6d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 11 Oct 2022 19:48:44 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32d49df..c6b293c 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.17.2~ynh1 - +**Shipped version:** 1.17.2~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0c7c096..4cc8a05 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.17.2~ynh1 - +**Version incluse :** 1.17.2~ynh2 ## Captures d'écran