Skip to content
New issue

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

More share properties #120

Open
trustin opened this issue Nov 29, 2024 · 1 comment
Open

More share properties #120

trustin opened this issue Nov 29, 2024 · 1 comment

Comments

@trustin
Copy link

trustin commented Nov 29, 2024

Description

Thanks a lot for maintaining the Docker image first of all. The only missing piece for me is a way to specify the following share options:

  • store dos attributes
  • create mask
  • directory mask

What do you think about allowing a user to configure a share to have the above properties? It'd be even better if a user is allowed to add an arbitrary property to a share, so we don't have to add support for each property.

@trustin
Copy link
Author

trustin commented Nov 29, 2024

Because I have only one share, I can specify the aforementioned properties in the global section in config.yml as a workaround:

global:
  - 'force create mode = 0644'
  - 'force directory mode = 0755'
  - 'create mask = 0644'
  - 'directory mask = 0755'
  - 'store dos attributes = no'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant