-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
116 lines (113 loc) · 2.64 KB
/
config.json
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
{
"Redirects": [
{
"Name": "grafana",
"From": "/secure/:token/grafana/*api",
"To": "http://localhost:9090",
"CopyHeaders": "Authorization",
"Tipe": "GET"
},
{
"Name": "grafana-static",
"From": "/static/*api",
"To": "http://localhost:9090/static",
"CopyHeaders": "Authorization",
"Tipe": "GET"
},
{
"Name": "ngfileserver",
"From": "/secure/:token/ngfileserver/*api",
"To": "http://localhost:92",
"CopyHeaders": "Authorization",
"Tipe": "GET"
},
{
"Name": "ngfileserver",
"From": "/secure/:token/ngfileserver/*api",
"To": "http://localhost:92",
"CopyHeaders": ["Content-Type", "Content-Length", "Authorization"],
"Tipe": "POST"
},
{
"Name": "ngfileserver",
"From": "/secure/:token/ngfileserver/*api",
"To": "http://localhost:92",
"CopyHeaders": ["Content-Type", "Content-Length", "Authorization"],
"Tipe": "PUT"
},
{
"Name": "entirety",
"From": "/secure/:token/entirety/*api",
"To": "http://[203:87ea:33cc:99b:ad74:d1ae:d956:c865]:8089",
"Tipe": "GET"
},
{
"Name": "quester",
"From": "/secure/:token/quester/*api",
"To": "http://localhost:93/quester",
"Tipe": "GET"
},
{
"Name": "quester",
"From": "/secure/:token/quester/*api",
"To": "http://localhost:93/quester",
"CopyHeaders": ["Content-Type", "Content-Length"],
"Tipe": "POST"
},
{
"Name": "general",
"From": "/secure/:token/general/*api",
"To": "http://localhost:8091",
"CopyHeaders": ["Content-Type", "Content-Length"],
"Tipe": "POST"
},
{
"Name": "general",
"From": "/secure/:token/general/*api",
"To": "http://localhost:8091",
"Tipe": "GET"
},
{
"Name": "presence",
"From": "/secure/:token/presence/*api",
"To": "http://localhost:8093/presence",
"CopyHeaders": ["Content-Type", "Content-Length", "X-Tinyproxy"],
"Tipe": "GET"
},
{
"Name": "entiretymax2",
"From": "/secure/:token/entiretymax2/*api",
"To": "http://localhost:6181",
"Tipe": "GET"
},
{
"Name": "entiretymax",
"From": "/secure/:token/entiretymax/*api",
"To": "http://localhost:6180",
"Tipe": "GET"
},
{
"Name": "shoppr",
"From": "/secure/:token/shoppr/*api",
"To": "http://localhost:8098/shoppr/api/v1",
"Tipe": "GET"
},
{
"Name": "fe",
"From": "/secure/:token/fe/*api",
"To": "http://localhost:8099/fe/api/v1",
"Tipe": "GET"
}
],
"Port": 97,
"BaseUrl": "https://entirety.praeceptamachinae.com/secure/",
"Bans": ["presence"],
"HostNames": [
"entirety.praeceptamachinae.com",
"garden.praeceptamachinae.com",
"demo.praeceptamachinae.com",
"earthti.de",
"www.earthti.de"
],
"LogFile": "accessLog"
}