diff --git a/manifest.toml b/manifest.toml index ac4bde3..8c9b0cd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,23 +2,21 @@ packaging_format = 2 -id = "example" -name = "Example app" -description.en = "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)" -description.fr = "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" +id = "chibisafe" +name = "chibisafe" +description.en = "A modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more." +version = "6.4.2~ynh1" -version = "1.0~ynh1" - -maintainers = ["johndoe"] +maintainers = ["denis"] [upstream] # NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data license = "free" # you can see the available licenses identifiers list here: https://spdx.org/licenses/ -website = "https://example.com" -demo = "https://demo.example.com" +website = "https://chibisafe.app" +demo = "https://chibisafe.app" admindoc = "https://yunohost.org/packaging_apps" userdoc = "https://yunohost.org/apps" -code = "https://some.forge.com/example/example" +code = "https://git.qilk.de/denis/chibisafe_ynh" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is # sort of a standard id for applications defined by the NIST. In particular, YunoHost may use this is in the future # to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: @@ -58,11 +56,6 @@ ram.runtime = "50M" # this is a generic question - ask strings are automatically handled by YunoHost's core type = "domain" - [install.path] - # this is a generic question - ask strings are automatically handled by YunoHost's core - type = "path" - default = "/example" - [install.init_main_permission] # this is a generic question - ask strings are automatically handled by YunoHost's core # This won't be saved as setting and will instead be used to initialize the SSOwat permission @@ -73,19 +66,8 @@ ram.runtime = "50M" ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" type = "select" - choices = ["fr", "en"] - default = "fr" - - [install.admin] - # this is a generic question - ask strings are automatically handled by YunoHost's core - type = "user" - - [install.password] - # this is a generic question - ask strings are automatically handled by YunoHost's core - # Note that user-provided passwords questions are not automatically saved as setting - help.en = "Use the help field to add an information for the admin about this question." - help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - type = "password" + choices = ["en"] + default = "en" [resources] # See the packaging documentation for the full set @@ -97,8 +79,8 @@ ram.runtime = "50M" # 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" + url = "https://github.com/chibisafe/chibisafe/archive/refs/tags/v6.4.2.tar.gz" + sha256 = "72a14cc14b5e42a37e6f4a1748e9536e46b3a3591277431b3743ebbe3dac49d3" # 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 @@ -129,8 +111,4 @@ ram.runtime = "50M" [resources.apt] # 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 = "mariadb-server, deb1, deb2, php8.0-foo, php8.0-bar" - - [resources.database] - # This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd - type = "mysql" + packages = "ffmpeg"