1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
liberodark 2018-11-06 09:07:03 +01:00
parent 19ee9974d5
commit d0bbce90c9
2 changed files with 3 additions and 24 deletions

View file

@ -8,8 +8,8 @@
domain="domain.tld" (DOMAIN)
path="/" (PATH)
is_public=1 (PUBLIC|public=1|private=0)
password="pass"
nextclouddomain="domain.tld"
# password="pass"
# nextclouddomain="domain.tld"
port="9980" (PORT)
; Checks
pkg_linter=1

View file

@ -45,28 +45,7 @@
"default": "/"
},
{
"name": "password",
"type": "string",
"ask": {
"en": "Choose a password for Collabora admin",
"fr": "Choisissez un mot de passe pour l'administration de Collabora"
},
"example": "password",
"default": ""
},
{
"name": "nextclouddomain",
"type": "string",
"ask": {
"en": "The domain of your Nextcloud instance",
"fr": "Le domain de votre instance Nextcloud"
},
"example": "example.com",
"default": ""
}
}
]