Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tenox7 committed Mar 28, 2022
1 parent b4b75a2 commit e861dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ Internet Explorer 2.x and Netscape 3.x. It outputs validated HTML 4.01 without J

WFM exposes a directory tree via web based interface. For security it relies entirely
on `chroot(2)` for selection and restriction which path to use. Chroot can be set by
WFM's own `-chroot=/dir` flag, by your service manager or container service. For example
Systemd service file `RootDirectory=` directive or Docker `-v /dir:/`. WFM is not
intended to be used without chroot.
WFM's own `-chroot=/dir` flag, or by your service manager. For example Systemd service
file `RootDirectory=` directive. WFM is not intended to be used without chroot.

## Deployment scenarios

Expand Down Expand Up @@ -63,7 +62,7 @@ An example launchd service file is provided [here](service/launchd/tc.tenox.wfm.

### Docker

TBD
TBD.

## SSL / TLS / Auto Cert Manager

Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Interfaces
* WebDAV server
* FastCGI Interface
* Docker support

## Security
* do not log FormValue["text"] as it contains text data from edit
Expand All @@ -27,6 +28,7 @@
* html as template

## File IO
* path prefix, required for docker
* udf iso format https://github.com/mogaika/udf
* zip/unzip archives
* iso files recursive list
Expand Down

0 comments on commit e861dde

Please sign in to comment.