Browse Source

Update 0.1.8.md

Stefan Pejcic 1 year ago
parent
commit
60775826d2
1 changed files with 22 additions and 0 deletions
  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.
 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
 ### 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.
 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.