An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Staser - Static Server

![](./resources/staser.png)

## 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
```