feat: add authentication system (login, users, auth middleware)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- server/auth.js: JWT middleware and auth routes - src/stores/auth.js + useAuthFetch.js: client-side auth state - src/views/LoginView.vue + UsersView.vue: login and user management UI - router, sidebar, App.vue: guard routes behind auth - COOLIFY.md: add real deployment IDs
This commit is contained in:
15
COOLIFY.md
15
COOLIFY.md
@@ -113,14 +113,17 @@ curl -sSLk -X GET "https://panel.thax.es/api/v1/deploy?uuid=$COOLIFY_UUID&force=
|
||||
## IDs clave
|
||||
|
||||
```bash
|
||||
# Coolify service UUID (reemplazar después de crear)
|
||||
SBSPORTS_COOLIFY_UUID="obtén_de_coolify"
|
||||
# Coolify application UUID
|
||||
SBSPORTS_COOLIFY_UUID="ng00g8sskks0ok0okk0cg8kw"
|
||||
|
||||
# Gitea registry (ya configurado)
|
||||
git.thax.es/alexandrump/sbsports
|
||||
# Coolify project UUID
|
||||
SBSPORTS_PROJECT_UUID="cwo848sgwgk0gk8kgkwkoskg"
|
||||
|
||||
# Credenciales (guardadas en memoria de Claude Code)
|
||||
# Ver: /Users/alex/.claude/projects/*/memory/
|
||||
# Gitea repo ID
|
||||
GITEA_REPO_ID=39
|
||||
|
||||
# Woodpecker repo ID
|
||||
WP_REPO_ID=5
|
||||
```
|
||||
|
||||
## Notas
|
||||
|
||||
Reference in New Issue
Block a user