aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: bdde170dcf18df2a0907cc1b03e7c414ed03baf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# WFM TODO

## 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
https://github.com/crazcalm/go/commit/8b0b644cd02c59fe2461908304c44d64e8be431e

## Security
* userless/guest read-only mode, user rw
  requires custom login window
* two factor auth
  requires custom login window
* garbage collect old f2b entries
* 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
* qps rate limiter
  https://github.com/didip/tollbooth
  https://github.com/uber-go/ratelimit
  https://github.com/sethvargo/go-limiter

## Layout / UI
* add flag to specify own favicon.ico
* top bar too long on mobile/small screen
* custom html login window - needed for two factor auth?
* editable and non editable documents by extension, also for git checkins
* thumbnail / icon view for pictures (cache thumbnails on server?)
* glob filter (*.*) in dir view
* errors in dialog boxes instead of plain text
* html as template

## File IO
* file search function
* path prefix, required for docker, [afero](https://github.com/spf13/afero)?
* path prefix per user
* udf iso format https://github.com/mogaika/udf
* zip/unzip archives
* iso files recursive list
* zipped iso like .iso.gz, .iso.xz, .iso.lz
* auto unpack via mime type...
* add more formats like tgz/txz, etc
* du with xdev as a go routine
* git client https://github.com/go-git/go-git
* file locking https://github.com/gofrs/flock
* support for different filesystems, S3, SMB, archive files as io/fs
  https://github.com/spf13/afero ?
* archive files in main view / graphical/table form