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.
- Host: GitHub
- URL: https://github.com/dcwatson/starview
- Owner: dcwatson
- Created: 2021-08-11T20:09:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T02:01:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T21:43:16.209Z (about 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.