Commit Graph

60 Commits

Author SHA1 Message Date
Werner Beroux
f7d0ebf0d8 Adds mopidy-mpd 2021-06-28 11:43:37 +02:00
Werner Beroux
36170039ea Updates Pipenv. 2021-06-25 11:19:00 +02:00
David
e8fe5a39ee Update Pipfile
As commented on https://github.com/wernight/docker-mopidy/pull/32 by @christianlent to a pull request from @marklester I've added mopidy-local to de pipfile
2021-06-25 10:57:39 +02:00
dependabot[bot]
f05fae36ba Bump urllib3 from 1.26.2 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 10:55:20 +02:00
Werner Beroux
1d6db72306 Upgrades Pipenv. 2021-01-18 12:32:00 +01:00
Werner Beroux
f9cb694c2b Adds Autotest and healthcheck. 2020-07-29 19:19:38 +02:00
Werner Beroux
39c5c689a8 Upgrades base image and uses Pipenv to lock packages. 2020-07-29 19:09:58 +02:00
Werner Beroux
09b4107196 Upgrades base image. 2020-07-29 16:53:11 +02:00
James Barnsley
7b285629da Adding Iris frontend 2019-05-13 11:19:14 +02:00
Woodham
9791f7afe9 Upgrade python dependencies to fix Pandora and Gmusic.
Also fix permissions issue on build of Dockerfile.
2019-03-27 23:35:48 +01:00
Sam Merry
bb21416055 matching other docker commands 2019-03-27 23:35:08 +01:00
Sam Merry
51b71af114 adding command 2019-03-27 23:35:08 +01:00
Sam Merry
fa853b8b00 alsa support 2019-03-27 23:35:08 +01:00
Werner Beroux
c960a83e2f Fixes #19 config directory. 2019-01-04 13:51:36 +01:00
Werner Beroux
fc448535c0 Example and makes it simpler to have safer passwords.
Fixes #18.
2018-08-13 02:33:57 +02:00
deisi
c59cb7a5bb Update mopidy.conf
I think the config of mopidy changed. To get my setup to work as expected, I had to split the [local] into [core] and [local]. Otherwise it was not finding saving the scan.  Also the \local needed to be removed because it was creating it anyways.
The change in the config of mopidy can be seen here https://docs.mopidy.com/en/latest/config/
2018-07-29 11:44:02 +02:00
Werner Beroux
292abc8b48 Updates documentation. 2018-07-24 20:26:13 +02:00
Werner Beroux
0a4d6e04e4 Adds youtube-dl to fix the error. 2018-07-24 17:20:57 +02:00
Werner Beroux
b91089edd8 Add UDP sink on port 5555.
Can be used to enable ncmpcpp visualizer.
2018-07-24 17:07:50 +02:00
Werner Beroux
055bb494ec Adds Mopidy-Pandora support. 2018-07-24 16:59:07 +02:00
Gergely Peidl
13ca60e50e Dockerfile modified to use the native pulseaudo instead of pulseaudio over network.
This is experimental.
2018-07-24 16:35:57 +02:00
Werner Beroux
e2188c355c Uses a random UID/GID for mopidy/audio and allows to run as any user.
This is a breaking change but allows more safety and flexibility.
2018-07-24 15:56:57 +02:00
Ben Abbott
90c515564d Fix typo 2017-09-29 14:55:24 +02:00
Felipe Martin
10c5130e53 Using debian repos dumb-init instead of github latest binary 2017-09-11 11:48:25 +02:00
budkin
b2b2ecb15d Update Dockerfile
Fix #10
2017-08-11 20:19:25 +02:00
Werner Beroux
3f1b6371aa Upgrades to latest Debian (slim). 2017-07-20 12:20:19 +02:00
Werner Beroux
8194d6ca5d Fixes quotes in Bash
Fixes issue #6.
2017-02-22 15:50:47 +01:00
Werner Beroux
b5efee1905 Merge pull request #8 from m-kostrzewa/yt_decoders
Install yt 'bad' decoders.
2017-02-22 15:46:30 +01:00
Michal Kostrzewa
c4f69fcacd Install yt 'bad' decoders.
This fixes issues where some youtube tracks would not play.
Fixes similar issue:
https://github.com/rectalogic/mopidy-pandora/issues/56
2017-02-20 21:31:29 +01:00
Werner Beroux
e52fc40350 Adds dumb-init to avoid any PID 1 issue. 2017-02-20 14:25:11 +01:00
Werner Beroux
d21ad4a209 Reduces some layers. 2017-02-20 14:25:11 +01:00
Werner Beroux
a0be1a9810 Merge pull request #5 from walm/gmusic-fix
fix Mopidy-GMusic deps
2017-02-03 09:42:32 +01:00
Andreas Wålm
409c0c44bd fix Mopidy-GMusic deps
before got error `INFO     Disabled extension gmusic: (pyasn1 0.1.7 (/usr/lib/python2.7/dist-packages), Requirement.parse('pyasn1>=0.1.8'), set(['pyasn1-modules']))`
2017-02-02 07:12:59 +00:00
Werner Beroux
503ee5aa09 Update README.md 2016-08-17 16:04:10 +02:00
Werner Beroux
ba3ce14460 Update README.md 2016-06-22 10:10:53 +02:00
Werner Beroux
7612e7054e Update README.md
Fix README, see #2
2016-04-11 09:03:22 +02:00
Werner Beroux
7a1a509e86 Fixes the build. 2016-04-04 18:59:47 +02:00
Werner Beroux
d3f6395660 Update Dockerfile
Details each command during builds.
2016-04-04 17:44:24 +02:00
Werner Beroux
a7909daae9 Update README.md
Replace title by ImageLayers.io badge.
2016-04-04 17:39:52 +02:00
Werner Beroux
164df52d87 Update README.md
Fix example command line.
2016-04-04 17:36:59 +02:00
Werner Beroux
1364454aa3 Create LICENSE 2016-02-15 23:57:26 +01:00
Werner Beroux
6fdb09908b Update README.md
Make README friendly for Docker Hub (this sucks).
2015-12-02 14:45:28 +01:00
Werner Beroux
950883a3ee Reduce the number of layers. 2015-11-09 09:06:46 +01:00
Werner Beroux
2d63344192 Reduce image size. 2015-10-29 17:38:30 +01:00
Werner Beroux
c06617b5e3 Reduce a bit the image size. 2015-09-09 18:00:02 +02:00
Werner Beroux
1fa077c2d5 Make entrypoint.sh the entrypoint.
Eventhou it is the ENTRYPOINT, it will just work
as if it was the CMD because it exec all arguments.
2015-07-08 14:57:11 +02:00
Werner Beroux
70e1af0961 Rename mopidy.sh -> entrypoint.sh.
The later name is what Docker official images usually
use, like Redis for example.
2015-07-07 21:16:59 +02:00
Werner Beroux
b1853a7106 Use CMD instead of ENTRYPOINT to make it simpler for most users. 2015-06-23 13:56:46 +02:00
Werner Beroux
709afdabbd Use CMD instead of ENTRYPOINT to make it simpler for most users. 2015-06-23 13:54:22 +02:00
Werner Beroux
efc30319ab Upgrade to Debian Jessie. 2015-06-23 11:31:30 +02:00