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
2024-03-05 20:15:42 +00:00
.github Initial commit 2023-11-28 13:20:48 +01:00
conf fix de l'exemple d'application Fastapi pour qu'elle marche dans un sous domaine 2024-03-05 21:14:50 +01:00
doc fix linter 2023-12-02 09:50:51 +01:00
scripts Update change_url 2023-12-16 09:34:34 +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 changement de programme pour la config 2023-12-08 13:47:47 +01:00
LICENSE premier lifting pour intégration a yunohost 2023-12-01 12:36:55 +01:00
manifest.toml Update manifest.toml: fix app name 2024-01-02 15:11:28 +01:00
README.md Auto-update README 2024-03-05 20:15:42 +00:00
README_fr.md Auto-update README 2024-03-05 20:15:42 +00:00
tests.toml add tests file 2023-12-02 09:50:51 +01:00

FastAPI for YunoHost

Integration level Working status Maintenance status

Install FastAPI with YunoHost

Lire ce readme en français.

This package allows you to install FastAPI 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~ynh2

Screenshots

Screenshot of FastAPI

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/fastapi_ynh/tree/testing --debug
or
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