1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00

changement de l'id de l'application qui doit être en miniscule

This commit is contained in:
leonard 2023-11-28 16:01:01 +01:00
parent 5bae64dae7
commit 04ab2822b4
3 changed files with 4 additions and 20 deletions

View file

@ -1 +1 @@
Ceci est une fausse description des fonctionalités de l'app Cette application installe une application FastAPI "Hello world" prête à être personnalisée par votre propre code.

View file

@ -1 +1 @@
Ceci est un faux disclaimer à présenter avant l'installation Cette application sert à installer une application FastAPI de démonstration. Il faudra ensuite que vous y mettiez la votre

View file

@ -2,7 +2,7 @@
packaging_format = 2 packaging_format = 2
id = "my_FastAPI_app" id = "my_fastapi_app"
name = "my_FastAPI_app" name = "my_FastAPI_app"
description.en = "Custom Web app to run a FastAPI program written in python" description.en = "Custom Web app to run a FastAPI program written in python"
description.fr = "Une application web personnalisée pour faire tourner une application FastAPI écrite en python" description.fr = "Une application web personnalisée pour faire tourner une application FastAPI écrite en python"
@ -12,7 +12,7 @@ version = "1.0~ynh1"
maintainers = ["leonarf"] maintainers = ["leonarf"]
[upstream] [upstream]
license = "aGPL-3.0" license = "AGPL-3.0-or-later"
code = "https://github.com/leonarf/FastAPI_ynh" code = "https://github.com/leonarf/FastAPI_ynh"
[integration] [integration]
@ -58,19 +58,3 @@ ram.runtime = "50M"
# This will automatically install/uninstall the following apt packages # This will automatically install/uninstall the following apt packages
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
packages = "python3-dev, python3-pip, python3-venv" packages = "python3-dev, python3-pip, python3-venv"
[resources.sources]
[resources.sources.main]
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
# ynh_setup_source --dest_dir="$install_dir"
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
url = "https://github.com/foo/bar/archive/refs/tags/v1.2.3.tar.gz"
sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
# These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
# to auto-update the previous asset urls and sha256sum + manifest version
# assuming the upstream's code repo is on github and relies on tags or releases
# See the 'sources' resource documentation for more details
# autoupdate.strategy = "latest_github_tag"