mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Update check_process
This commit is contained in:
parent
84d3993c6b
commit
fb52ae0019
1 changed files with 16 additions and 16 deletions
|
@ -1,11 +1,11 @@
|
|||
;; Test complet avec LibreOffice et MyPads
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
admin="john"
|
||||
password="password"
|
||||
language="en"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
is_public=1
|
||||
export="libreoffice"
|
||||
mypads=1
|
||||
useldap=1
|
||||
|
@ -39,12 +39,12 @@
|
|||
config_panel=0
|
||||
;; Test sans MyPads
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
admin="john"
|
||||
password="password"
|
||||
language="en"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
is_public=1
|
||||
export="libreoffice"
|
||||
mypads=0
|
||||
useldap=0
|
||||
|
@ -55,12 +55,12 @@
|
|||
backup_restore=1
|
||||
;; Test Abiword
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/" (PATH)
|
||||
admin="john" (USER)
|
||||
domain="domain.tld"
|
||||
path="/"
|
||||
admin="john"
|
||||
password="password"
|
||||
language="en"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
is_public=1
|
||||
export="abiword"
|
||||
mypads=1
|
||||
useldap=0
|
||||
|
@ -69,12 +69,12 @@
|
|||
upgrade=1 from_commit=978e77403a6d8e9512ec1f5203e9834e945c2d8c
|
||||
;; Test sans export
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
admin="john"
|
||||
password="password"
|
||||
language="en"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
is_public=1
|
||||
export="none"
|
||||
mypads=1
|
||||
useldap=0
|
||||
|
|
Loading…
Add table
Reference in a new issue