Update project name to "All You Can GET AI" across documentation and configuration files; specify versions for bcrypt and passlib in requirements
This commit is contained in:
+11
-11
@@ -69,7 +69,7 @@ Add these in Coolify before first deploy:
|
||||
| `OPENROUTER_API_KEY` | `backend` | `sk-or-v1-...` |
|
||||
| `JWT_SECRET` | `backend` | `openssl rand -hex 32` |
|
||||
| `APP_URL` | `backend` | `https://ai.allucanget.biz` |
|
||||
| `APP_NAME` | `backend` | `AI Allucanget` |
|
||||
| `APP_NAME` | `backend` | `All You Can GET AI` |
|
||||
| `CORS_ORIGINS` | `backend` | `https://ai.allucanget.biz` |
|
||||
| `FLASK_SECRET_KEY` | `frontend` | `openssl rand -hex 32` |
|
||||
| `BACKEND_URL` | `frontend` | `http://backend:12015` |
|
||||
@@ -123,7 +123,7 @@ Add these as **Runtime** environment variables in Coolify:
|
||||
| `OPENROUTER_API_KEY` | OpenRouter API key for AI generation | `sk-or-v1-...` |
|
||||
| `JWT_SECRET` | Secret key for JWT token signing | Generate with `openssl rand -hex 32` |
|
||||
| `APP_URL` | Public URL of the backend | `https://api.ai.allucanget.biz` |
|
||||
| `APP_NAME` | Application name | `AI Allucanget` |
|
||||
| `APP_NAME` | Application name | `All You Can GET AI` |
|
||||
| `CORS_ORIGINS` | Comma-separated allowed origins | `https://ai.allucanget.biz` |
|
||||
|
||||
## Step 2: Create Frontend Service
|
||||
@@ -258,15 +258,15 @@ If you want to persist DuckDB data:
|
||||
|
||||
All required environment variables:
|
||||
|
||||
| Variable | Service | Required |
|
||||
| -------------------- | -------- | -------------------------------- |
|
||||
| `OPENROUTER_API_KEY` | Backend | Yes |
|
||||
| `JWT_SECRET` | Backend | Yes |
|
||||
| `APP_URL` | Backend | Yes |
|
||||
| `APP_NAME` | Backend | No (defaults to "AI Allucanget") |
|
||||
| `CORS_ORIGINS` | Backend | Yes |
|
||||
| `FLASK_SECRET_KEY` | Frontend | Yes |
|
||||
| `BACKEND_URL` | Frontend | Yes |
|
||||
| Variable | Service | Required |
|
||||
| -------------------- | -------- | ------------------------------------- |
|
||||
| `OPENROUTER_API_KEY` | Backend | Yes |
|
||||
| `JWT_SECRET` | Backend | Yes |
|
||||
| `APP_URL` | Backend | Yes |
|
||||
| `APP_NAME` | Backend | No (defaults to "All You Can GET AI") |
|
||||
| `CORS_ORIGINS` | Backend | Yes |
|
||||
| `FLASK_SECRET_KEY` | Frontend | Yes |
|
||||
| `BACKEND_URL` | Frontend | Yes |
|
||||
|
||||
## Deployment Checklist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user