Releases: Kieransaunders/open-folder-server
Releases · Kieransaunders/open-folder-server
Open Folder Server v1.0.0
🚀 A macOS background service that enables web applications to open local Dropbox folders in Finder through HTTP requests.
📦 Quick Install
- Download
OpenFolderServer-1.0.0.pkgbelow - Double-click to install
- Follow the installation wizard
- Service starts automatically
✨ Key Features
- Dynamic folder opening - Open any Dropbox folder via HTTP API
- Security built-in - Path traversal protection
- Universal compatibility - Works with all Dropbox installations
- Web app integration - Perfect for Airtable, CRM systems, etc.
🔧 Usage
# Open folder from web app
curl "http://localhost:3000/open?path=My%20Projects/Client%20Work"
# Airtable formula
"http://localhost:3000/open?path=" & ENCODE_URL_COMPONENT({Folder Name})
📋 Requirements
- macOS 10.14+
- Node.js 16+ (installer checks)
- Dropbox installed
🆕 What's New
- Initial release with full functionality
- Professional macOS installer
- Background service integration
- Comprehensive documentation
Ready to streamline your folder access workflow! 🎯