This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcheck_process
63 lines (63 loc) · 1.67 KB
/
check_process
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
;; Test install main server
; Manifest
install_type="main server"
encrypt=1
encryption_pwd="password"
ssh_host="ci-apps.yunohost.org"
ssh_port="22"
auto_detect_failure=0
auto_deploy=0
; Actions
; Config_panel
main_server.encryption.encrypt=0|1
main_server.encryption.encryption_pwd=password1
main_server.ssh_config.ssh_host=domain.tld
main_server.ssh_config.ssh_port=23
global.config.email_type=0|1
; Checks
pkg_linter=1
setup_sub_dir=0
setup_root=0
setup_nourl=1
setup_private=0
setup_public=0
upgrade=1
upgrade=1 from_commit=3d20e9d852fcf695a1a1419317a81bf315a009ce
backup_restore=1
multi_instance=0
port_already_use=0
change_url=0
actions=0
config_panel=1
;; Test install fallback server
; Manifest
install_type="fallback server"
encrypt=1
pub_key="public_key..."
auto_detect_failure=1
delay_before_incident="1h"
contact_mail="none"
auto_deploy=1
; Actions
; Config_panel
fallback_server.ssh_config.pub_key=my_public_key
fallback_server.auto_deploy.auto_detect_failure=0|1
fallback_server.auto_deploy.delay_before_incident=120
fallback_server.auto_deploy.auto_deploy=1|0
global.config.email_type=0|1
; Checks
setup_nourl=1
upgrade=1
backup_restore=1
actions=0
config_panel=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=change
;;; Upgrade options
; commit=3d20e9d852fcf695a1a1419317a81bf315a009ce
name=18 Sep 2017 v0.3
manifest_arg=install_type=main server&encrypt=1&encryption_pwd=password&ssh_host=ci-apps.yunohost.org&ssh_port=22&