About#

Admin About shows DEEIX Chat product information, current version, update status, official links, repository, support contact, and license.

Entry Point#

Open About in the admin console. It uses the same product information component as user About, with an extra update check for administrators.

Version and Update Check#

The page shows the current version and provides Check update. The check requests the latest GitHub Release and compares it with the current version.

StatusMeaning
Current version is latestThe deployment is not behind the latest Release.
New version availableGitHub has a higher version; review the release notes before upgrading.
Check failedThe latest version could not be fetched, usually because of network, GitHub access, or API response issues.

The update check only detects version differences. It does not upgrade the app automatically. Upgrade through your deployment path, such as pulling a new image, rebuilding, or publishing a new release.

The page links to the website, GitHub organization, repository, X, blog, and support email. Use them when reporting issues, checking source, or confirming deployment version.

License#

The bottom of the page shows copyright and the Apache License 2.0 link. The license describes code usage and does not replace commercial terms, data policy, or compliance requirements for a specific deployment.

Practical Tips#

Before upgrading, review release notes and validate models, files, billing, login, and admin flows in a test environment. When reporting issues, include current version, latest version, deployment method, and relevant logs.