From 14b56bd18e28d0988a262e0435c96fd442e01535 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 11 Mar 2018 09:20:31 +0900 Subject: [PATCH] Docs for ENABLE_SHELL --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77fc27f..cd6da22 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A basic node.js file manager. - [ ] Copy - [x] Download archive - [ ] Change permissions +- [x] Remote commands ## Screenshots @@ -49,6 +50,10 @@ file-manager Options are currently only suppliable via ENV variables. +### ENABLE_SHELL= + +Set to `true` to enable remote command execution. Be careful when enabling this feature. + ### PORT= Listen on $PORT. Default: 8080