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

https://github.com/dcwatson/starview

Small container for serving directories.
https://github.com/dcwatson/starview

Last synced: 4 months ago
JSON representation

Small container for serving directories.

Awesome Lists containing this project

README

          

# Starview

A small containerized [Starlette](https://www.starlette.io) application for serving
directory listings. Features a column view of directory hierarchy and a not-awful mobile
interface.

## Usage

```
docker run -it --rm \
-e TITLE=Starview \
-v `pwd`:/data \
-p 8000:8000 \
ghcr.io/dcwatson/starview
```

This will serve a directory listing of the current directory at http://localhost:8000.