mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
add services in manifest
This commit is contained in:
parent
aca78ef82a
commit
63272d0470
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"version": "0.1.4~ynh1",
|
"version": "0.1.4~ynh1",
|
||||||
"url": "https://github.com/tulir/mautrix-whatsapp",
|
"url": "https://github.com/tulir/mautrix-whatsapp",
|
||||||
"license": "AGPL3",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Gredin67",
|
"name": "Gredin67",
|
||||||
"email": "mautrix_whatsapp@neutralite.org",
|
"email": "mautrix_whatsapp@neutralite.org",
|
||||||
|
@ -18,6 +18,9 @@
|
||||||
"yunohost": ">= 4.0"
|
"yunohost": ">= 4.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
|
"services": [
|
||||||
|
"postgresql"
|
||||||
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue