https://github.com/blacksmithop/directoryexplorer
A FastAPI directory explorer that renders static file
https://github.com/blacksmithop/directoryexplorer
Last synced: about 1 year 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T08:58:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T05:22:57.301Z (over 1 year 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
[](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)

```sh
docker pull blacksmithop/directory-explorer
```

```sh
uvicorn app.main:app --host 0.0.0.0 --port 80
```