updatenotification: add param to get modules from modules-dir instead… (#3755)

… from config

implements #3739
This commit is contained in:
Karsten Hassel
2025-03-31 17:57:42 +02:00
committed by GitHub
parent 2e57d785ac
commit e546fedeb1
3 changed files with 21 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ Module.register("updatenotification", {
sendUpdatesNotifications: false,
updates: [],
updateTimeout: 2 * 60 * 1000, // max update duration
updateAutorestart: false // autoRestart MM when update done ?
updateAutorestart: false, // autoRestart MM when update done ?
useModulesFromConfig: true // if `false` iterate over modules directory
},
suspended: false,