initial commit. gotta go

This commit is contained in:
2025-09-26 14:30:57 -05:00
parent b342335502
commit eb0b35bb7f
299 changed files with 6902 additions and 6741 deletions

View File

@@ -4,9 +4,9 @@ REDIS_URL="redis://redis:6379"
# Postgres - required for docker-compose, not needed for just docker
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="postgres"
POSTGRES_DB="usesend"
POSTGRES_DB="gibsend"
# Postgres - required
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/usesend"
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/gibsend"
# NextAuth - required
NEXTAUTH_URL="http://localhost:3000"
@@ -14,7 +14,7 @@ NEXTAUTH_SECRET=
#SMTP
SMTP_HOST=smtp.mailtrap.io # Example SMTP host
SMTP_USER= "usesend" # Example SMTP user
SMTP_USER= "gibsend" # Example SMTP user
## Auth providers any one is required
# GitHub login - required
@@ -25,13 +25,18 @@ GITHUB_SECRET="<your-github-client-secret>"
GOOGLE_CLIENT_ID="<your-google-client-id>"
GOOGLE_CLIENT_SECRET="<your-google-client-secret>"
# Gib's Auth Login
GIBS_AUTH_CLIENT_ID="<your-gibs-auth-client-id>"
GIBS_AUTH_CLIENT_SECRET="<your-gibs-auth-client-secret>"
GIBS_AUTH_ISSUER="<your-gibs-auth-issuer>"
# AWS details - required
AWS_DEFAULT_REGION="us-east-1"
AWS_SECRET_KEY="<your-aws-secret-key>"
AWS_ACCESS_KEY="<your-aws-access-key>"
DOCKER_OUTPUT=1
API_RATE_LIMIT=1
AUTH_EMAIL_RATE_LIMIT=5