mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Update check_process
This commit is contained in:
parent
ed0f77e2a1
commit
35d0ebc2ea
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
;; Test Total YesWiki
|
;; Test Total YesWiki
|
||||||
# Comment ignored
|
# Comment ignored
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld"
|
||||||
path="/path" (PATH)
|
path="/path"
|
||||||
admin="john" (USER)
|
admin="john"
|
||||||
language="fr"
|
language="fr"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1
|
||||||
password="password"
|
password="password"
|
||||||
port="666" (PORT)
|
port="666"
|
||||||
; Actions
|
; Actions
|
||||||
is_public=1|0
|
is_public=1|0
|
||||||
; Config_panel
|
; Config_panel
|
||||||
|
|
Loading…
Add table
Reference in a new issue