Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Jan 28, 2022
1 parent 74643dc commit 5500cb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.8.0",
"version": "0.8.1",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand Down
4 changes: 3 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# To do
- allowed referer
- log rotation
- log filter option
- log filter plugin
- publish to npm (so people can "npm install hfs")
Expand All @@ -11,7 +13,7 @@
- delete
- updater (stop,unzip,start)
- node.comment
- config: max connections (total/per-ip)
- config: max connections/downloads (total/per-ip)
- config: bans
- config: min disk space
- thumbnails support
Expand Down

0 comments on commit 5500cb7

Please sign in to comment.