diff --git a/README.md b/README.md index 032c77f..07eb5f0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free web software for signing a PDF. -**Shipped version:** 1.5.0~ynh1 +**Shipped version:** 1.5.1~ynh2 **Demo:** https://pdf.24eme.fr diff --git a/README_fr.md b/README_fr.md index 16c681a..bcaa06d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Logiciel web libre permettant de signer un PDF. -**Version incluse :** 1.5.0~ynh1 +**Version incluse :** 1.5.1~ynh2 **Démo :** https://pdf.24eme.fr diff --git a/manifest.toml b/manifest.toml index b931c85..7ef1829 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Signaturepdf" description.en = "Sign, stamp, and reorganize PDF files" description.fr = "Signez, tamponnez, et réorganisez des fichiers PDF" -version = "1.5.0~ynh1" +version = "1.5.1~ynh2" maintainers = ["eric_G"] @@ -19,8 +19,11 @@ code = "https://github.com/24eme/signaturepdf" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -35,8 +38,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/24eme/signaturepdf/archive/refs/tags/v1.5.0.tar.gz" - sha256 = "8c8a0f255ace3e9f66ebae25474eee3f3e267b816eb25441384a4df69295ba7b" + url = "https://github.com/24eme/signaturepdf/archive/refs/tags/v1.5.1.tar.gz" + sha256 = "4a8c6c22d53ce1b9433f9c28b56676263e3a6fc710fa4e667cf1915e48e26df7" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/install b/scripts/install index c74af84..33f8db8 100755 --- a/scripts/install +++ b/scripts/install @@ -36,7 +36,7 @@ ynh_add_fpm_config #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/config.ini" --destination="$install_dir/config/config.ini" +ynh_add_config --template="config.ini" --destination="$install_dir/config/config.ini" chmod 400 "$install_dir/config/config.ini" chown $app:$app "$install_dir/config/config.ini"