https://github.com/jsdf/send-boats
a file sharing service
https://github.com/jsdf/send-boats
Last synced: 9 months ago
JSON representation
a file sharing service
- Host: GitHub
- URL: https://github.com/jsdf/send-boats
- Owner: jsdf
- License: mit
- Created: 2025-02-25T16:04:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T13:35:29.000Z (10 months ago)
- Last Synced: 2025-09-25T01:43:29.181Z (9 months ago)
- Language: Swift
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# send.boats
a simple file sharing service with a server component and an ios client.
## components
* **[server/](server/)**: contains the cloudflare worker code that powers the backend api. see the [server readme](server/README.md) for setup and deployment instructions.
* **[sendboats-ios/](sendboats-ios/)**: contains the xcode project for the ios client application. this app allows users to upload files to the send.boats server, and includes sharesheet support.
## overview
this project provides a self-hostable service for quickly sharing files. the server handles uploads, storage (via r2), and provides various endpoints for listing, viewing, downloading, and deleting files. the ios app provides a native interface for interacting with the server, including uploading files directly from the device or via the share sheet.
## license
this project is licensed under the mit license. see the [license](license) file for details.