forked from mrc-ide/shiny_dide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
145 lines (129 loc) · 2.67 KB
/
site.yml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
server:
hostname: "shiny.dide.ic.ac.uk"
email: "r.fitzjohn@imperial.ac.uk"
port_http: 80
port_https: 443
port_admin: 9000
# used for the self-signed certificate
country: UK
state: London
organisation: DIDE
vault:
address: "https://vault.dide.ic.ac.uk:8200"
root: "/secret/shiny.dide"
apps:
typochallenge:
type: github
spec: mrc-ide/typochallenge
protect:
paths:
- emails.db
- contributions
secret:
.redis:
path: "misc/redis-url"
field: value
.googlesheets-oauth:
path: "misc/googlesheets-oauth"
field: token
binary: true
schedule:
update_googlesheets:
frequency: "@hourly"
command: ./update_googlesheets
admin:
- acori
eppasmviewer:
type: github
spec: mrc-ide/eppasmviewer/inst/shiny/eppasmviewer
auth:
type: deploy_key
groups:
- admin
- epidem
admin:
- jeff
polici:
type: github
spec: arranhamlet/POLICI
seasonal_hrp2:
type: github
spec: ojwatson/hrp2malaRia/inst/shiny-seasonality/app
admin: ojwatson
flupractical2:
type: github
spec: ada-w-yan/fitr
auth:
type: deploy_key
admin:
- ayan
chainchecker:
type: github
spec: imperialebola2018/chainchecker
auth:
type: deploy_key
admin:
- kgaythorpe
RAPTOR:
type: github
spec: mrc-ide/RAPTOR
auth:
type: deploy_key
admin:
- kgaythorpe
- arranhamlet
kpcascade:
type: github
spec: osymandius/kpcascade
admin:
- ostevens
# Group of related applications for MSc teaching November 2018
stochasticity-practical/example1:
type: github
spec: mrc-ide/stochasticity-practical/example1
stochasticity-practical/example2:
type: github
spec: mrc-ide/stochasticity-practical/example2
stochasticity-practical/example3:
type: github
spec: mrc-ide/stochasticity-practical/example3
stochasticity-practical/example4:
type: github
spec: mrc-ide/stochasticity-practical/example4
stochasticity-practical/example5:
type: github
spec: mrc-ide/stochasticity-practical/example5
hello:
type: local
spec: hello
test:
type: local
spec: test
groups:
- dide-internal
shiny90:
type: github
spec: mrc-ide/shiny90
admin:
- alex
malaria_vector_control_decisions_tool:
type: github
spec: mrc-ide/shiny-malaria-UI
admin: ellie
auth:
type: deploy_key
groups:
- MVC
groups:
dide-internal:
- rich
- jeff
- acori
epidem:
- epidem
- jeff
admin:
- rich
MVC:
- ellie
- guestTester