1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00
a YunoHost app to run a custom FastAPI code
Find a file
2023-12-02 09:50:51 +01:00
.github Initial commit 2023-11-28 13:20:48 +01:00
conf ajout d'une option pour pouvoir uploadé du code au bon endroit via sFTP 2023-12-02 09:50:51 +01:00
doc fix linter 2023-12-02 09:50:51 +01:00
scripts fix restore 2023-12-02 09:50:51 +01:00
sources Initial commit 2023-11-28 13:20:48 +01:00
.gitattributes Initial commit 2023-11-28 13:20:48 +01:00
.gitignore Initial commit 2023-11-28 13:20:48 +01:00
config_panel.toml.example Initial commit 2023-11-28 13:20:48 +01:00
LICENSE premier lifting pour intégration a yunohost 2023-12-01 12:36:55 +01:00
manifest.toml ajout d'une option pour pouvoir uploadé du code au bon endroit via sFTP 2023-12-02 09:50:51 +01:00
README.md Auto-update README 2023-12-02 09:50:51 +01:00
README_fr.md Auto-update README 2023-12-02 09:50:51 +01:00
tests.toml add tests file 2023-12-02 09:50:51 +01:00

my_FastAPI_app for YunoHost

Integration level Working status Maintenance status

Install my_FastAPI_app with YunoHost

Lire ce readme en français.

This package allows you to install my_FastAPI_app quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

This Application install a FastAPI application "Hello Word" ready to be customized by your own code

Shipped version: 1.0~ynh1

Screenshots

Screenshot of my_FastAPI_app

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug
or
sudo yunohost app upgrade my_fastapi_app -u https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps