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 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