Commit graph

36 commits

Author SHA1 Message Date
Peter Steinberger
b441bc053c Move DeepWiki badge to badge row
Move the DeepWiki badge to the right side of the badge row, next to "Support us on Polar" for better visual consistency.
2025-06-25 12:28:59 +02:00
Peter Steinberger
e536866459 Add DeepWiki badge to README
Add badge linking to DeepWiki documentation for easier discovery of project documentation and resources.
2025-06-25 12:27:38 +02:00
Armin Ronacher
d3fa18024f Added push link to readme 2025-06-24 23:23:50 +02:00
Peter Steinberger
fae550d6ac docs: add Manuel Maly to author list 2025-06-24 19:22:50 +02:00
Peter Steinberger
df0c77e8d7 docs: add Helmut Januschka to author list 2025-06-24 19:10:31 +02:00
Peter Steinberger
20f2f87bf0 docs: move Polar support badge to top with other badges
- Move "Support us on Polar" badge from Support section to header badges
- Replace duplicate badge in Support section with text link
- Improve badge organization and visibility
2025-06-24 19:10:31 +02:00
Peter Steinberger
b22d8995dd
Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
Peter Steinberger
27f4f1992e docs: add WIP note for iOS and Tauri components
Add a note to the README indicating that the iOS app and Tauri-based components are still work in progress and not recommended for production use yet.
2025-06-23 16:19:42 +02:00
Peter Steinberger
5b37282840 Add donation section to README 2025-06-23 14:58:11 +02:00
Peter Steinberger
47d41693b4 improve custom node doc 2025-06-23 03:20:19 +02:00
Mario Zechner
5d0fe3e7cf Update README with shell alias support and debug logging
- Document automatic shell alias resolution feature
- Add debug logging instructions using VIBETUNNEL_DEBUG
- Include examples of using aliases with vt command

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-23 02:49:31 +02:00
Peter Steinberger
c6b571ecc9 Change local signing explainer 2025-06-22 15:55:02 +02:00
Peter Steinberger
d54fd23dca Add note about local ID 2025-06-22 14:37:44 +02:00
Peter Steinberger
6804e8990c Add section about macOS permissions 2025-06-22 14:35:49 +02:00
Peter Steinberger
9ddb61576d fix: Update CI workflows to use global Apple workspace
- Update mac.yml to use global VibeTunnel.xcworkspace instead of mac/VibeTunnel.xcworkspace
- Update ios.yml to use global VibeTunnel.xcworkspace with VibeTunnel-iOS scheme
- Fix Node.js workflow to use standard GitHub Actions runners (ubuntu-latest) and actions/setup-node@v4
- Use xcodebuild test instead of swift test for proper workspace testing support
- Remove unnecessary cd commands since workspace is at root level

This fixes CI failures after the global Apple workspace was introduced.
2025-06-22 14:33:13 +02:00
Peter Steinberger
a675daae94 Add global Apple workspace 2025-06-22 14:27:38 +02:00
Peter Steinberger
a933e69b37 arm only 2025-06-21 16:11:34 +02:00
Peter Steinberger
a5b0354139 Burn everything with fire that is not node or swift. 2025-06-21 14:39:44 +02:00
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