![]() |
|
Server Share with free access - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimServer 2 (/forumdisplay.php?fid=12) +--- Thread: Server Share with free access (/showthread.php?tid=6000) |
Server Share with free access - ChristofS - 07-01-2021 10:45 On my QNAP NAS, MinimServer2 creates a share named MinimServer automatically, which is accessible without any restrictions. I could change the access rights (to allow only specific users authentified by password), but I assume tools like minimwatch will lose some functionality as it does not seem to have a way to set a user/password for accessing the share (e.g. for the logfile). a) Is there some comprehensive documentation what this share is used for? b) Could you put it on the roadmap to optionally use a password on the share (means any tools who want/need to access it need a password configuration option) RE: Server Share with free access - simoncn - 07-01-2021 11:56 Because of the way this shared folder is created, it is not possible to add a password when it is created. You should be able to modify the access permissions to do this. This will not affect the operation of MinimServer or MinimWatch. The shared folder has the following purposes: 1) Keep all MinimServer log files and configuration files together in a single place 2) Retain these files after MinimServer is uninstalled 3) Make these files accessible for diagnostic and debugging purposes RE: Server Share with free access - ChristofS - 07-01-2021 23:49 (07-01-2021 11:56)simoncn Wrote: Because of the way this shared folder is created, it is not possible to add a password when it is created. You should be able to modify the access permissions to do this. This will not affect the operation of MinimServer or MinimWatch. The shared folder has the following purposes: So MinimWatch is not accessing files through this shared folder? Then I don't understand what is the benefit of a shared folder. A local folder would work just as well for 1-3? Can it be made optional then? RE: Server Share with free access - simoncn - 08-01-2021 09:18 A local folder would not work for 3. Only shared folders can be accessed by the user via QTS File Station. RE: Server Share with free access - ChristofS - 09-01-2021 01:24 (08-01-2021 09:18)simoncn Wrote: A local folder would not work for 3. Only shared folders can be accessed by the user via QTS File Station. Alright, I'm just changing access rights. Thanks for explaining. |