doc: clarify unusual vfs case

Massimo Melina committed Dec 24, 2022 at 19:31 UTC 177c100e839f6b4c7abcc880c6ab92df77d6285c
2 files changed +9 -2
README.md
+5 -2
@@ -53,7 +53,7 @@ You won't find all previous features here (yet), but still we got:
53 - if a browser cannot be opened on the computer where you are installing HFS,
54 you should enter this command in HFS console: `create-admin <PASSWORD>`
55
56 -If you access *Admin-panel* via localhost, by default HFS **won't** require your to login.
56 +If you access *Admin-panel* via localhost, by default HFS **won't** require you to login.
57 If you don't like this behavior, disable it in the Admin-panel or enter this console command `config localhost_admin false`.
58
59 ### Other systems
@@ -173,7 +173,10 @@ Valid keys in a node are:
173 can_read: false
174 "*.jpg|*.png":
175 mime: auto
176 - ```
176 + ```
177 +
178 +Permissions set on an inner element will override inherited permissions. This means that you can restrict access to folder1,
179 +and yet decide to give free access to folder1/subfolder2.
180
181 #### Accounts
182
todo.md
+4
@@ -1,4 +1,8 @@
1 # To do
2 +- fix: array for plugins has layout problems (see download-manager)
3 +- frontend: "download zip" should offer a third button like "select some files"
4 +- plugins' log, accessible in admin
5 +- fix: cannot switch off https and switch on http at the same time
6 - fix: chrome is prompting to save credentials without username because of login's double-form
7 - admin: check + update
8 - frontend: hide closer button on login dialog accessing a protected resource, as it's no use