mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.1.8.md
This commit is contained in:
parent
6a54f75622
commit
d3c4231dc6
@ -10,8 +10,8 @@ Released on May 23, 2024
|
|||||||
### 🚀 New features
|
### 🚀 New features
|
||||||
- [Total Docker Resource Usage Settings](#docker-resources)
|
- [Total Docker Resource Usage Settings](#docker-resources)
|
||||||
- [PHP Composer is now added to docker images](#php-composer)
|
- [PHP Composer is now added to docker images](#php-composer)
|
||||||
- [Administrators can now grant root permissions to users](#opencli-user-sudo)
|
- [Administrators can now grant root permissions to users](https://dev.openpanel.co/cli/commands.html#Grant-root)
|
||||||
- [`opencli docker` commands](#opencli-docker)
|
- [`opencli docker` commands](https://dev.openpanel.co/cli/commands.html#Docker)
|
||||||
- [Docker info is now visible from the *OpenAdmin > Docker Settings* page](https://i.postimg.cc/6pCPVdsc/2024-05-09-19-38.png)
|
- [Docker info is now visible from the *OpenAdmin > Docker Settings* page](https://i.postimg.cc/6pCPVdsc/2024-05-09-19-38.png)
|
||||||
- [Exclude accounts from all backup jobs](#exclude-backups)
|
- [Exclude accounts from all backup jobs](#exclude-backups)
|
||||||
|
|
||||||
@ -51,23 +51,6 @@ Please note: Memory usage is saved in gigabytes (GB), not as a percentage. There
|
|||||||
|
|
||||||
Composer command is now available in both openpanel/nginx and openpanel/apache docker images.
|
Composer command is now available in both openpanel/nginx and openpanel/apache docker images.
|
||||||
|
|
||||||
### opencli user-sudo
|
|
||||||
|
|
||||||
Administrators can now grant root-level (sudo) permissions to users inside their docker containers.
|
|
||||||
|
|
||||||
- Check current sudo status:
|
|
||||||
```bash
|
|
||||||
opencli user-sudo USERNAME status
|
|
||||||
```
|
|
||||||
- Grant sudo privilegies:
|
|
||||||
```bash
|
|
||||||
opencli user-sudo USERNAME enable
|
|
||||||
```
|
|
||||||
- Remove sudo privilegies:
|
|
||||||
```bash
|
|
||||||
opencli user-sudo USERNAME disable
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### allinurl/goaccess
|
### allinurl/goaccess
|
||||||
|
|
||||||
@ -78,24 +61,3 @@ GoAccess is no longer directly installed on the server; instead, it [runs as a D
|
|||||||
|
|
||||||
You can disable individual user accounts from all backup jobs by including them in the file `usr/local/admin/scripts/helpers/excluded_from_backups.txt`.
|
You can disable individual user accounts from all backup jobs by including them in the file `usr/local/admin/scripts/helpers/excluded_from_backups.txt`.
|
||||||
|
|
||||||
### opencli docker
|
|
||||||
|
|
||||||
Several new OpenCLI commands are now available to manage the Docker service:
|
|
||||||
|
|
||||||
- To collect docker resource usage information (cpu, ram, i/o) for all users:
|
|
||||||
```bash
|
|
||||||
opencli docker-collect_stats
|
|
||||||
```
|
|
||||||
- Set global docker limits (ram and cpu) for all containers combined.
|
|
||||||
```bash
|
|
||||||
opencli docker-limits [--apply | --read]
|
|
||||||
```
|
|
||||||
- Download [official docker images](https://dev.openpanel.co/images/browse.html) for OpenPanel:
|
|
||||||
```bash
|
|
||||||
opencli docker-update_images
|
|
||||||
```
|
|
||||||
- Rotate resource usage logs for all users according to the [resource_usage_retention](https://dev.openpanel.co/cli/commands.html#resource-usage-retention) setting.
|
|
||||||
```bash
|
|
||||||
opencli docker-usage_stats_cleanup
|
|
||||||
```
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user