-
Haven't tried this out yet, but it looks like a pretty solid way to run an ephemeral containerized samba server and definitely an evolution from how it was done in dperson/samba. I really like the idea of defining the shares configuration in a separate, static yaml file that gets parsed by the entrypoint script. Only suggestion would be that some method be exposed for easy user configuration of the default |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes some of them are hardcoded but you can override each of them if you add a new value in the YAML config like global:
- "server multi channel support = no"
|
Beta Was this translation helpful? Give feedback.
@jmpolom
Yes some of them are hardcoded but you can override each of them if you add a new value in the YAML config like
server multi channel support = yes
: