karnel-termux 4.17.20 → 4.17.21
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 +7 -7
- package/docs/CHANGELOG.md +7 -0
- package/docs/cli/index.md +1 -1
- package/docs/troubleshooting/index.md +3 -3
- package/karnel/RELEASE_COMMIT +1 -1
- package/karnel/cli/commands/open.sh +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://github.com/israelmarques1024-dotcom/karnel-termux">
|
|
11
|
-
<img src="https://img.shields.io/badge/version-4.17.
|
|
11
|
+
<img src="https://img.shields.io/badge/version-4.17.21-0078D4?style=for-the-badge" alt="Version">
|
|
12
12
|
</a>
|
|
13
13
|
<a href="https://www.npmjs.com/package/karnel-termux">
|
|
14
14
|
<img src="https://img.shields.io/npm/v/karnel-termux?style=for-the-badge&logo=npm&color=cb3837" alt="npm">
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
<a href="https://termux.dev/">
|
|
23
23
|
<img src="https://img.shields.io/badge/platform-Termux%20%7C%20Android-0078D4?style=for-the-badge" alt="Platform">
|
|
24
24
|
</a>
|
|
25
|
-
<a href="https://
|
|
26
|
-
<img src="https://img.shields.io/badge/Site-
|
|
25
|
+
<a href="https://karneltermux.vercel.app">
|
|
26
|
+
<img src="https://img.shields.io/badge/Site-karneltermux.vercel.app-0078D4?style=for-the-badge" alt="Website">
|
|
27
27
|
</a>
|
|
28
28
|
</p>
|
|
29
29
|
|
|
@@ -78,7 +78,7 @@ Why it's great:
|
|
|
78
78
|
### Via checksummed GitHub release (recommended)
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
|
-
version=4.17.
|
|
81
|
+
version=4.17.21
|
|
82
82
|
tmpdir=$(mktemp -d) && trap 'rm -rf "$tmpdir"' EXIT
|
|
83
83
|
base="https://github.com/israelmarques1024-dotcom/karnel-termux/releases/download/v$version"
|
|
84
84
|
curl -fsSL "$base/karnel-termux-install.sh" -o "$tmpdir/karnel-termux-install.sh"
|
|
@@ -526,7 +526,7 @@ karnel open ai # Open AI module docs
|
|
|
526
526
|
karnel open db # Open DB module docs
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
Documentation loads from https://
|
|
529
|
+
Documentation loads from https://karneltermux.vercel.app.
|
|
530
530
|
|
|
531
531
|
---
|
|
532
532
|
|
|
@@ -538,7 +538,7 @@ Documentation loads from https://israelmarques1024-dotcom.github.io/karnel-termu
|
|
|
538
538
|
- [Troubleshooting](https://github.com/israelmarques1024-dotcom/karnel-termux/blob/main/docs/troubleshooting/index.md)
|
|
539
539
|
- [Architecture](https://github.com/israelmarques1024-dotcom/karnel-termux/blob/main/docs/ARCHITECTURE/index.md)
|
|
540
540
|
- [Documentation changelog](https://github.com/israelmarques1024-dotcom/karnel-termux/blob/main/docs/CHANGELOG.md)
|
|
541
|
-
- [Official website](https://
|
|
541
|
+
- [Official website](https://karneltermux.vercel.app)
|
|
542
542
|
|
|
543
543
|
---
|
|
544
544
|
|
|
@@ -673,7 +673,7 @@ MIT © Israel Marques
|
|
|
673
673
|
---
|
|
674
674
|
|
|
675
675
|
<p align="center">
|
|
676
|
-
<a href="https://
|
|
676
|
+
<a href="https://karneltermux.vercel.app">
|
|
677
677
|
<img src="https://img.shields.io/badge/Full%20Documentation-0078D4?style=for-the-badge" alt="Documentation">
|
|
678
678
|
</a>
|
|
679
679
|
</p>
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ layout: base
|
|
|
6
6
|
|
|
7
7
|
# Documentation Changelog
|
|
8
8
|
|
|
9
|
+
## 4.17.21
|
|
10
|
+
|
|
11
|
+
- **Official-site routing:** `karnel open`, npm package metadata, and the GitHub/npm README now point to the Vercel production site, `https://karneltermux.vercel.app`, rather than the secondary GitHub Pages mirror.
|
|
12
|
+
- **Open targets:** `karnel open supabase` now opens `/karnel/supabase` and `karnel open cleanup` now opens `/karnel/cleanup`; the old destinations were generic deploy documentation and nonexistent `/cli`, respectively.
|
|
13
|
+
- **Docs clarity:** labeled GitHub Pages as a secondary documentation mirror.
|
|
14
|
+
- Version references bumped to `4.17.21`.
|
|
15
|
+
|
|
9
16
|
## 4.17.20
|
|
10
17
|
|
|
11
18
|
- **PostgreSQL and Supabase (3):**
|
package/docs/cli/index.md
CHANGED
|
@@ -198,7 +198,7 @@ karnel open <target>
|
|
|
198
198
|
```
|
|
199
199
|
|
|
200
200
|
Opens the official documentation page for a module using
|
|
201
|
-
`termux-open-url`. Base URL: `https://
|
|
201
|
+
`termux-open-url`. Base URL: `https://karneltermux.vercel.app`
|
|
202
202
|
|
|
203
203
|
| Target | Opens |
|
|
204
204
|
|------------------|-------|
|
|
@@ -51,14 +51,14 @@ npm publish does not block the release. The workflow needs `contents: write`
|
|
|
51
51
|
permission (already declared). If `gh release create` fails, confirm the tag
|
|
52
52
|
exists and the token used by GitHub Actions has write access.
|
|
53
53
|
|
|
54
|
-
## Documentation
|
|
54
|
+
## Documentation mirror (GitHub Pages)
|
|
55
55
|
|
|
56
|
-
The documentation
|
|
56
|
+
The documentation mirror is a Jekyll (cayman theme) site built from the `docs/`
|
|
57
57
|
directory and published to GitHub Pages by the `Publish Docs` workflow
|
|
58
58
|
(`.github/workflows/docs.yml`) on every push to `main` that changes `docs/**`.
|
|
59
59
|
The workflow runs `actions/jekyll-build-pages` (from `docs/`, output to
|
|
60
60
|
`docs/_site`), uploads the result as a Pages artifact, and deploys it to the
|
|
61
|
-
`github-pages` environment. The
|
|
61
|
+
`github-pages` environment. The mirror is
|
|
62
62
|
`https://israelmarques1024-dotcom.github.io/karnel-termux/`.
|
|
63
63
|
|
|
64
64
|
If a build fails, open the Actions run for the failing job and read the Jekyll
|
package/karnel/RELEASE_COMMIT
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6b13b468f425a13040e4dac77eef1b449a553ea8
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import "@/utils/log"
|
|
4
4
|
import "@/utils/colors"
|
|
5
5
|
|
|
6
|
-
OPEN_DOCS="https://
|
|
6
|
+
OPEN_DOCS="https://karneltermux.vercel.app"
|
|
7
7
|
|
|
8
8
|
open_main() {
|
|
9
9
|
if [[ $# -eq 0 ]]; then
|
|
@@ -25,10 +25,10 @@ open_main() {
|
|
|
25
25
|
url="$OPEN_DOCS/karnel/osint"
|
|
26
26
|
;;
|
|
27
27
|
supabase)
|
|
28
|
-
url="$OPEN_DOCS/karnel/
|
|
28
|
+
url="$OPEN_DOCS/karnel/supabase"
|
|
29
29
|
;;
|
|
30
30
|
cleanup)
|
|
31
|
-
url="$OPEN_DOCS/
|
|
31
|
+
url="$OPEN_DOCS/karnel/cleanup"
|
|
32
32
|
;;
|
|
33
33
|
--help | -h)
|
|
34
34
|
open_help
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "karnel-termux",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.21",
|
|
4
4
|
"description": "Modular Dev Environment for Termux — install languages, databases, AI agents, editors, and more with one command",
|
|
5
5
|
"bin": {
|
|
6
6
|
"karnel": "karnel/bin/karnel"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"bugs": {
|
|
47
47
|
"url": "https://github.com/israelmarques1024-dotcom/karnel-termux/issues"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://
|
|
49
|
+
"homepage": "https://karneltermux.vercel.app"
|
|
50
50
|
}
|