mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 000_intro.md
This commit is contained in:
parent
d7e4744391
commit
cbce4050af
@ -137,10 +137,35 @@ Password for user 'admin' changed.
|
|||||||
|
|
||||||
The panel will check for new updates nightly. If available, it will check your local update and patch preferences and update only when enabled.
|
The panel will check for new updates nightly. If available, it will check your local update and patch preferences and update only when enabled.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<TabItem value="openadmin-admin-updates" label="With OpenAdmin" default>
|
||||||
|
|
||||||
To enable or disable updates, navigate to OpenAdmin > General Settings and check or uncheck the 'Auto Updates' and 'Auto Patches'.
|
To enable or disable updates, navigate to OpenAdmin > General Settings and check or uncheck the 'Auto Updates' and 'Auto Patches'.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
<TabItem value="CLI" label="With OpenCLI">
|
||||||
|
|
||||||
|
To change update preferences from the terminal use commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
opencli config update autoupdate yes
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
opencli config update autopatch yes
|
||||||
|
```
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If you want to update manually regardless of the schedule, you can run the following command.
|
If you want to update manually regardless of the schedule, you can run the following command.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user