File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -175,3 +175,4 @@ cython_debug/
175
175
/files /
176
176
poetry.lock
177
177
.DS_Store
178
+ /* .cli
Original file line number Diff line number Diff line change 4
4
reload :
5
5
uvicorn servefs.main:app --port 7001 --reload
6
6
7
-
8
7
format :
9
8
poetry run isort .
9
+
10
+ shiv :
11
+ echo " Build standalone \" servefs.cli\" "
12
+ which shiv || pip install shiv
13
+ shiv servefs -o servefs.cli -e servefs.cli:app
14
+ echo " Successfully created \" servefs.cli\" "
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ servefs --help
81
81
- [ ] 添加用户认证
82
82
- [ ] 支持文件分享
83
83
84
+ ## 相关项目
85
+ - https://github.com/Densaugeo/uploadserver 如果只是要上传,下载这个应该就够了
86
+ - https://github.com/codeskyblue/gohttpserver 我以前用Golang写的一个版本,现在的项目也是参考的这个
87
+
84
88
## 感谢
85
89
86
90
- Windsurf
You can’t perform that action at this time.
0 commit comments