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

45 lines
2 KiB
Markdown
Raw Normal View History

2023-11-28 13:20:48 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2023-12-01 15:27:00 +01:00
# my_FastAPI_app pour YunoHost
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/my_fastapi_app.svg)](https://dash.yunohost.org/appci/app/my_fastapi_app) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/my_fastapi_app.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/my_fastapi_app.maintain.svg)
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
[![Installer my_FastAPI_app avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my_fastapi_app)
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
*[Read this readme in english.](./README.md)*
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
> *Ce package vous permet dinstaller my_FastAPI_app 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.*
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
## Vue densemble
2023-11-28 13:20:48 +01:00
2023-12-01 15:27:00 +01:00
Cette application installe une application FastAPI "Hello world" prête à être personnalisée par votre propre code.
2023-11-28 13:20:48 +01:00
**Version incluse :** 1.0~ynh1
2023-12-01 15:27:00 +01:00
## Captures décran
2023-11-28 13:20:48 +01:00
2023-12-01 15:47:42 +01:00
![Capture décran de my_FastAPI_app](./doc/screenshots/screenshot.png)
2023-11-28 13:20:48 +01:00
## Documentations et ressources
2023-12-01 15:27:00 +01:00
* Dépôt de code officiel de lapp : <https://github.com/leonarf/FastAPI_ynh>
* YunoHost Store: <https://apps.yunohost.org/app/my_fastapi_app>
* Signaler un bug : <https://github.com/YunoHost-Apps/my_fastapi_app_ynh/issues>
2023-11-28 13:20:48 +01:00
## Informations pour les développeurs
2023-12-01 15:27:00 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing).
2023-11-28 13:20:48 +01:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2023-12-01 15:27:00 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
2023-11-28 13:20:48 +01:00
ou
2023-12-01 15:27:00 +01:00
sudo yunohost app upgrade my_fastapi_app -u https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
2023-11-28 13:20:48 +01:00
```
2023-12-01 15:27:00 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>