From 04ab2822b4b08401e07394537e18a57d5a0c917d Mon Sep 17 00:00:00 2001 From: leonard Date: Tue, 28 Nov 2023 16:01:01 +0100 Subject: [PATCH] =?UTF-8?q?changement=20de=20l'id=20de=20l'application=20q?= =?UTF-8?q?ui=20doit=20=C3=AAtre=20en=20miniscule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/DESCRIPTION_fr.md | 2 +- doc/PRE_INSTALL_fr.md | 2 +- manifest.toml | 20 ++------------------ 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 13f4b64..1d82a94 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -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. \ No newline at end of file diff --git a/doc/PRE_INSTALL_fr.md b/doc/PRE_INSTALL_fr.md index 4a02cd5..fc198de 100644 --- a/doc/PRE_INSTALL_fr.md +++ b/doc/PRE_INSTALL_fr.md @@ -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 \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index c61b754..d8034b8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 -id = "my_FastAPI_app" +id = "my_fastapi_app" name = "my_FastAPI_app" 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" @@ -12,7 +12,7 @@ version = "1.0~ynh1" maintainers = ["leonarf"] [upstream] -license = "aGPL-3.0" +license = "AGPL-3.0-or-later" code = "https://github.com/leonarf/FastAPI_ynh" [integration] @@ -58,19 +58,3 @@ ram.runtime = "50M" # 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) 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"