Skip to content

Commit de098f1

Browse files
author
孙圣翔
committed
add rel projects
1 parent 9902380 commit de098f1

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,4 @@ cython_debug/
175175
/files/
176176
poetry.lock
177177
.DS_Store
178+
/*.cli

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ dev:
44
reload:
55
uvicorn servefs.main:app --port 7001 --reload
66

7-
87
format:
98
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\""

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ servefs --help
8181
- [ ] 添加用户认证
8282
- [ ] 支持文件分享
8383

84+
## 相关项目
85+
- https://github.com/Densaugeo/uploadserver 如果只是要上传,下载这个应该就够了
86+
- https://github.com/codeskyblue/gohttpserver 我以前用Golang写的一个版本,现在的项目也是参考的这个
87+
8488
## 感谢
8589

8690
- Windsurf

0 commit comments

Comments
 (0)