{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}Admin · System{% endblock %} {% block content %} {{ page_header('Admin', tabs=tabs, active_tab='system') }}

Software update

Updates are downloaded and applied on the unit. It restarts the console when it applies one, and rolls back automatically if the new version fails its health check.

Running version
{{ app_version }}
{% if app_build_date %}
Built
{{ app_build_date }}
{% endif %}
Release channel
{{ channel }}
Automatic updates
nightly ~03:00

{% endblock %} {% block scripts %} {% endblock %}