mirror of
https://github.com/YunoHost-Apps/FastAPI_ynh.git
synced 2024-09-03 18:36:00 +02:00
45 lines
No EOL
2 KiB
Markdown
45 lines
No EOL
2 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# my_FastAPI_app pour YunoHost
|
||
|
||
[![Niveau d’inté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)
|
||
|
||
[![Installer my_FastAPI_app avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my_fastapi_app)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer my_FastAPI_app 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
|
||
|
||
Cette application installe une application FastAPI "Hello world" prête à être personnalisée par votre propre code.
|
||
|
||
**Version incluse :** 1.0~ynh1
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de my_FastAPI_app](./doc/screenshots/screenshot.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Dépôt de code officiel de l’app : <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>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade my_fastapi_app -u https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |