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:
ericgaspar 2021-07-21 23:50:07 +02:00
parent cd25c385bf
commit c435ef238b
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 6 deletions

View file

@ -48,11 +48,6 @@
"type": "user", "type": "user",
"example": "johndoe" "example": "johndoe"
}, },
{
"name": "password",
"type": "password",
"example": "Choose a password"
},
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",

View file

@ -24,7 +24,6 @@ domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH path_url=$YNH_APP_ARG_PATH
admin=$YNH_APP_ARG_ADMIN admin=$YNH_APP_ARG_ADMIN
is_public=$YNH_APP_ARG_IS_PUBLIC is_public=$YNH_APP_ARG_IS_PUBLIC
password=$YNH_APP_ARG_PASSWORD
timezone=$(cat /etc/timezone) timezone=$(cat /etc/timezone)
maindomain=$(yunohost domain main-domain --output-as plain) maindomain=$(yunohost domain main-domain --output-as plain)