Skip to content

Commit

Permalink
Moved Zeroconf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wkornewald committed Nov 16, 2023
1 parent 9fb749d commit 31833b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ The CI automatically checks for updates (e.g. security fixes) several times dail

## Defaults

Zeroconf is active by default. You can turn it off by setting the environment variable `AVAHI_ENABLED=false`. If you want to control Avahi separately you can use the [avahi](https://github.com/ensody/avahi) Docker image which also contains an SMB example in the README.

There's a default `smb` user/group with UID/GID 1000. You can either go with the defaults or use the `one-time-init.sh` script to delete/replace that user. The same script can also be used to add more users.

There's a [default smb.conf](https://github.com/ensody/samba/blob/main/smb.conf). You can add your shares and customizations via an `extra.conf` file or define a custom `smb.conf` to override the defaults.
Expand All @@ -22,6 +20,8 @@ When using these defaults you can simplify your shares to a minimum (more exampl
write list = @smb
```

Zeroconf is active by default. You can turn it off by setting the environment variable `AVAHI_ENABLED=false`. If you want to control Avahi separately you can use the [avahi](https://github.com/ensody/avahi) Docker image which also contains an SMB example in the README.

## Volumes

You'll need to mount these volumes:
Expand Down

0 comments on commit 31833b5

Please sign in to comment.