瀏覽代碼

Update 0.1.8.md

Stefan Pejcic 1 年之前
父節點
當前提交
60775826d2
共有 1 個文件被更改,包括 22 次插入0 次删除
  1. 22 0
      documentation/docs/changelog/0.1.8.md

+ 22 - 0
documentation/docs/changelog/0.1.8.md

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