Update 0.1.8.md

This commit is contained in:
Stefan Pejcic
2024-05-10 08:17:29 +02:00
committed by GitHub
parent 0a4237661e
commit 60775826d2

View File

@@ -41,6 +41,28 @@ By default, this setting is configured to 90%, safeguarding against Docker monop
Please note: Memory usage is saved in gigabytes (GB), not as a percentage. Therefore, if the server's RAM is increased, the memory allocation settings will need to be adjusted accordingly.
### PHP Composer
Composer command is now available in both openpanel/nginx and openpanel/apache docker images.
### opencli user-sudo
Administratord can now grant root-level (sudo) permissions to users.
- 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
GoAccess is no longer directly installed on the server; instead, it [runs as a Docker container](https://hub.docker.com/r/allinurl/goaccess) when necessary. This setup ensures that resources are utilized only when required and prevents any utilization of system services during idle periods. When collecting domain statistics, one container is initiated per domain name.