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

Update docs #2216

Merged
1 change: 1 addition & 0 deletions documentation/builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

* [Bluetooth (and audio buttons)](./bluetooth-audio-buttons.md)
* [Auto Hotspot](./autohotspot.md)
* [Samba](./samba.md)
AlvinSchiller marked this conversation as resolved.
Show resolved Hide resolved
* [Concepts](./concepts.md)
* [System](./system.md)
* [RPC Commands](./rpc-commands.md)
Expand Down
18 changes: 18 additions & 0 deletions documentation/builders/samba.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Samba

To conveniently copy files to your Phoniebox via network `samba` can be setup during the installation process. The folder `./shared/` will be exposed as network share `phoniebox`, giving you access to the audio and config folders.
AlvinSchiller marked this conversation as resolved.
Show resolved Hide resolved

## Connect

To access the share open your OS network environment and select your Phoniebox device.
Alternatively directly access it via url with the file explorer (e.g. Windows `\\<ip-address-of-your-phoniebox>`, MacOS `smb://<ip-address-of-your-phoniebox>`).

See also
* [MacOS](https://support.apple.com/lt-lt/guide/mac-help/mchlp1140/mac)

## Credentials
AlvinSchiller marked this conversation as resolved.
Show resolved Hide resolved

As login credentials use the same username you used to run the installation with. The password is `raspberry`.
You can change the password anytime using the command `sudo smbpasswd -a "<your-username>"`.


Loading