mirror of
https://github.com/YunoHost-Apps/filepizza_ynh.git
synced 2024-09-03 18:36:01 +02:00
fix
This commit is contained in:
parent
269ea124a1
commit
d069193ccf
2 changed files with 1 additions and 41 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue