mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix
This commit is contained in:
parent
19ee9974d5
commit
d0bbce90c9
2 changed files with 3 additions and 24 deletions
|
@ -8,8 +8,8 @@
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/" (PATH)
|
path="/" (PATH)
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
password="pass"
|
# password="pass"
|
||||||
nextclouddomain="domain.tld"
|
# nextclouddomain="domain.tld"
|
||||||
port="9980" (PORT)
|
port="9980" (PORT)
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
|
|
|
@ -45,28 +45,7 @@
|
||||||
"default": "/"
|
"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": ""
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue