@stamhoofd/build-development-env 2.96.0 → 2.96.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
{
|
|
2
|
+
"apps": {
|
|
3
|
+
"http": {
|
|
4
|
+
"servers": {
|
|
5
|
+
"stamhoofd": {
|
|
6
|
+
"listen": [
|
|
7
|
+
":443",
|
|
8
|
+
":80"
|
|
9
|
+
],
|
|
10
|
+
"routes": [
|
|
11
|
+
{
|
|
12
|
+
"match": [
|
|
13
|
+
{
|
|
14
|
+
"host": [
|
|
15
|
+
"keeo.renderer.stamhoofd"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"handle": [
|
|
20
|
+
{
|
|
21
|
+
"handler": "reverse_proxy",
|
|
22
|
+
"upstreams": [
|
|
23
|
+
{
|
|
24
|
+
"dial": "127.0.0.1:9093"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"headers": {
|
|
28
|
+
"request": {
|
|
29
|
+
"set": {
|
|
30
|
+
"x-real-ip": [
|
|
31
|
+
"{http.request.remote}"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"match": [
|
|
41
|
+
{
|
|
42
|
+
"host": [
|
|
43
|
+
"keeo.api.stamhoofd",
|
|
44
|
+
"*.keeo.api.stamhoofd"
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"handle": [
|
|
49
|
+
{
|
|
50
|
+
"handler": "reverse_proxy",
|
|
51
|
+
"upstreams": [
|
|
52
|
+
{
|
|
53
|
+
"dial": "127.0.0.1:9091"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"headers": {
|
|
57
|
+
"request": {
|
|
58
|
+
"set": {
|
|
59
|
+
"x-real-ip": [
|
|
60
|
+
"{http.request.remote}"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"match": [
|
|
70
|
+
{
|
|
71
|
+
"host": [
|
|
72
|
+
"keeo.dashboard.stamhoofd"
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"handle": [
|
|
77
|
+
{
|
|
78
|
+
"handler": "reverse_proxy",
|
|
79
|
+
"load_balancing": {
|
|
80
|
+
"retries": 5
|
|
81
|
+
},
|
|
82
|
+
"upstreams": [
|
|
83
|
+
{
|
|
84
|
+
"dial": "127.0.0.1:8080"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"match": [
|
|
92
|
+
{
|
|
93
|
+
"host": [
|
|
94
|
+
"keeo.shop.stamhoofd"
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"handle": [
|
|
99
|
+
{
|
|
100
|
+
"handler": "reverse_proxy",
|
|
101
|
+
"load_balancing": {
|
|
102
|
+
"retries": 5
|
|
103
|
+
},
|
|
104
|
+
"upstreams": [
|
|
105
|
+
{
|
|
106
|
+
"dial": "127.0.0.1:8082"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"match": [
|
|
114
|
+
{
|
|
115
|
+
"vars_regexp": {
|
|
116
|
+
"{http.request.host}": {
|
|
117
|
+
"pattern": "^inschrijven\\."
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"handle": [
|
|
123
|
+
{
|
|
124
|
+
"handler": "reverse_proxy",
|
|
125
|
+
"load_balancing": {
|
|
126
|
+
"retries": 5
|
|
127
|
+
},
|
|
128
|
+
"upstreams": [
|
|
129
|
+
{
|
|
130
|
+
"dial": "127.0.0.1:8081"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"handle": [
|
|
138
|
+
{
|
|
139
|
+
"handler": "reverse_proxy",
|
|
140
|
+
"load_balancing": {
|
|
141
|
+
"retries": 5
|
|
142
|
+
},
|
|
143
|
+
"upstreams": [
|
|
144
|
+
{
|
|
145
|
+
"dial": "127.0.0.1:8082"
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"tls": {
|
|
156
|
+
"automation": {
|
|
157
|
+
"policies": [
|
|
158
|
+
{
|
|
159
|
+
"subjects": [
|
|
160
|
+
"keeo.dashboard.stamhoofd",
|
|
161
|
+
"keeo.api.stamhoofd",
|
|
162
|
+
"*.keeo.api.stamhoofd",
|
|
163
|
+
"keeo.shop.stamhoofd",
|
|
164
|
+
"keeo.renderer.stamhoofd"
|
|
165
|
+
],
|
|
166
|
+
"on_demand": false,
|
|
167
|
+
"issuers": [
|
|
168
|
+
{
|
|
169
|
+
"module": "internal"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"on_demand": true,
|
|
175
|
+
"issuers": [
|
|
176
|
+
{
|
|
177
|
+
"module": "internal"
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"on_demand": {}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stamhoofd/build-development-env",
|
|
3
|
-
"version": "2.96.
|
|
3
|
+
"version": "2.96.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./esm/dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "649831e89207ca962da599f6a9e8e69e1f8abd58"
|
|
24
24
|
}
|