1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00

Merge pull request #28 from YunoHost-Apps/testing

Fix test upgrade
This commit is contained in:
yalh76 2023-08-04 19:51:00 +02:00 committed by GitHub
commit d394e6346c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 14 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Gemserv for YunoHost
[![Integration level](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Working status](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Working status](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
[![Install Gemserv with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
*[Lire ce readme en français.](./README_fr.md)*
@ -28,8 +29,7 @@ A gemini server written in rust.
- Reload config on SIGHUP
**Shipped version:** 0.6.6~ynh5
**Shipped version:** 0.6.6~ynh6
## Disclaimers / important information
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Gemserv pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/gemserv.svg)](https://dash.yunohost.org/appci/app/gemserv) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gemserv.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gemserv.maintain.svg)
[![Installer Gemserv avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Gemserv 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 dinstaller Gemserv rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Un serveur Gemini écrit en rust.
@ -28,8 +29,7 @@ Un serveur Gemini écrit en rust.
- Rechargement de la configuration sur SIGHUP
**Version incluse :** 0.6.6~ynh5
**Version incluse :** 0.6.6~ynh6
## Avertissements / informations importantes
Gemserv utilise le port TCP 1965, vous ne pourrez donc l'utiliser pour autre chose.
@ -70,7 +70,7 @@ redirect = { "/redirect" = "/", "/newdomain" = "gemini://example.net" }
## Documentations et ressources
* Dépôt de code officiel de l'app : <https://git.sr.ht/~int80h/gemserv>
* Dépôt de code officiel de lapp : <https://git.sr.ht/~int80h/gemserv>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gemserv>
* Signaler un bug : <https://github.com/YunoHost-Apps/gemserv_ynh/issues>
@ -86,4 +86,4 @@ ou
sudo yunohost app upgrade gemserv -u https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -10,9 +10,9 @@
setup_public=0
upgrade=1
# 0.4.4~ynh1
upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f
#upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f
# 0.4.5~ynh1
upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0
#upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0
# 0.6.3~ynh1
upgrade=1 from_commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7
# 0.6.6~ynh2

View file

@ -5,7 +5,7 @@
"description": {
"en": "A gemini server written in rust."
},
"version": "0.6.6~ynh5",
"version": "0.6.6~ynh6",
"url": "https://git.sr.ht/~int80h/gemserv/",
"upstream": {
"license": "MIT",