Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/admin/configuration/frontend-update-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ draft: false

By default, OpenCloud performs a frontend check to verify if you are running the latest version.

:::note

When the frontend update check detects a security-critical upgrade, administrators may see a warning in the lower-left corner of the web interface. This warning indicates that the available upgrade should be reviewed and applied with priority.

:::

<img src={require("./img/frontend-update-check/check-true.png").default} alt="check is true" width="520"/>
<img src={require("./img/frontend-update-check/check-true-critical.png").default} alt="critical check is true" width="520"/>

## Edit the `.env` File

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user/admin/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The admin area of OpenCloud provides the main tools for managing your organizati
<img src={require("./img/settings/admin_general.png").default} alt="Admin general" width="1920"/>

:::note
If a security-critical upgrade is available, administrators may also see a warning in the lower-left corner of the web interface.
An administrator may disable the version check. If this option is turned off, information about newer versions will not be displayed.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Im Admin-Bereich von OpenCloud haben Sie umfangreiche Verwaltungsoptionen für I
<img src={require("./img/settings/allgemein.png").default} alt="Admin general" width="1920"/>

:::note
Wenn ein sicherheitskritisches Upgrade verfügbar ist, können Administratoren zusätzlich eine Warnung unten links in der Weboberfläche sehen.
Die Versionsprüfung kann von einem Administrator deaktiviert worden sein.
Wenn diese Option ausgeschaltet ist, werden Informationen über neuere Versionen nicht angezeigt.
:::
Expand Down