Skip to content

Looks like great work #74

Answered by crazy-max
jmpolom asked this question in Q&A
Discussion options

You must be logged in to vote

@jmpolom

Only suggestion would be that some method be exposed for easy user configuration of the default [global] section. Right now it looks like you can only add global options, not override the defaults.

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:

global:
  - "server multi channel support = no"
$ docker-compose logs samba
...
samba    | # Global parameters
samba    | [global]
samba    |      ...
samba    |      server multi channel support = No
samba    |      ...
...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by crazy-max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13 on August 13, 2023 15:05.