https://github.com/yunohost-apps/fastapi_ynh
a YunoHost app to run a custom FastAPI code
https://github.com/yunohost-apps/fastapi_ynh
fastapi yunohost yunohost-apps
Last synced: about 1 year ago
JSON representation
a YunoHost app to run a custom FastAPI code
- Host: GitHub
- URL: https://github.com/yunohost-apps/fastapi_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2023-11-28T12:20:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T15:53:30.000Z (over 1 year ago)
- Last Synced: 2025-04-23T15:14:05.296Z (about 1 year ago)
- Topics: fastapi, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/fastapi/)


[](https://install-app.yunohost.org/?app=fastapi)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install FastAPI quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) 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~ynh4
## Screenshots

## Documentation and resources
- Upstream app code repository:
- YunoHost Store:
- Report a bug:
## Developer info
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:
```bash
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:**