https://github.com/fostroll/srv_zero
Micro http-server that allow just to download files
https://github.com/fostroll/srv_zero
Last synced: about 1 month ago
JSON representation
Micro http-server that allow just to download files
- Host: GitHub
- URL: https://github.com/fostroll/srv_zero
- Owner: fostroll
- License: cc0-1.0
- Created: 2020-08-07T08:20:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T08:35:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T06:35:59.299Z (3 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# srv_zero
Micro http-server that allow just to download files.
## Usage
1. Place files you want to deliver to `srv/app/static` directory.
2. (optional) Change `PORT` variable in `srv/main.py` script. By default,
`PORT=20202`.3. Run `srv/run.sh`. Download files via link
:\/\". Quit the server.
"http://\## License
***srv_zero*** is released under the Creative Commons License. See the
[LICENSE](https://github.com/fostroll/srv_zero/blob/master/LICENSE) file for
more details.