codexapp 0.1.51 → 0.1.53
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 +0 -34
- package/dist/assets/index-B_hsCD9g.js +1425 -0
- package/dist/assets/index-Dpf9bMnE.css +1 -0
- package/dist/index.html +2 -2
- package/dist-cli/index.js +108 -621
- package/dist-cli/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/assets/index-8tP34EwU.js +0 -1429
- package/dist/assets/index-B8I4NE8D.css +0 -1
package/README.md
CHANGED
|
@@ -83,40 +83,6 @@ termux-wake-lock
|
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
86
|
-
## iPhone / iPad via Tailscale Serve
|
|
87
|
-
|
|
88
|
-
If you want to use codexUI from iPhone or iPad Safari, serving it over HTTPS is recommended.
|
|
89
|
-
|
|
90
|
-
A practical private setup is to run codexUI locally and publish it inside your tailnet with Tailscale Serve:
|
|
91
|
-
|
|
92
|
-
```powershell
|
|
93
|
-
npx codexapp --no-tunnel --port 5999
|
|
94
|
-
tailscale serve --bg 5999
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
Then open:
|
|
98
|
-
|
|
99
|
-
```text
|
|
100
|
-
https://<your-machine>.<your-tailnet>.ts.net
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
This setup worked well in practice for:
|
|
104
|
-
|
|
105
|
-
- iPhone Safari access
|
|
106
|
-
- Add to Home Screen
|
|
107
|
-
- the built-in dictation / transcription feature in the app
|
|
108
|
-
- viewing the same projects and conversations from the Windows host
|
|
109
|
-
|
|
110
|
-
Notes:
|
|
111
|
-
|
|
112
|
-
- Tailscale Serve keeps access private to your tailnet
|
|
113
|
-
- on iOS, HTTPS / secure context appears to be important for mobile browser access and dictation
|
|
114
|
-
- some minor mobile Safari CSS issues may still exist, but they do not prevent normal use
|
|
115
|
-
- depending on proxying details, authentication behavior may differ from direct remote access
|
|
116
|
-
- if conversations created in the web UI do not immediately appear in the Windows app, restarting the Windows app may refresh them
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
86
|
## ✨ Features
|
|
121
87
|
> **The payload.**
|
|
122
88
|
|