Added surfsense and ollama-openwebui

This commit is contained in:
Dominik
2026-01-04 20:41:16 +01:00
parent 05e8212947
commit 652727b91c
3 changed files with 112 additions and 0 deletions

17
surfsense/.env Normal file
View File

@@ -0,0 +1,17 @@
# Frontend Configuration
FRONTEND_PORT=3000
NEXT_PUBLIC_API_URL=http://backend:8000
# Backend Configuration
BACKEND_PORT=8000
# Database Configuration
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=surfsense
POSTGRES_PORT=5432
# pgAdmin Configuration
PGADMIN_PORT=5050
PGADMIN_DEFAULT_EMAIL=admin@surfsense.com
PGADMIN_DEFAULT_PASSWORD=surfsense