feat: initial commit - 1000apps SaaS container

This commit is contained in:
Carlos
2026-06-29 08:26:45 +02:00
commit d8fb36e6c3
28 changed files with 3092 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Environment variables for 1000apps
# Copy this to .env and fill in the values
# Database
DATABASE_URL=postgresql://user:password@db:5432/1000apps
# NextAuth
NEXTAUTH_SECRET=CHANGE_THIS_TO_RANDOM_32_CHARS
NEXTAUTH_URL=https://1000apps.fluxtechnologies.uk
# Google OAuth (optional - for Google login)
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret