diff --git a/README.md b/README.md index 817609f..6deda00 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # my_capsule for YunoHost -[![Integration level](https://dash.yunohost.org/integration/my_capsule.svg)](https://dash.yunohost.org/appci/app/my_capsule) ![Working status](https://ci-apps.yunohost.org/ci/badges/my_capsule.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/my_capsule.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/my_capsule.svg)](https://dash.yunohost.org/appci/app/my_capsule) ![Working status](https://ci-apps.yunohost.org/ci/badges/my_capsule.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/my_capsule.maintain.svg) + [![Install my_capsule with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my_capsule) *[Lire ce readme en français.](./README_fr.md)* @@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web. -**Shipped version:** 1.4.0~ynh3 +**Shipped version:** 1.4.1~ynh1 **Demo:** https://gmi.sbgodin.fr/htmgem/ diff --git a/README_fr.md b/README_fr.md index 6a25e4c..2e35491 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,27 +5,28 @@ It shall NOT be edited by hand. # my_capsule pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/my_capsule.svg)](https://dash.yunohost.org/appci/app/my_capsule) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/my_capsule.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/my_capsule.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/my_capsule.svg)](https://dash.yunohost.org/appci/app/my_capsule) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/my_capsule.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/my_capsule.maintain.svg) + [![Installer my_capsule avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my_capsule) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer my_capsule rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer my_capsule rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Capsule Gemini personnalisée avec accès SFTP et HtmGem pour rendre vos pages Gemini accessibles sur le web. -**Version incluse :** 1.4.0~ynh3 +**Version incluse :** 1.4.1~ynh1 **Démo :** https://gmi.sbgodin.fr/htmgem/ -## Captures d'écran +## Captures d’écran -![Capture d'écran de my_capsule](./doc/screenshots/screenshot2.png) -![Capture d'écran de my_capsule](./doc/screenshots/screenshot1.png) +![Capture d’écran de my_capsule](./doc/screenshots/screenshot2.png) +![Capture d’écran de my_capsule](./doc/screenshots/screenshot1.png) ## Avertissements / informations importantes @@ -40,7 +41,7 @@ alors vous devez utiliser ce port pour mettre à jour votre site web avec SFTP. ## Documentations et ressources -* Dépôt de code officiel de l'app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -56,4 +57,4 @@ ou sudo yunohost app upgrade my_capsule -u https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 8e65556..351c91f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://tildegit.org/sbgodin/HtmGem/archive/v1.4.0.tar.gz -SOURCE_SUM=3a8f55f17a0b001d73d4168e4838df26c0d95ee3bcfb517c1f502dae1b617987 +SOURCE_URL=https://tildegit.org/sbgodin/HtmGem/archive/v1.4.1.tar.gz +SOURCE_SUM=4d21fbdf5f89e510052185ea9d331614338353886baaecc05d007fa1481f75ce SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index cc0da9f..d2129f1 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web." }, - "version": "1.4.0~ynh3", + "version": "1.4.1~ynh1", "url": "https://tildegit.org/Sbgodin/htmgem", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index 574c024..894acdb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="" +pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-fpm php$YNH_DEFAULT_PHP_VERSION-mbstring" app_dependencies="gemserv" #=================================================