mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
commit
d394e6346c
4 changed files with 14 additions and 14 deletions
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# Gemserv for YunoHost
|
# 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)
|
[![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)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -28,8 +29,7 @@ A gemini server written in rust.
|
||||||
- Reload config on SIGHUP
|
- Reload config on SIGHUP
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.6.6~ynh5
|
**Shipped version:** 0.6.6~ynh6
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.
|
Please note that Gemserv uses the TCP port 1965, so you can't use it for anything else.
|
||||||
|
|
16
README_fr.md
16
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Gemserv pour YunoHost
|
# 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 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)
|
||||||
|
|
||||||
[![Installer Gemserv avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
|
[![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)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Gemserv rapidement et simplement sur un serveur YunoHost.
|
> *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.*
|
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
|
||||||
|
|
||||||
Un serveur Gemini écrit en rust.
|
Un serveur Gemini écrit en rust.
|
||||||
|
|
||||||
|
@ -28,8 +29,7 @@ Un serveur Gemini écrit en rust.
|
||||||
- Rechargement de la configuration sur SIGHUP
|
- Rechargement de la configuration sur SIGHUP
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.6.6~ynh5
|
**Version incluse :** 0.6.6~ynh6
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
Gemserv utilise le port TCP 1965, vous ne pourrez donc l'utiliser pour autre chose.
|
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
|
## 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 l’app : <https://git.sr.ht/~int80h/gemserv>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gemserv>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gemserv>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/gemserv_ynh/issues>
|
* 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
|
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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -10,9 +10,9 @@
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# 0.4.4~ynh1
|
# 0.4.4~ynh1
|
||||||
upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f
|
#upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f
|
||||||
# 0.4.5~ynh1
|
# 0.4.5~ynh1
|
||||||
upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0
|
#upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0
|
||||||
# 0.6.3~ynh1
|
# 0.6.3~ynh1
|
||||||
upgrade=1 from_commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7
|
upgrade=1 from_commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7
|
||||||
# 0.6.6~ynh2
|
# 0.6.6~ynh2
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A gemini server written in rust."
|
"en": "A gemini server written in rust."
|
||||||
},
|
},
|
||||||
"version": "0.6.6~ynh5",
|
"version": "0.6.6~ynh6",
|
||||||
"url": "https://git.sr.ht/~int80h/gemserv/",
|
"url": "https://git.sr.ht/~int80h/gemserv/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue