BaseAbout#

class BaseAbout[source]#

The base information about this instance.

version: Optional[str]#

What version is running on this server. Deprecated, please use release.version instead.

commit: str#

The commit this server is running. Deprecated, please use release.commit instead.

features: LegacyFeatures#

The features enabled on this instance. Deprecated, please use settings.

settings: FrontendSiteSettings#

The frontend settings and their values for this instance.

release: ReleaseInfo#

Information about the release running on this server.

current_time: datetime#

The current time on the server