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
Leonard bd923a6743
Change default api example
URL '/' can't work with this application, since '/' redirects to '/docs'
2024-06-10 10:00:35 +02:00
.github Initial commit 2023-11-28 13:20:48 +01:00
conf Change default api example 2024-06-10 10:00:35 +02:00
doc fix linter 2023-12-02 09:50:51 +01:00
scripts Fix bookworm 2024-05-28 23:40:50 +02:00
.gitattributes Initial commit 2023-11-28 13:20:48 +01:00
.gitignore Initial commit 2023-11-28 13:20:48 +01:00
ALL_README.md Auto-update READMEs 2024-05-28 21:38:12 +00: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 READMEs 2024-04-07 15:53:21 +00:00
README_es.md Auto-update READMEs 2024-05-28 21:38:12 +00:00
README_eu.md Auto-update READMEs 2024-04-07 15:53:21 +00:00
README_fr.md Auto-update README 2024-03-29 07:02:29 +01:00
README_gl.md Auto-update README 2024-03-29 07:02:29 +01:00
README_it.md Auto-update README 2024-03-29 07:02:29 +01:00
README_zh_Hans.md Auto-update READMEs 2024-05-28 21:38:12 +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

Read this README in other languages.

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