mirror of
https://github.com/YunoHost-Apps/signaturepdf_ynh.git
synced 2024-09-03 20:25:57 +02:00
commit
09c6e71986
4 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue