p3x-systemd-manager 2024.10.121 → 2025.4.103

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.
Files changed (3) hide show
  1. package/README.md +22 -4
  2. package/package.json +4 -4
  3. package/src/mail.js +2 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # ⌚ SystemD Manager, watchdog, notifier and service v2024.10.121
9
+ # ⌚ SystemD Manager, watchdog, notifier and service v2025.4.103
10
10
 
11
11
 
12
12
 
@@ -20,7 +20,7 @@
20
20
  ### Built on NodeJs version
21
21
 
22
22
  ```txt
23
- v22.12.0
23
+ v22.13.0
24
24
  ```
25
25
 
26
26
 
@@ -291,6 +291,24 @@ The two error messages:
291
291
  ---
292
292
 
293
293
 
294
+ ## Quick and Affordable Web Development Services
295
+
296
+ If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
297
+
298
+ ---
299
+
300
+ ## Powerful Online Networking Tool
301
+
302
+ Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
303
+
304
+ **Free**
305
+ Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
306
+ Additionally, it offers tools for:
307
+ - Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
308
+ - Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
309
+
310
+ All these features are completely free to use.
311
+
294
312
  ## Support Our Open-Source Project ❤️
295
313
  If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
296
314
 
@@ -298,7 +316,7 @@ If you appreciate our work, consider starring this repository or making a donati
298
316
  Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
299
317
 
300
318
  ### About My Domains
301
- All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
319
+ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
302
320
 
303
321
  ### Versioning Policy
304
322
  **Version Structure:** We follow a Major.Minor.Patch versioning scheme:
@@ -311,7 +329,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
311
329
  ---
312
330
 
313
331
 
314
- [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2024.10.121
332
+ [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2025.4.103
315
333
 
316
334
  [![NPM](https://img.shields.io/npm/v/p3x-systemd-manager.svg)](https://www.npmjs.com/package/p3x-systemd-manager) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
317
335
 
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "publish": true,
6
6
  "type": "p3x",
7
7
  "code": "Breaking",
8
- "nodejs": "v22.12.0",
8
+ "nodejs": "v22.13.0",
9
9
  "opencollective": false,
10
10
  "reponame": "systemd-manager",
11
11
  "build": true
12
12
  },
13
- "version": "2024.10.121",
13
+ "version": "2025.4.103",
14
14
  "description": "⌚ SystemD Manager, watchdog, notifier and service",
15
15
  "main": "index.js",
16
16
  "saved-dependencies": {
@@ -19,7 +19,7 @@
19
19
  "fix-repo": "git+https://github.com/p3x-robot/node-dbus.git"
20
20
  },
21
21
  "dependencies": {
22
- "corifeus-utils": "^2024.10.126",
22
+ "corifeus-utils": "^2025.4.104",
23
23
  "dbus": "^1.0.7",
24
24
  "lodash": "^4.17.21",
25
25
  "millisecond": "^0.1.2",
@@ -28,7 +28,7 @@
28
28
  "nodemailer": "^6.9.16"
29
29
  },
30
30
  "devDependencies": {
31
- "corifeus-builder": "^2024.10.202"
31
+ "corifeus-builder": "^2025.4.105"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "grunt",
package/src/mail.js CHANGED
@@ -48,13 +48,12 @@ ${body}
48
48
 
49
49
  const htmlBody = `<pre>${body}</pre>`; // Wrapping content in <pre> tags for HTML
50
50
 
51
- // Message object
51
+ // Message object with only HTML content
52
52
  const message = {
53
53
  from: from,
54
54
  to: to,
55
55
  subject: subject,
56
- text: body, // Plain text fallback
57
- html: htmlBody // HTML content
56
+ html: htmlBody // HTML content only
58
57
  };
59
58
  console.log(`Sending new mail. Subject: ${subject}`);
60
59
  console.log('Message:', message);