mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.2.2.md
This commit is contained in:
parent
89d1ee4ac0
commit
d06bc70c05
@ -34,6 +34,7 @@ Not yet released.
|
|||||||
|
|
||||||
- OpenPanel > WPManager > Install WordPress form now has prefilled email address.
|
- OpenPanel > WPManager > Install WordPress form now has prefilled email address.
|
||||||
- When new domain is added, OpenPanel will automatically check SSL for all other doamins owned by the user and regenerate the ssl information for OpenPanel > SSL page.
|
- When new domain is added, OpenPanel will automatically check SSL for all other doamins owned by the user and regenerate the ssl information for OpenPanel > SSL page.
|
||||||
|
- [OpenCLI improvements, history and logging](#opencli-help)
|
||||||
|
|
||||||
|
|
||||||
### Sentinel CLI
|
### Sentinel CLI
|
||||||
@ -42,9 +43,6 @@ Sentinel - our AI powered service that automatically monitors your server, perfo
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Other improvements to the Sentinel AI include:
|
Other improvements to the Sentinel AI include:
|
||||||
|
|
||||||
- DNS Checks to amke sure that configured anmeservers and hostname have correct DNS.
|
- DNS Checks to amke sure that configured anmeservers and hostname have correct DNS.
|
||||||
@ -52,6 +50,36 @@ Other improvements to the Sentinel AI include:
|
|||||||
- Summary reports.
|
- Summary reports.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### OpenCLI Help
|
||||||
|
|
||||||
|
[OpenCLI](https://dev.openpanel.co/cli/) now keeps history of used commands and allows you to view last and top 5 used commands:
|
||||||
|
```
|
||||||
|
# opencli
|
||||||
|
|
||||||
|
Usage: opencli <COMMAND> [additional_arguments]
|
||||||
|
|
||||||
|
Suggested commands:
|
||||||
|
opencli faq Display frequently asked questions and answers.
|
||||||
|
opencli commands List all available OpenCLI commands and their usage.
|
||||||
|
|
||||||
|
Recently used commands:
|
||||||
|
opencli docker-collect_stats
|
||||||
|
opencli faq
|
||||||
|
opencli update
|
||||||
|
opencli update_check
|
||||||
|
opencli user-add
|
||||||
|
|
||||||
|
Most commonly used commands:
|
||||||
|
opencli admin
|
||||||
|
opencli docker-collect_stats
|
||||||
|
opencli faq
|
||||||
|
opencli update
|
||||||
|
opencli update_check
|
||||||
|
```
|
||||||
|
|
||||||
|
Logs are stored in `/var/log/openpanel/admin/opencli.log`. File stores only commands and not attributes (flags).
|
||||||
|
|
||||||
### Usage Reports
|
### Usage Reports
|
||||||
|
|
||||||
If email alerts are enabled, daily usage reports are generated:
|
If email alerts are enabled, daily usage reports are generated:
|
||||||
|
Loading…
Reference in New Issue
Block a user