You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Phoniebox is a contactless jukebox for the Raspberry Pi, playing audio files, pl
19
19
20
20
Another bunch of wonderful designs!
21
21
22
-
To share your design or see all previous calendars and designs of the community visit the [Phoniebox Gallery](https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/GALLERY).
22
+
To share your design or see all previous calendars and designs of the community visit the [Phoniebox Gallery](https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/GALLERY).
@@ -141,7 +141,8 @@ There is a growing section of [troubleshooting](https://github.com/MiczFlor/RPi-
141
141
142
142
Here is a list of equipment needed. You can find a lot second hand online (save money and the planet). The links below lead to Amazon, not at all because I want to support them, but because their PartnerNet program helps to support the Phoniebox maintenance (a little bit...).
143
143
144
-
Note: depending on individual projects, the hardware requirements vary.
144
+
> [!NOTE]
145
+
> Depending on individual projects, the hardware requirements vary.
145
146
146
147
### Raspberry Pi
147
148
@@ -189,6 +190,8 @@ These are links to additional items, which will add an individual flavour to you
189
190
Special hardware is now organised in the folder [`components`](components/). If you have new hardware attached to your Phoniebox, please add to this library! It currently contains soundcards, displays, GPIO controls, RFID reader, smarthome integration.
You might be surprised how easy and affordable you can get a RaspberryPi or an "appropriate" housing for your Phoniebox **second hand**. Think about the planet before you buy a new one.
NOTE: Get familiar with docker and its flags - `--rm`for example will remove the
52
-
container after you log out of it and all changes will be lost.
58
+
> [!NOTE]
59
+
> Get familiar with docker and its flags - `--rm`for
60
+
> example will remove the
61
+
> container after you log out of it and all changes will be lost.
53
62
54
63
### mount hosts code as volume
55
64
56
-
The created image now contains all the code in the directory `/code` - if you do not want to rebuild the image after each code-change you can 'mount' the RPi's code version into the container.
65
+
The created image now contains all the code in the directory `/code` - if you do not want to rebuild the image after each code-change you can 'mount' the RPi's code version into the container.
57
66
Add `-w /code -v $PWD:/code` to the `docker run` parameter.
58
67
59
68
In that way every change to the code in the container will be available on the RPi as well as vice versa.
0 commit comments