|
@@ -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.
|