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

View file

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