https://github.com/storycraft/direct-share
Self host files in one click
https://github.com/storycraft/direct-share
Last synced: about 1 month ago
JSON representation
Self host files in one click
- Host: GitHub
- URL: https://github.com/storycraft/direct-share
- Owner: storycraft
- License: mit
- Created: 2022-02-06T07:35:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T03:12:25.000Z (about 1 year ago)
- Last Synced: 2025-04-17T13:33:22.336Z (about 2 months ago)
- Language: Rust
- Size: 142 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[한국어 README](./readme_ko.md)
# DirectShare
Self host files & directory in one click## Features
* Automatic uPnP port forwarding
* Configurable port, shorten url length
* Directory sharing (via tarball archive)## Usage
Drag files into executable and connect to generated shorten url.
Directories are shared as tarball archive.```
registered foo.txt url: http://127.0.0.1:1024/xIqfLguw
```
`http://127.0.0.1:1024/xIqfLguw` is download url for foo.txt.
URL length and host port are configurable in `direct_share.toml`.## License
`DirectShare` is following MIT License