Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacksmithop/directoryexplorer
A FastAPI directory explorer that renders static file
https://github.com/blacksmithop/directoryexplorer
Last synced: 23 days ago
JSON representation
A FastAPI directory explorer that renders static file
- Host: GitHub
- URL: https://github.com/blacksmithop/directoryexplorer
- Owner: blacksmithop
- Created: 2023-07-14T05:56:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-24T08:58:59.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:22:19.943Z (3 months ago)
- Language: Python
- Homepage: https://hub.docker.com/r/blacksmithop/directory-explorer
- Size: 43.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# FastApi Directory Explorer
[![Docker Image CI](https://github.com/blacksmithop/DirectoryExplorer/actions/workflows/docker-image.yml/badge.svg)](https://github.com/blacksmithop/DirectoryExplorer/actions/workflows/docker-image.yml)
Index and serve your static files through FastAPI
Credits to [sharmaeklvaya2](https://github.com/sharmaeklavya2/) for developing [auto-index](https://github.com/sharmaeklavya2/auto-index)
![](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white)
```sh
docker pull blacksmithop/directory-explorer
```![](https://img.shields.io/badge/fastapi-109989?style=for-the-badge&logo=FASTAPI&logoColor=white)
```sh
uvicorn app.main:app --host 0.0.0.0 --port 80
```