diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 2bccb7b..0000000 --- a/manifest.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "FilePizza", - "id": "filepizza", - "packaging_format": 1, - "description": { - "en": "Peer-to-peer file transfers in your browser", - "fr": "Transferts de fichiers pair-à-pair dans votre navigateur" - }, - "version": "1.1.0~ynh3", - "url": "https://file.pizza/", - "upstream": { - "license": "BSD-3-Clause", - "website": "https://file.pizza/", - "demo": "https://file.pizza/", - "code": "https://github.com/kern/filepizza" - }, - "license": "BSD-3-Clause", - "maintainer": { - "name": "eric_G" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": true, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "is_public", - "type": "boolean", - "default": true - } - ] - } -} diff --git a/manifest.toml b/manifest.toml index d380bf8..b55b13b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,6 +18,7 @@ code = "https://github.com/kern/filepizza" [integration] yunohost = ">= 11.1.13" architectures = "all" +multi_instance = true ldap = false sso = false disk = "50M"