mirror of
https://github.com/YunoHost-Apps/signaturepdf_ynh.git
synced 2024-09-03 20:25:57 +02:00
Merge pull request #7 from YunoHost-Apps/testing
This commit is contained in:
commit
985a78fa74
5 changed files with 10 additions and 10 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Logiciel web libre permettant de signer un PDF.
|
Logiciel web libre permettant de signer un PDF.
|
||||||
|
|
||||||
**Shipped version:** 1.3.1~ynh1
|
**Shipped version:** 1.3.1~ynh2
|
||||||
|
|
||||||
**Demo:** https://pdf.24eme.fr
|
**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.
|
Logiciel web libre permettant de signer un PDF.
|
||||||
|
|
||||||
**Version incluse :** 1.3.1~ynh1
|
**Version incluse :** 1.3.1~ynh2
|
||||||
|
|
||||||
**Démo :** https://pdf.24eme.fr
|
**Démo :** https://pdf.24eme.fr
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
# To deactivate this mode, simply do not configure it or leave it empty
|
# To deactivate this mode, simply do not configure it or leave it empty
|
||||||
PDF_STORAGE_PATH=__DATA_DIR__
|
PDF_STORAGE_PATH=__DATA_DIR__
|
||||||
SERVERNAME=__DOMAIN__
|
SERVERNAME=__DOMAIN__
|
||||||
UPLOAD_MAX_FILESIZE=48M
|
UPLOAD_MAX_FILESIZE=256M
|
||||||
POST_MAX_SIZE=48M
|
POST_MAX_SIZE=256M
|
||||||
MAX_FILE_UPLOADS=401
|
MAX_FILE_UPLOADS=401
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; Additional php.ini defines, specific to this pool of workers.
|
; Additional php.ini defines, specific to this pool of workers.
|
||||||
|
|
||||||
php_admin_value[upload_max_filesize] = 50M
|
php_admin_value[upload_max_filesize] = 256M
|
||||||
php_admin_value[post_max_size] = 50M
|
php_admin_value[post_max_size] = 256M
|
||||||
|
|
|
@ -2,10 +2,10 @@ packaging_format = 2
|
||||||
|
|
||||||
id = "signaturepdf"
|
id = "signaturepdf"
|
||||||
name = "Signaturepdf"
|
name = "Signaturepdf"
|
||||||
description.en = "Free PDF signing software"
|
description.en = "Sign, stamp, and reorganize PDF files"
|
||||||
description.fr = "Logiciel libre de signature de PDF"
|
description.fr = "Signez, tamponnez, et réorganisez des fichiers PDF"
|
||||||
|
|
||||||
version = "1.3.1~ynh1"
|
version = "1.3.1~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ demo = "https://pdf.24eme.fr"
|
||||||
code = "https://github.com/24eme/signaturepdf"
|
code = "https://github.com/24eme/signaturepdf"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
Loading…
Reference in a new issue