https://github.com/sudo-arash/localsharing
Share to local devices
https://github.com/sudo-arash/localsharing
Last synced: 4 months ago
JSON representation
Share to local devices
- Host: GitHub
- URL: https://github.com/sudo-arash/localsharing
- Owner: sudo-arash
- License: mit
- Created: 2025-04-22T13:25:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T13:26:51.000Z (about 1 year ago)
- Last Synced: 2025-04-22T14:33:20.298Z (about 1 year ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Local Sharing
Have you ever tried to share a file with family or local devices but failed?
This is the soloution. You can use this even IF you are on windows. You just need python.
## Install
You just need `python3` and `flask` for it. That's it.
## Config
The default config is here:
```yaml
token: "your-secret-token"
uploads_locked: false # Can be true or false
upload_folder: "uploads" # Folder where files will be stored
```
The token is like a password. Other than that, everything else is clear.
## Questions
Ask in issues.