dev-_007haste-server 1.17.2 → 1.17.4

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 CHANGED
@@ -3,6 +3,12 @@ haste-server 🔐💻💻💻
3
3
 
4
4
  [![haste-server](https://i.ibb.co/8L8p4YMx/2025-08-31-19-51-02.png)](https://ibb.co/gLgpF4yW)'
5
5
  [![haste-server](https://i.ibb.co/KxRvMfy5/2025-08-31-19-51-12.png)](https://ibb.co/jkBXcQ48)'
6
+ [![npm downloads](https://img.shields.io/npm/d18m/dev-_007haste-server?maxAge=3600)](https://www.npmjs.com/package/dev-_007haste-server)
7
+ [![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](haste-server)
8
+
9
+
10
+ ## change log
11
+
6
12
 
7
13
 
8
14
  haste-server — это простой сервер для работы с файлами и данными через HTTPS. Он позволяет легко настроить сервер с поддержкой SSL для безопасной передачи данных. 🔒
@@ -19,6 +25,16 @@ npm install dev-_007haste-server
19
25
 
20
26
  node node_modules/dev-_007haste-server/server.js
21
27
 
28
+ # Options
29
+
30
+ Option | Default
31
+ ----------- | ---------------------------------------------
32
+ `start_haste-server` | `"node node_modules/dev-_007haste-server/server.js"`
33
+
34
+
35
+
36
+
37
+
22
38
  🔒 Настройка HTTPS
23
39
 
24
40
  Чтобы настроить сервер с HTTPS, откройте файл server.js и замените строку:
@@ -0,0 +1,5 @@
1
+ {
2
+ "text": "123",
3
+ "password": "999",
4
+ "expireAt": 1757266644442
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-_007haste-server",
3
- "version": "1.17.2",
3
+ "version": "1.17.4",
4
4
  "description": "Simple hastebin-like server with HTTPS",
5
5
  "main": "server.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "node": ">=18"
14
14
  },
15
15
  "author": "aa.arsenenko",
16
- "license": "ISC",
16
+ "license": "MIT",
17
17
  "keywords": [
18
18
  "haste-server",
19
19
  "https",
@@ -31,6 +31,7 @@
31
31
  "node-server",
32
32
  "data-processing",
33
33
  "server-setup",
34
- "http-server"
34
+ "http-server",
35
+ "Linux"
35
36
  ]
36
37
  }
package/data/4e4e00.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "text": "\n\n\n\nHi",
3
- "password": null,
4
- "expireAt": 1756660972440
5
- }