first commit

This commit is contained in:
phil 2024-10-19 11:53:15 +02:00
commit 62506c830a
1207 changed files with 40706 additions and 0 deletions

18
proxy.conf.json Normal file
View file

@ -0,0 +1,18 @@
{
"/static": {
"target": "http://127.0.0.1:5002",
"secure": false
},
"/v1": {
"target": "http://127.0.0.1:5002",
"secure": false
},
"/attachment": {
"target": "http://127.0.0.1:5002",
"secure": false
},
"/tiles": {
"target": "http://127.0.0.1:5002",
"secure": false
}
}