-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathflavors.json
More file actions
36 lines (36 loc) · 1.41 KB
/
flavors.json
File metadata and controls
36 lines (36 loc) · 1.41 KB
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
{
"flavors": [
{
"name": "tsuru",
"modules": [
"https://github.com/simplresty/ngx_devel_kit.git:v0.3.1",
"https://github.com/openresty/lua-nginx-module.git:v0.10.27",
"https://github.com/openresty/lua-ssl-nginx-module.git",
"https://github.com/openresty/echo-nginx-module.git",
"https://github.com/openresty/headers-more-nginx-module.git",
"https://github.com/tsuru/ngx-location-name-module.git:main",
"https://github.com/tsuru/ngx-http-limit-req-rw-module.git:v0.3.2",
"https://github.com/nginx-modules/ngx_cache_purge.git:2.5.5",
"https://github.com/wandenberg/nginx-push-stream-module.git",
"https://github.com/vozlt/nginx-module-vts.git:v0.2.5",
"https://github.com/yaoweibin/ngx_http_substitutions_filter_module.git",
"https://github.com/leev/ngx_http_geoip2_module:3.4",
"https://github.com/wandenberg/nginx-sorted-querystring-module.git",
"https://github.com/google/ngx_brotli.git:a71f9312c2deb28875acc7bacfdd5695a111aa53"
],
"lua_modules": [
"tsuru-rpaasv2 INOTIFY_INCDIR=/usr/include/linux-gnu",
"lua-resty-http 0.17.2-0",
"lua-resty-balancer 0.04",
"lua-resty-cookie 0.4.0-1",
"lua-resty-libjwt 0.3.0-1"
]
},
{
"name": "echo",
"modules": [
"https://github.com/openresty/echo-nginx-module.git"
]
}
]
}