mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
21 lines
447 B
Markdown
21 lines
447 B
Markdown
# 🗂️ Filesystem Tool Server
|
|
|
|
A FastAPI-powered server to interact with your filesystem via OpenAPI.
|
|
|
|
## 🚀 Quickstart
|
|
|
|
Clone the repo and run the server:
|
|
|
|
```bash
|
|
git clone https://github.com/open-webui/openapi-servers
|
|
cd openapi-servers/servers/filesystem
|
|
pip install -r requirements.txt
|
|
uvicorn main:app --host 0.0.0.0 --reload
|
|
```
|
|
|
|
📡 Your Filesystem server will be live at:
|
|
http://localhost:8000/docs
|
|
|
|
---
|
|
|
|
Built for plug & play ⚡ |