2
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2026-03-26 07:22:41 +01:00
a YunoHost app to run a custom FastAPI code
Find a file
2026-01-05 15:43:01 +01:00
.github Initial commit 2023-11-28 13:20:48 +01:00
conf cleanup the systemd service 2025-01-07 16:10:19 +01:00
doc fix linter 2023-12-02 09:50:51 +01:00
scripts pushd/popd when installing venv 2025-01-07 16:10:19 +01:00
.gitattributes Initial commit 2023-11-28 13:20:48 +01:00
.gitignore [autopatch] Automatic patch attempt for helpers 2.1 2024-08-30 22:53:43 +02:00
config_panel.toml Update help text for requirements path in config 2026-01-05 15:42:58 +01:00
LICENSE premier lifting pour intégration a yunohost 2023-12-01 12:36:55 +01:00
manifest.toml Bump package revision 2025-01-07 16:10:19 +01:00
README.md Auto-update READMEs 2026-01-05 15:43:01 +01:00
tests.toml add tests file 2023-12-02 09:50:51 +01:00

Logo of FastAPI FastAPI, packaged for YunoHost

Custom Web app to run a FastAPI program written in Python

Version: 1.0~ynh4

Screenshots

Screenshot of FastAPI

📦 Developer info

Automatic tests level

🛠️ Upstream FastAPI repository: https://github.com/leonarf/FastAPI_ynh

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade fastapi -u https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.