cmdeploy: Add config parameters change_kernel_settings and fs_inotify_max_user_instances_and_watchers

This commit is contained in:
Keonik1
2025-11-18 14:18:18 +01:00
committed by j4n
parent 4278799f51
commit 23ddd087ad
5 changed files with 23 additions and 0 deletions

View File

@@ -124,6 +124,11 @@
- Add installation via docker compose (MVP 1). The instructions, known issues and limitations are located in `/docs`
([#614](https://github.com/chatmail/relay/pull/614))
- Add configuration parameters
([#614](https://github.com/chatmail/relay/pull/614)):
- `change_kernel_settings` - Whether to change kernel parameters during installation (default: `True`)
- `fs_inotify_max_user_instances_and_watchers` - Value for kernel parameters `fs.inotify.max_user_instances` and `fs.inotify.max_user_watches` (default: `65535`)
## 1.7.0 2025-09-11
- Make www upload path configurable