1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
src386 2015-08-03 11:46:42 +02:00
parent da5b2f15bf
commit 61a3ce6ecd
2 changed files with 12 additions and 5 deletions

View file

@ -7,10 +7,10 @@
"license": "AGPL-3",
"maintainer": {
"name": "src386",
"email": "maniatux@gmail.com",
"url": "http://127.0.0.1"
"email": "soyouz@src386.org",
"url": "http://https://github.com/src386"
},
"multi_instance": "true",
"multi_instance": "false",
"arguments": {
"install" : [
{
@ -28,6 +28,14 @@
"example": "/movim",
"default": "/movim"
}
{
"name": "public_site",
"ask": {
"en": "Public pod ?",
},
"choices": ["Yes", "No"],
"default": "No"
}
]
}
}

View file

@ -3,8 +3,7 @@
# Retrieve arguments
domain=$1
path=$2
language=$3
public_site=$4
public_site=$3
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a movim