1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00

Merge pull request #17 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-12-10 11:21:17 +01:00 committed by GitHub
commit 09c6e71986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -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

View file

@ -18,7 +18,7 @@ Si vous navez 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

View file

@ -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]

View file

@ -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"