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

53 lines
2 KiB
Markdown
Raw Normal View History

2022-07-25 23:24:03 +02:00
<!--
2024-03-29 07:04:16 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-07-25 23:24:03 +02:00
-->
2022-01-07 00:43:10 +01:00
# Gemserv pour YunoHost
2023-08-03 02:11:14 +02:00
[![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)
2022-01-07 00:43:10 +01:00
[![Installer Gemserv avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gemserv)
2024-03-29 07:04:16 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-01-07 00:43:10 +01:00
2024-03-29 07:04:16 +01:00
> *Ce package vous permet dinstaller Gemserv rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-01-07 00:43:10 +01:00
2023-08-03 02:11:14 +02:00
## Vue densemble
2022-01-07 00:43:10 +01:00
2022-08-15 01:16:28 +02:00
Un serveur Gemini écrit en rust.
2022-01-07 00:43:10 +01:00
2022-08-15 01:16:28 +02:00
### Caractéristiques
2022-05-07 23:13:33 +02:00
2022-08-15 01:16:28 +02:00
- Hôtes virtuels
2022-05-07 23:13:33 +02:00
- CGI
2022-08-15 01:16:28 +02:00
- Dossiers utilisateurs
2022-05-07 23:13:33 +02:00
- Reverse proxy
2022-08-15 01:16:28 +02:00
- Redirection
2022-05-07 23:13:33 +02:00
- SCGI
2022-08-15 01:16:28 +02:00
- Rechargement de la configuration sur SIGHUP
2022-05-07 23:13:33 +02:00
2022-01-07 00:43:10 +01:00
2024-03-29 07:04:16 +01:00
**Version incluse:** 0.6.6~ynh6
2022-01-07 00:43:10 +01:00
## Documentations et ressources
2024-03-29 07:04:16 +01:00
- Site officiel de lapp: <https://git.sr.ht/~int80h/gemserv/>
- Dépôt de code officiel de lapp: <https://git.sr.ht/~int80h/gemserv>
- YunoHost Store: <https://apps.yunohost.org/app/gemserv>
- Signaler un bug: <https://github.com/YunoHost-Apps/gemserv_ynh/issues>
2022-01-07 00:43:10 +01:00
## Informations pour les développeurs
2024-03-29 07:04:16 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing).
2022-01-07 00:43:10 +01:00
2024-03-29 07:04:16 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-07-25 23:24:03 +02:00
2024-03-29 07:04:16 +01:00
```bash
2022-01-07 00:43:10 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
ou
sudo yunohost app upgrade gemserv -u https://github.com/YunoHost-Apps/gemserv_ynh/tree/testing --debug
```
2024-03-29 07:04:16 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>