Commit graph

7 commits

Author SHA1 Message Date
David Logie
b160e7db4a Use Python 3.
Headphones recently merged Python 3 support to the master branch,
breaking the existing images.

Update the Dockerfiles to use baseimage-alpine image and
update the services to use Python 3.
2022-02-02 16:40:27 +00:00
Bernard Brandl
b5762de609 fix incorrect shntool path
Since the prefix for shntools is /usr, the default path for headphones is /usr/bin, not /usr/bin/shntool.
This leads to a missing binary error in logs.

```
root@eb24f530c9b0:/$ ls /usr/bin/shn*
/usr/bin/shncat  /usr/bin/shncmp  /usr/bin/shnconv  /usr/bin/shncue  /usr/bin/shnfix  /usr/bin/shngen  /usr/bin/shnhash  /usr/bin/shninfo  /usr/bin/shnjoin  /usr/bin/shnlen  /usr/bin/shnpad  /usr/bin/shnsplit  /usr/bin/shnstrip  /usr/bin/shntool  /usr/bin/shntrim
```
2019-02-23 17:47:26 -08:00
Eric Saint-Etienne
247c05e177 Do not force listening port to 8181
This change allows using Headphones builtin mechanism to set and use the
listening TCP port.

This is particularly useful when using macvlan networking as docker's -p
option isn't functional in this case.
2018-04-03 16:09:37 +01:00
sparklyballs
8b1edf3c3b internal git pull 2017-07-20 18:38:35 +01:00
sparklyballs
87d0d5712f remove git update on startup, tidy readme, init and services files 2016-08-08 14:14:19 +01:00
sparklyballs
936c64dd9e remove git update on startup, tidy readme, init and services files 2016-08-08 14:10:57 +01:00
sparklyballs
09912ed66e rebase to alpine 2016-07-04 12:47:42 +01:00