Skip to content

Nimbus Direct v1.7.3

Choose a tag to compare

@eurosatofficial eurosatofficial released this 21 Aug 23:30
· 2 commits to main since this release

Nimbus Direct 1.7.3 — Expanded Push Notifications

Nimbus Direct 1.7.3 significantly expands native push notification coverage throughout the panel, keeping customers and administrators informed about important activity even when the panel is closed.

What’s new

Support notifications

Native push notifications are now delivered for:

  • New customer support tickets
  • New ticket replies
  • Ticket status changes
  • Closed and reopened tickets

Notifications are sent only to the relevant customer or administrator. The person performing the action does not receive a duplicate notification, and private internal notes are never delivered to customers.

Maintenance notifications

Customers can now receive push notifications when:

  • Maintenance is scheduled or published
  • Maintenance is already in progress
  • A maintenance event is resolved
  • Scheduled maintenance is cancelled

Recipients are determined from the same assignment-based audience stored by the Maintenance Center.

Operations Center alerts

Administrators can now receive native notifications when:

  • A new infrastructure incident is detected
  • An existing incident recovers or is resolved

This covers the health conditions monitored by the Nimbus Operations Center, including cluster, node, storage, synchronization, and task problems.

Security notifications

Important account-security events can now generate push notifications, including:

  • New sign-ins when enabled by security policy
  • Password and two-factor authentication changes
  • Passkey creation and removal
  • API-key creation and revocation
  • API keys revoked by an administrator
  • Recovery-code usage and other sensitive account changes

Secure delivery rules

All new notifications follow Nimbus Direct’s existing security model:

  • Server-side customer and resource scoping
  • English and German localization
  • Per-account notification preferences
  • No Proxmox credentials or internal API responses
  • No private support notes
  • No notification to unrelated customers
  • No duplicate notification for the acting user
  • Invalid APNs registrations are safely disabled

Existing VM/LXC action results and customer infrastructure alerts continue to work as before.

Nimbus Direct for iOS

The official Nimbus Direct app is now available on the App Store:

[Download Nimbus Direct for iOS]

The panel README now includes information about the released app and its native push-notification support.

Updating

Download nimbus-direct-1.7.3.zip, extract it over the existing application files, and rebuild the panel:

docker compose \
  -f compose.yaml \
  -f compose.internal.yaml \
  up -d --build --force-recreate panel

Your existing database, configuration, assignments, users, and Docker volume remain intact.

No database migration or additional Proxmox permissions are required.

Verification

  • 101 automated tests passed
  • English and German catalogues have 100% coverage
  • Release archive integrity verified
  • Push delivery remains optional
  • Existing installations continue to work when push notifications are disabled

Release archive

nimbus-direct-1.7.3.zip