mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update check_process
This commit is contained in:
parent
63df56b4de
commit
7213f9cc95
1 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
;; Test complet
|
;; Test complet avec Mumble web interface
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
path="/path"
|
||||||
|
@ -18,6 +18,22 @@
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
change_url=1
|
change_url=1
|
||||||
|
;; Test complet sans Mumble web interface
|
||||||
|
; Manifest
|
||||||
|
domain="domain.tld"
|
||||||
|
path="/path"
|
||||||
|
welcometext="Welcome to my Mumble server"
|
||||||
|
registername="Root"
|
||||||
|
is_public=1
|
||||||
|
mumbleweb=0
|
||||||
|
; Checks
|
||||||
|
pkg_linter=1
|
||||||
|
setup_root=1
|
||||||
|
setup_private=1
|
||||||
|
setup_public=1
|
||||||
|
upgrade=1
|
||||||
|
backup_restore=1
|
||||||
|
change_url=1
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
|
Loading…
Add table
Reference in a new issue