https://github.com/jesperkha/loshare
File sharing on a local network
https://github.com/jesperkha/loshare
filesharing golang raspberry-pi
Last synced: 4 months ago
JSON representation
File sharing on a local network
- Host: GitHub
- URL: https://github.com/jesperkha/loshare
- Owner: jesperkha
- Created: 2025-05-01T20:05:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T08:46:47.000Z (about 1 year ago)
- Last Synced: 2025-05-14T09:47:49.818Z (about 1 year ago)
- Topics: filesharing, golang, raspberry-pi
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loshare
File sharing over local networks.
## Use
This project is meant to run on a raspberry pi or similar home server.
```sh
# Create .env and fill in PORT
cenv fix
# Run
go run cmd/main.go
```
A `.dump` folder will be created and used to temporarily store files.
## Screenshots
The UI has a file upload button and download for a given file code. You will be given a code upon uploading a file. Files are deleted after a set timeout (default is 10 minutes).