Initial commit.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-05-02 01:53:06 +02:00
commit c0b319e79d
32 changed files with 3835 additions and 0 deletions

4
Caddyfile Normal file
View File

@ -0,0 +1,4 @@
http://:9000 {
reverse_proxy /api/* http://localhost:8000
reverse_proxy * http://localhost:3000
}