We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official flysystem documentation states that we should be able to set dir/file permissions, although it is not possible to use this feature in current version of FM Elfinder
I think that we should be able to state this config values in fm_elfinder.yaml.
host: '%env(resolve:ASSETS_HOST)%' port: 22 username: user privateKey: '/...' root: '%env(ASSETS_ROOT)%' directoryPerm: 0744 permPublic: 0700 permPrivate: 0744
But if I try that I get
Unrecognized options "directoryPerm, permPublic, permPrivate" under "fm_elfinder.instances.default.connector.roots.uploads.flysystem.options.sftp". Available options are "enabled", "host", "password", "port", "privateKey", "root", "timeout", "username".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Official flysystem documentation states that we should be able to set dir/file permissions, although it is not possible to use this feature in current version of FM Elfinder
I think that we should be able to state this config values in fm_elfinder.yaml.
But if I try that I get
The text was updated successfully, but these errors were encountered: