1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00
proxitok_ynh/manifest.json
2022-09-03 23:06:24 +02:00

43 lines
1 KiB
JSON

{
"name": "ProxiTok",
"id": "proxitok",
"packaging_format": 1,
"description": {
"en": "Alternative frontend for TikTok",
"fr": "Frontend alternatif à TikTok"
},
"version": "2.4.2.0~ynh2",
"url": "https://proxitok.herokuapp.com",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://proxitok.herokuapp.com",
"demo": "https://proxitok.herokuapp.com/",
"code": "https://github.com/pablouser1/ProxiTok"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}