feat(desktop): add Tauri updater (GitHub Releases), updater UI button, hide PowerShell windows; fix Windows inventory arrays and activation; improve metrics parsing; branding rename to Raven across app; avoid localhost fallback in auth-server; inject APP_URL/AUTH_URL in stack
This commit is contained in:
parent
eb5f39100f
commit
418599ef62
18 changed files with 127 additions and 34 deletions
|
|
@ -20,6 +20,9 @@ services:
|
|||
NPM_CONFIG_PRODUCTION: "false"
|
||||
# Use service-to-service no overlay para o Convex
|
||||
NEXT_PUBLIC_CONVEX_URL: "http://sistema_convex_backend:3210"
|
||||
# URLs públicas do app (evita fallback para localhost)
|
||||
NEXT_PUBLIC_APP_URL: "${NEXT_PUBLIC_APP_URL}"
|
||||
BETTER_AUTH_URL: "${BETTER_AUTH_URL}"
|
||||
# Mantém o SQLite fora do repositório
|
||||
DATABASE_URL: "file:/app/data/db.sqlite"
|
||||
# Usado para forçar novo rollout a cada deploy (setado pelo CI)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue