p3x-systemd-manager 2026.4.103 → 2026.4.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -2
- package/package.json +3 -3
- package/src/notifier.js +45 -41
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# ⌚ SystemD Manager, watchdog, notifier and service v2026.4.
|
|
9
|
+
# ⌚ SystemD Manager, watchdog, notifier and service v2026.4.105
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -294,6 +294,26 @@ The two error messages:
|
|
|
294
294
|
|
|
295
295
|
---
|
|
296
296
|
|
|
297
|
+
# 🌐 Meet Assistant SaaS — meeting.corifeus.com
|
|
298
|
+
|
|
299
|
+
Don't want to install anything? Try the **hosted version** at **[meeting.corifeus.com](https://meeting.corifeus.com)** — full meeting workflow built for European businesses, no setup, no API key, no command line.
|
|
300
|
+
|
|
301
|
+
What the hosted version offers:
|
|
302
|
+
|
|
303
|
+
- **21-language live translation** during the meeting
|
|
304
|
+
- **AI summaries, action items, decisions, attendees, key quotes** auto-generated after every meeting
|
|
305
|
+
- **Custom vocabulary** — your client / company / industry terms corrected automatically (Pro+ tier)
|
|
306
|
+
- **Searchable meeting library** — find any decision or promise across all your past meetings
|
|
307
|
+
- **Shareable read-only links** — send a clean meeting summary to a client or teammate, no signup needed on their end
|
|
308
|
+
- **One-click email summary** after each meeting
|
|
309
|
+
- **Premium engine on every plan** — no downgraded model, ever
|
|
310
|
+
- **EU billing** — Stripe Tax + VAT-compliant + EUR-priced (Solo €19.99 / Pro €39.99 / Business €99.99 per month, no lock-in)
|
|
311
|
+
- **GDPR-compliant by default** — browser-language auto-detection, no tracking cookies, your meetings stored encrypted
|
|
312
|
+
|
|
313
|
+
Try the live demo (1 minute free, no signup) or browse the **public sample meeting** at [meeting.corifeus.com/sample](https://meeting.corifeus.com/sample).
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
297
317
|
# Corifeus Network
|
|
298
318
|
|
|
299
319
|
AI-powered network & email toolkit — free, no signup.
|
|
@@ -332,7 +352,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
332
352
|
**🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
333
353
|
|
|
334
354
|
|
|
335
|
-
[**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.
|
|
355
|
+
[**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.105
|
|
336
356
|
|
|
337
357
|
[](https://www.npmjs.com/package/p3x-systemd-manager) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
338
358
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"reponame": "systemd-manager",
|
|
12
12
|
"build": true
|
|
13
13
|
},
|
|
14
|
-
"version": "2026.4.
|
|
14
|
+
"version": "2026.4.105",
|
|
15
15
|
"description": "⌚ SystemD Manager, watchdog, notifier and service",
|
|
16
16
|
"main": "index.js",
|
|
17
17
|
"saved-dependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"fix-repo": "git+https://github.com/p3x-robot/node-dbus.git"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"corifeus-utils": "^2026.4.
|
|
23
|
+
"corifeus-utils": "^2026.4.130",
|
|
24
24
|
"dbus": "^1.0.7",
|
|
25
25
|
"lodash": "^4.18.1",
|
|
26
26
|
"millisecond": "^0.1.2",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"nan": "2.23.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"corifeus-builder": "^2026.4.
|
|
35
|
+
"corifeus-builder": "^2026.4.149"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"test": "grunt",
|
package/src/notifier.js
CHANGED
|
@@ -41,51 +41,55 @@ module.exports = async (settings) => {
|
|
|
41
41
|
const propertyInterfaces = [];
|
|
42
42
|
let unitDictionary = await managerInterface.listUnits;
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
if (!trigger) {
|
|
71
|
-
return;
|
|
44
|
+
// Sequential: forEach(async) was firing every getUnit / props / interface
|
|
45
|
+
// factory call in parallel, which on Reloading bursts blew past
|
|
46
|
+
// dbus-daemon's max_replies_per_connection=128 cap and produced ~90+
|
|
47
|
+
// "max replies reached" warnings per burst.
|
|
48
|
+
for (const unitId of Object.keys(unitDictionary)) {
|
|
49
|
+
if (!filter.isValid(unitId)) {
|
|
50
|
+
continue;
|
|
51
|
+
}
|
|
52
|
+
const unit = await managerInterface.getUnit(unitId);
|
|
53
|
+
const properties = await unit.props;
|
|
54
|
+
const propertyInterface = await interfaces.properties.factory(unit.node, settings);
|
|
55
|
+
|
|
56
|
+
/*
|
|
57
|
+
let lastSubStates = {};
|
|
58
|
+
Object.keys(settings.filter.status).forEach((state) => {
|
|
59
|
+
lastSubStates[state] = properties[state];
|
|
60
|
+
});
|
|
61
|
+
*/
|
|
62
|
+
propertyInterfaces.push(propertyInterface);
|
|
63
|
+
|
|
64
|
+
propertyInterface.on('PropertiesChanged', async function (changedInterface, props, names) {
|
|
65
|
+
if (changedInterface === interfaces.unit.interfaceName) {
|
|
66
|
+
let trigger = false;
|
|
67
|
+
Object.keys(settings.filter.trigger).forEach((state) => {
|
|
68
|
+
if (settings.filter.trigger[state].includes(props[state])) {
|
|
69
|
+
trigger = true;
|
|
72
70
|
}
|
|
73
71
|
/*
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
})
|
|
72
|
+
if (props[state] !== lastSubStates[state]) {
|
|
73
|
+
}
|
|
77
74
|
*/
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
detailed: await unit.props
|
|
82
|
-
});
|
|
83
|
-
|
|
75
|
+
})
|
|
76
|
+
if (!trigger) {
|
|
77
|
+
return;
|
|
84
78
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
79
|
+
/*
|
|
80
|
+
Object.keys(settings.filter.trigger).forEach((state) => {
|
|
81
|
+
lastSubStates[state] = props[state];
|
|
82
|
+
})
|
|
83
|
+
*/
|
|
84
|
+
|
|
85
|
+
mail.send(unitId, {
|
|
86
|
+
summary: await unit.summary,
|
|
87
|
+
detailed: await unit.props
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
}
|
|
91
|
+
})
|
|
92
|
+
}
|
|
89
93
|
return () => {
|
|
90
94
|
propertyInterfaces.forEach((propertyInterface) => {
|
|
91
95
|
propertyInterface.manager.removeAllListeners('PropertiesChanged');
|