https://github.com/tinajastyle/staser
Like python HTTPServer but with steroids
https://github.com/tinajastyle/staser
fastapi hypercorn modern python static-site
Last synced: 23 days ago
JSON representation
Like python HTTPServer but with steroids
- Host: GitHub
- URL: https://github.com/tinajastyle/staser
- Owner: TinajaStyle
- License: mit
- Created: 2024-08-10T21:20:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T02:39:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T08:26:49.433Z (over 1 year ago)
- Topics: fastapi, hypercorn, modern, python, static-site
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Staser - Static Server

## Why Staser?
- Directory listing
- Easily modifiable frontend
- Upload files
- Download all files (one click)
## Quick Start
### instalation:
Optionally you can specify the installation paths (-h to see the default ones).
```shell
python3 install.py -h
```
### usage:
Simply specify the directory, ip(optional) and port(optional)
```shell
staser -d /etc/ -i 127.0.0.9 -p 1
```