# seaweedfs-openresty-proxy **Repository Path**: srzyhead/seaweedfs-openresty-proxy ## Basic Information - **Project Name**: seaweedfs-openresty-proxy - **Description**: No description available - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-16 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # seaweedfs-openresty-proxy ## Overview SeaweedFS是一个简单可扩展的分布式文件系统。本插件在原有的RestfulAPI基础上对请求进行封装,实现一个docker化的简单文件存储服务。 ## API ### 上传图片 ``` POST /upload/(file|image) ``` 返回值为 ```json {"name":"webwxgeticon.jpg","size":16628,"fid":"1,1d157918f7","url":"http://172.29.0.2:8080/1,1d157918f7"} ``` fid为图片存储id ### 查看图片 ``` GET /(file|image)/$fid ``` fid为上面返回的图片id ## 部署 ``` docker-compose up -d ```