kastell 1.3.0 → 1.3.1
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 +9 -8
- package/README.tr.md +5 -5
- package/package.json +9 -5
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Kastell
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> CLI toolkit for provisioning, securing, and managing self-hosted servers.
|
|
4
4
|
|
|
5
5
|
> English | [Turkce](README.tr.md)
|
|
6
6
|
|
|
7
|
-

|
|
8
|
+
[](https://codecov.io/gh/omrfc/kastell)
|
|
9
9
|

|
|
10
10
|

|
|
11
11
|

|
|
12
|
-

|
|
13
13
|
[](https://socket.dev/npm/package/kastell)
|
|
14
14
|
[](https://kastell.dev)
|
|
15
15
|
|
|
@@ -182,7 +182,7 @@ kastell init --template production --provider hetzner
|
|
|
182
182
|
|
|
183
183
|
## Security
|
|
184
184
|
|
|
185
|
-
Kastell is built with security as a priority -- **2,
|
|
185
|
+
Kastell is built with security as a priority -- **2,191 tests** across 84 suites, including dedicated security test suites.
|
|
186
186
|
|
|
187
187
|
- API tokens are never stored on disk -- prompted at runtime or via environment variables
|
|
188
188
|
- SSH keys are auto-generated if needed (Ed25519)
|
|
@@ -260,8 +260,9 @@ Available tools:
|
|
|
260
260
|
|
|
261
261
|
## What's Next
|
|
262
262
|
|
|
263
|
-
-
|
|
264
|
-
-
|
|
263
|
+
- Dokploy update/maintain/logs support (v1.4)
|
|
264
|
+
- TUI improvements and technical debt cleanup (v1.4)
|
|
265
|
+
- Scheduled maintenance and autonomous security patrol (v2.0)
|
|
265
266
|
|
|
266
267
|
## Philosophy
|
|
267
268
|
|
|
@@ -275,7 +276,7 @@ Apache 2.0 -- see [LICENSE](LICENSE)
|
|
|
275
276
|
|
|
276
277
|
## Support
|
|
277
278
|
|
|
278
|
-
- [GitHub Issues](https://github.com/omrfc/
|
|
279
|
+
- [GitHub Issues](https://github.com/omrfc/kastell/issues) -- Bug reports and feature requests
|
|
279
280
|
- [Changelog](CHANGELOG.md) -- Version history
|
|
280
281
|
|
|
281
282
|
---
|
package/README.tr.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Kastell
|
|
2
2
|
|
|
3
|
-
> Self-hosted
|
|
3
|
+
> Self-hosted sunucularinizi kurmak, guvenligini saglamak ve yonetmek icin CLI araci.
|
|
4
4
|
|
|
5
5
|
> [English](README.md) | Turkce
|
|
6
6
|
|
|
7
|
-

|
|
8
|
+
[](https://codecov.io/gh/omrfc/kastell)
|
|
9
9
|

|
|
10
10
|

|
|
11
11
|

|
|
12
|
-

|
|
13
13
|
[](https://socket.dev/npm/package/kastell)
|
|
14
14
|
[](https://kastell.dev)
|
|
15
15
|
|
|
@@ -275,7 +275,7 @@ Apache 2.0 -- [LICENSE](LICENSE) dosyasina bakin
|
|
|
275
275
|
|
|
276
276
|
## Destek
|
|
277
277
|
|
|
278
|
-
- [GitHub Issues](https://github.com/omrfc/
|
|
278
|
+
- [GitHub Issues](https://github.com/omrfc/kastell/issues) -- Hata bildirimleri ve ozellik istekleri
|
|
279
279
|
- [Changelog](CHANGELOG.md) -- Surum gecmisi
|
|
280
280
|
|
|
281
281
|
---
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kastell",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.1",
|
|
4
|
+
"description": "CLI toolkit for provisioning, securing, and managing self-hosted servers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -53,17 +53,21 @@
|
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
56
|
-
"url": "https://github.com/omrfc/
|
|
56
|
+
"url": "https://github.com/omrfc/kastell.git"
|
|
57
57
|
},
|
|
58
58
|
"bugs": {
|
|
59
|
-
"url": "https://github.com/omrfc/
|
|
59
|
+
"url": "https://github.com/omrfc/kastell/issues"
|
|
60
60
|
},
|
|
61
|
-
"homepage": "https://kastell
|
|
61
|
+
"homepage": "https://github.com/omrfc/kastell",
|
|
62
62
|
"author": {
|
|
63
63
|
"name": "Ömer",
|
|
64
64
|
"email": "hello@omrfc.dev",
|
|
65
65
|
"url": "https://omrfc.dev"
|
|
66
66
|
},
|
|
67
|
+
"funding": {
|
|
68
|
+
"type": "github",
|
|
69
|
+
"url": "https://github.com/sponsors/omrfc"
|
|
70
|
+
},
|
|
67
71
|
"dependencies": {
|
|
68
72
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
69
73
|
"axios": "^1.13.6",
|