DATABASE_URL: Use sqlite3 if none is provided
NEXTAUTH_SECRET: Run nextauth locally, e.g. with docker-compose or bypass it completely
NEXTAUTH_URL: Run nextauth locally, e.g. with docker-compose or bypass it completely
OPEN_AI_API_KEY: Disable AI if not provided
GITHUB_CLIENT_ID: Get rid of this
GITHUB_CLIENT_SECRET: Get rid of this
Remove mandatory dependence to following APIs:
DATABASE_URL: Use sqlite3 if none is provided NEXTAUTH_SECRET: Run nextauth locally, e.g. with docker-compose or bypass it completely NEXTAUTH_URL: Run nextauth locally, e.g. with docker-compose or bypass it completely OPEN_AI_API_KEY: Disable AI if not provided GITHUB_CLIENT_ID: Get rid of this GITHUB_CLIENT_SECRET: Get rid of this
Steps done so far
Side notes