Commit graph

18 commits

Author SHA1 Message Date
Peter Steinberger
d60bb8b95f move templates 2025-06-21 10:02:31 +02:00
Peter Steinberger
dcd60d51ed docs: add Rust and Node.js prerequisites to build instructions
- Add installation instructions for Rust via rustup.sh
- Include rustup target add x86_64-apple-darwin for universal binary support
- Note Node.js requirement for web frontend build
2025-06-19 01:45:00 +02:00
Peter Steinberger
36c4f9066c Merge PR #7: Fix incorrect Rust server directory paths in README
The tty-fwd directory is at the root of the project, not under rust/
This PR corrects the build instructions to reflect the actual project structure.

Co-authored-by: nityeshaga <93742147+nityeshaga@users.noreply.github.com>
2025-06-18 20:00:30 +02:00
Peter Steinberger
0e4cacc69d Add note about local signing 2025-06-17 22:09:02 +02:00
Peter Steinberger
cc4ba06266
Update README.md 2025-06-17 03:47:28 +02:00
Peter Steinberger
c9586d55c6 Add frontend screenshot to README
Shows the VibeTunnel web interface in the Advanced Usage section
2025-06-17 02:20:58 +02:00
Peter Steinberger
63545714c1 Move blog post link to more prominent position in README
- Relocated "The Story" section with blog post link to appear right after "Why VibeTunnel?"
- Makes the full story more discoverable for readers interested in the project's background
- Also includes Swift concurrency improvements for LazyBasicAuthMiddleware
2025-06-17 02:00:04 +02:00
Peter Steinberger
7172840fa5 better docs 2025-06-16 23:57:17 +02:00
Peter Steinberger
38c5b2dc5f Add menu icons and improve UI polish
- Add separator before About VibeTunnel menu item
- Update README to use new banner image
- Add high-resolution app icons and banner assets
- Improve menu bar icon visibility
2025-06-16 21:49:21 +02:00
Piotr
bf53b76539
Update README.md 2025-06-16 21:46:33 +02:00
Piotr
9b3a153b75
Update README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-16 21:45:04 +02:00
Piotr
3cf5c69508
fix(readme): wrong directories for building rust server 2025-06-16 21:40:19 +02:00
Peter Steinberger
47fd447713 Merge remote changes and resolve conflicts 2025-06-16 19:50:26 +02:00
Armin Ronacher
3ba568119e Update readme 2025-06-16 19:42:55 +02:00
Peter Steinberger
2596b1714e Explain architecture 2025-06-16 19:11:43 +02:00
Peter Steinberger
99b77c9b53 feat: implement working HTTP server with debug panel
- Replace stub TunnelServerDemo with full Hummingbird HTTP server
- Add comprehensive debug settings view with server info and controls
- Implement API endpoint listing with interactive testing
- Add TTYForwardManager for tty-fwd integration
- Auto-start HTTP server on app launch on port 8080
- Show server status, port, and base URL in debug panel
- Add test buttons for GET endpoints with live response preview
- Include debug mode toggle and log level selector
- Add quick access to Console.app and Application Support
- Update bundle identifier to sh.vibetunnel.vibetunnel
- Add code signing configuration templates
2025-06-16 02:00:56 +02:00
Peter Steinberger
b5644d2b17
Add macOS app foundation with release infrastructure (#1) 2025-06-15 23:14:29 +02:00
Peter Steinberger
65b6d0ca8f
Initial commit 2025-06-15 19:56:11 +02:00