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

44 lines
1 KiB
JSON
Raw Normal View History

2022-03-29 23:35:03 +02:00
{
"name": "ProxiTok",
"id": "proxitok",
"packaging_format": 1,
"description": {
2022-03-29 23:43:27 +02:00
"en": "Alternative frontend for TikTok",
"fr": "Frontend alternatif à TikTok"
2022-03-29 23:35:03 +02:00
},
2022-08-13 16:55:14 +02:00
"version": "2.4.0.0~ynh1",
2022-03-29 23:38:26 +02:00
"url": "https://proxitok.herokuapp.com",
2022-03-29 23:35:03 +02:00
"upstream": {
2022-03-29 23:43:27 +02:00
"license": "AGPL-3.0-only",
2022-03-29 23:38:26 +02:00
"website": "https://proxitok.herokuapp.com",
"demo": "https://proxitok.herokuapp.com/",
2022-03-29 23:35:03 +02:00
"code": "https://github.com/pablouser1/ProxiTok"
},
2022-03-29 23:43:27 +02:00
"license": "AGPL-3.0-only",
2022-03-29 23:35:03 +02:00
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
2022-08-12 15:31:27 +02:00
"yunohost": ">= 11.0.9"
2022-03-29 23:35:03 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-03-29 23:43:27 +02:00
"php8.0-fpm"
2022-03-29 23:35:03 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}