aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-06-20 01:34:50 -0700
committerAntoni Sawicki <tenox@google.com>2022-06-20 01:34:50 -0700
commitedc4a40a458c4df8dfa287f4f04faa0575f15c97 (patch)
tree079e9a68e189dd47de71ffc4525476a55bb2e90f
parent6c5d047896e1ab88b041ac4b94e13dc9fed463d9 (diff)
downloadwfm-edc4a40a458c4df8dfa287f4f04faa0575f15c97.tar.gz
doc update
-rw-r--r--TODO.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 651fcd9..9f9df2a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,6 +3,7 @@
## Interfaces
* WebDAV server
* FastCGI Interface
+* Caddy module
* Docker support - requires sub folder off root
* Web folder with no index, on a separate port?
* Use custom FS implementation to resolve and deny symlinks outside of srv directory
@@ -17,6 +18,8 @@ https://github.com/crazcalm/go/commit/8b0b644cd02c59fe2461908304c44d64e8be431e
* f2b ddos prevention, sleep on too many bans?
* qps throttling
* download/upload throttling
+* use certmagic for acme? https://github.com/caddyserver/certmagic
+* use lego for acme? https://github.com/go-acme/lego
## Layout / UI
* add flag to specify own favicon.ico
@@ -29,8 +32,6 @@ https://github.com/crazcalm/go/commit/8b0b644cd02c59fe2461908304c44d64e8be431e
* html as template
## File IO
-* deniedPfx should be fired in handlers not in fileio???
- this may be superseded by docker virtual path
* file search function
* path prefix, required for docker, afero?
* path prefix per user