|
@@ -12,6 +12,7 @@ Not yet released.
|
|
- [Total Docker Resource Usage Settings](#docker-resources)
|
|
- [Total Docker Resource Usage Settings](#docker-resources)
|
|
- [`opencli docker` commands](#opencli-docker)
|
|
- [`opencli docker` commands](#opencli-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)
|
|
|
|
|
|
### 🐛 Bug fixes
|
|
### 🐛 Bug fixes
|
|
- "New User" button on 'OpenAdmin > Users' is now visible on mobile devices.
|
|
- "New User" button on 'OpenAdmin > Users' is now visible on mobile devices.
|
|
@@ -42,6 +43,10 @@ Please note: Memory usage is saved in gigabytes (GB), not as a percentage. There
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
+### Exclude backups
|
|
|
|
+
|
|
|
|
+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
|
|
### opencli docker
|
|
|
|
|
|
Several new OpenCLI commands are now available to manage the Docker service:
|
|
Several new OpenCLI commands are now available to manage the Docker service:
|