add proxy server for dynamic api endpoint handling and auth

This commit is contained in:
ju09279
2024-09-01 14:51:19 +02:00
parent 2bf269cf74
commit aea7e147e5
21 changed files with 4643 additions and 4328 deletions

8
proxy/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module proxy
go 1.22.1
require (
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.22
)