go first commit

This commit is contained in:
Leon Bösche
2025-12-17 22:57:57 +01:00
parent e5a4de7aab
commit 7749ebfd08
22 changed files with 1044 additions and 0 deletions

14
go_cloud/.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Server Configuration
SERVER_ADDR=:8080
# Database
DATABASE_URL=postgres://user:password@localhost/dbname?sslmode=disable
# OIDC Configuration
OIDC_ISSUER_URL=https://storage.b0esche.cloud/index.php/apps/oidc_login
OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
OIDC_CLIENT_ID=your_client_id
OIDC_CLIENT_SECRET=your_client_secret
# JWT
JWT_SECRET=your_jwt_secret_key