feat: OCI Services page, compliance report v3, DOCX with camo strip, timezone per-user
- New OCI Services page with Service Status (auto-detect + overrides) and OCI Health (real-time Oracle status) tabs - Compliance report: OCI Services section with Cloud Guard recommendations table, back page with Connect with us - DOCX generation: professional styling with Pillow camouflage strip, green header tables, result boxes - Separate Download DOCX button in reports page - Timezone now per-user (not global) — each user configures their own timezone - ADB connection pre-check before report generation (fail fast 503) - Compliance report iframe shows friendly HTML instead of JSON 404 during generation - OCI Health dashboard: proxies ocistatus.oraclecloud.com with search, geo filters, expandable region cards
This commit is contained in:
@@ -3,4 +3,5 @@ APP_SECRET=change-me-generate-a-secure-random-string
|
||||
JWT_EXPIRY_HOURS=12
|
||||
PORT=8080
|
||||
CORS_ORIGINS=http://localhost:8080
|
||||
TZ=America/Sao_Paulo
|
||||
OCI_CLI_SUPPRESS_FILE_PERMISSIONS_WARNING=True
|
||||
|
||||
Reference in New Issue
Block a user