mirror of
https://github.com/YunoHost-Apps/FastAPI_ynh.git
synced 2024-09-03 18:36:00 +02:00
Auto-update README
This commit is contained in:
parent
2926600ae5
commit
62bd974969
2 changed files with 14 additions and 14 deletions
14
README.md
14
README.md
|
@ -5,9 +5,9 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# my_FastAPI_app for YunoHost
|
# my_FastAPI_app for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/my_fastapi_app.svg)](https://dash.yunohost.org/appci/app/my_fastapi_app) ![Working status](https://ci-apps.yunohost.org/ci/badges/my_fastapi_app.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/my_fastapi_app.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/fastapi.svg)](https://dash.yunohost.org/appci/app/fastapi) ![Working status](https://ci-apps.yunohost.org/ci/badges/fastapi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/fastapi.maintain.svg)
|
||||||
|
|
||||||
[![Install my_FastAPI_app with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my_fastapi_app)
|
[![Install my_FastAPI_app with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fastapi)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
@ -27,19 +27,19 @@ This Application install a FastAPI application "Hello Word" ready to be customiz
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Upstream app code repository: <https://github.com/leonarf/FastAPI_ynh>
|
* Upstream app code repository: <https://github.com/leonarf/FastAPI_ynh>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/my_fastapi_app>
|
* YunoHost Store: <https://apps.yunohost.org/app/fastapi>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/my_fastapi_app_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/fastapi_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade my_fastapi_app -u https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
|
sudo yunohost app upgrade fastapi -u https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -5,9 +5,9 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# my_FastAPI_app pour YunoHost
|
# 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)
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/fastapi.svg)](https://dash.yunohost.org/appci/app/fastapi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/fastapi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/fastapi.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)
|
[![Installer my_FastAPI_app avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fastapi)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
@ -27,19 +27,19 @@ Cette application installe une application FastAPI "Hello world" prête à être
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/leonarf/FastAPI_ynh>
|
* 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>
|
* YunoHost Store: <https://apps.yunohost.org/app/fastapi>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/my_fastapi_app_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/fastapi_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## 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).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade my_fastapi_app -u https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
|
sudo yunohost app upgrade fastapi -u https://github.com/YunoHost-Apps/fastapi_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>
|
Loading…
Reference in a new issue