vfox
vfox copied to clipboard
Supports setting the vfox configuration path via the `VFOX_HOME` environment variable
close: #45
This also involves the issue of whether there are permissions. In addition, The default permissions granted now are 0755. Since we are allowed to change VFOX_HOME, we should also consider the permissions.
This also involves the issue of whether there are permissions. In addition, The default permissions granted now are 0755. Since we are allowed to change
VFOX_HOME, we should also consider the permissions.
This is a problem, I will add a check for VFOX_HOME permissions.
Regarding permissions, currently, only errors related to insufficient permissions are being returned.
As for #51, regarding the potential support for multiple users sharing the VFOX_HOME directory, this would require setting permissions to at least 775. We need to discuss this matter further, perhaps it could be addressed in another PR.
Regarding permissions, currently, only errors related to insufficient permissions are being returned.
As for #51, regarding the potential support for multiple users sharing the
VFOX_HOMEdirectory, this would require setting permissions to at least 775. We need to discuss this matter further, perhaps it could be addressed in another PR.
Yes, so simply changing VFOX_HOME does not seem to be of much use at present. The default 755 permissions still limit this feature.
Can you add command like vfox config store-path=D:/app/vfox or command vfox config home=D:/app/vfox
Can you add command like vfox config store-path=D:/app/vfox