iterate on contrib

This commit is contained in:
overcuriousity
2025-07-23 21:06:39 +02:00
parent f4acf39ca7
commit 3d42fcef79
12 changed files with 3559 additions and 477 deletions

View File

@@ -3,6 +3,13 @@ AI_API_ENDPOINT=https://aiendpoint.org
AI_API_KEY=your_apikey_here
AI_MODEL='ai_model_name_here'
# Git Repository
GIT_REPO_URL=https://git.cc24.dev/mstoeck3/cc24-hub.git
GIT_API_ENDPOINT=https://git.cc24.dev/api/v1
GIT_API_TOKEN=
LOCAL_REPO_PATH=/var/git/cc24-hub
GIT_PROVIDER=gitea
# OIDC Configuration
OIDC_ENDPOINT=https://oidc-provider.org
OIDC_CLIENT_ID=your_oidc_client_id
@@ -15,4 +22,21 @@ AUTHENTICATION_NECESSARY=false # Always set this to true in prod
# Application
PUBLIC_BASE_URL=http://localhost:4321
NODE_ENV=development
# Media Storage
LOCAL_UPLOAD_PATH=./public/uploads
# Nextcloud integration (optional)
NEXTCLOUD_ENDPOINT=
NEXTCLOUD_USERNAME=
NEXTCLOUD_PASSWORD=
NEXTCLOUD_UPLOAD_PATH=/kb-media
NEXTCLOUD_PUBLIC_URL=
# Custom upload limits (optional)
MAX_FILE_SIZE=52428800 # 50MB in bytes
MAX_UPLOADS_PER_HOUR=100
# Development/Production mode
NODE_ENV=development
# Logging level
LOG_LEVEL=info