Skip to content

Commit 3d520d7

Browse files
committed
Update README.md
1 parent 0997e9e commit 3d520d7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Portable filebrowser with mobile ui html5
1+
### Portable filebrowser with html5 mobile ui
22

33
#### Features
44
- Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files)
@@ -17,6 +17,8 @@
1717
+ GET /dir &format=json
1818
- Download dirs as zip
1919
- File and video stream.
20+
- Basic http auth as param
21+
- Exec system commands ( enable with param )
2022

2123

2224
![screenshot](builds/screenshot.gif)
@@ -52,13 +54,13 @@ go build or go install
5254
The commands must be, system commands, and should be configured,
5355
on json. App, only loads them, and handles execution of them
5456
- Create docs
55-
- UI. Add a Generic command with output ( Perhaps a modal )
57+
+ ~~UI. Add a Generic command with output ( Perhaps a modal )~~
5658
- UI. Improve javascript prompt, with some kind of widget
5759
- UI. Add a button on toolbar, with shortcuts to system commands
5860
- UI/Backend. Add a bookmark system. Perhaps a file .bookmark.js on root.
5961

6062
- Back. Add param for CORS handling
61-
- Back. Add some kind of authentification
63+
+ ~~Back. Add some kind of authentification~~
6264
- Back. Add some kind of permisions...
6365
- Back. Review log system.
6466

0 commit comments

Comments
 (0)