mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
M5oul: Add 'url' and 'services' keys in manifest.
This commit is contained in:
commit
bd281d14a8
1 changed files with 7 additions and 0 deletions
|
@ -4,12 +4,19 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "The Kickass Social Network"
|
"en": "The Kickass Social Network"
|
||||||
},
|
},
|
||||||
|
"url": "https://movim.eu/",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "src386",
|
"name": "src386",
|
||||||
"email": "soyouz@src386.org",
|
"email": "soyouz@src386.org",
|
||||||
"url": "http://github.com/src386"
|
"url": "http://github.com/src386"
|
||||||
},
|
},
|
||||||
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"php5-fpm",
|
||||||
|
"mysql",
|
||||||
|
"metronome"
|
||||||
|
],
|
||||||
"multi_instance": "false",
|
"multi_instance": "false",
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
Loading…
Add table
Reference in a new issue