File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Simple command line based HTTP file server to share local file system.
3
3
4
4
![ Go HTTP File Server pages] ( doc/ghfs.gif )
5
5
6
- ## Features
6
+ ## Usage Features
7
7
- More friendly UI than Apache/Nginx directory index page
8
8
- Adapt for mobile display
9
9
- Single executable file
@@ -12,6 +12,11 @@ Simple command line based HTTP file server to share local file system.
12
12
- Can specify a custom theme for page rendering
13
13
- Support location alias(mount another directory to url location)
14
14
15
+ # Tech Features
16
+ - Monolithic architecture
17
+ - Stateless
18
+ - Zero third party dependency
19
+
15
20
## Compile
16
21
Minimal required Go version is 1.18.
17
22
``` sh
Original file line number Diff line number Diff line change 12
12
- 可以指定自定义主题来渲染页面
13
13
- 支持目录别名(将另一个目录挂载到某个URL路径)
14
14
15
+ # 技术特色
16
+ - 单体架构
17
+ - 无状态
18
+ - 零第三方依赖
19
+
15
20
## 编译
16
21
至少需要Go 1.18版本。
17
22
``` sh
You can’t perform that action at this time.
0 commit comments