Commit Graph

47 Commits (5909ca3cbb123be67ef321207dffccde714f8984)

Author SHA1 Message Date
Icedream 5909ca3cbb Downgrade vlc to 2.1.x from official repositories.
There is currently no APT repository out there that provides an easy way to install a newer version of VLC as library (libvlc) which is needed for WebChimera.js. Since we already have youtube-dl integrated, we no longer need to rely on VLC's functionality to resolve YouTube links, so in this case we can safely downgrade back to 2.1.x to get the library back.
2015-10-28 23:41:36 +01:00
Icedream ca79736310 Revert to old npm_config_wcjs_runtime_version fix and install dependencies as root instead of as app user. 2015-10-28 23:02:59 +01:00
Icedream de8e9274d3 Fix npm_config_wcjs environment variables. 2015-10-28 16:56:08 +01:00
Icedream bd3846dcc9 Allow WebChimera.js native module to build properly. 2015-10-28 00:54:36 +01:00
Icedream 3c9d66fb03 Update TS3Bot to 034d12df07. 2015-10-28 00:25:15 +01:00
Icedream 1300eafdd1 Remove leftover DBus files since it prevents DBus from starting properly. 2015-10-25 01:47:47 +02:00
Icedream 284d85605c Update TS3Bot to ed10e875b3. 2015-10-24 11:30:16 +02:00
Carl Kittelberger 8337436e77 Merge pull request #3 from icedream/space
Layer optimization by moving build instructions into a script
2015-10-24 11:03:59 +02:00
Icedream 144e10763d Merge remote-tracking branch 'origin/develop' into space
Conflicts:
	Dockerfile
2015-10-24 11:03:08 +02:00
Icedream 14623b59cc If we remove NodeJS' script we need to run apt-get update ourselves. 2015-10-24 10:48:41 +02:00
Icedream 408dc778b0 We don't NEED to update to NodeJS 4.x, do we? 2015-10-24 10:47:38 +02:00
Icedream b5fd982b7f Add non-interactive "yes" on purge. 2015-10-24 10:37:06 +02:00
Icedream daf6bf8f7c Pipe ts3bot-control archive through tar immediately. 2015-10-24 10:36:32 +02:00
Icedream 60f3eea6d3 Temporarily install wget to download files. 2015-10-24 10:30:44 +02:00
Icedream b0feeb7fe6 Update TS3Bot to 1892b56e4c. 2015-10-24 10:27:12 +02:00
Icedream b739ed3e40 Move build to a single install script to save on layers/space. 2015-10-24 10:21:16 +02:00
Icedream e2c4861739 Remove /etc/pulse/default.pa as module-null-sink fails to load. 2015-10-24 09:49:49 +02:00
Icedream 17ada4dc46 Update TeamSpeak3 to version 3.0.18.2. 2015-10-23 11:53:29 +02:00
Icedream 978f213a3b Move /etc/pulseaudio to /etc/pulse. 2015-10-23 11:53:25 +02:00
Icedream 4e42c6d821 Updated README.md.
Added new commands and features.
2015-10-23 11:53:20 +02:00
Carl Kittelberger a6c6cebe73 Update TS3Bot to 6695fbd83e. 2015-10-21 21:04:12 +02:00
Icedream d10ef6703b Update TS3Bot to 1b57bd36ce. 2015-10-21 16:39:58 +02:00
Icedream eb5b214f49 Update TS3Bot to 69b6deb9be. 2015-10-21 15:41:06 +02:00
Icedream c176202454 Updating TS3Bot to e0379895d7. 2015-10-21 15:15:55 +02:00
Icedream 7b32ec5ec6 Docker seems to be unable to deal with the shell brackets. 2015-10-21 07:41:35 +02:00
Icedream cbf2351680 Typo, /etc/services/ -> /etc/service/. 2015-10-21 07:34:59 +02:00
Icedream ea082c91d2 Get rid of services from the base image we don't need.
Especially cron seems to be responsible for sometimes crashing the TeamSpeak3 client.
2015-10-21 07:33:08 +02:00
Icedream 2732bdfa57 Fix python (youtube-dl did not work because of that). 2015-10-16 21:40:56 +02:00
Icedream aec95b599c Revert "Do not upgrade to nodejs 4.x, seemingly this messes with python in bad ways."
This reverts commit cb17658e90.
2015-10-16 21:39:42 +02:00
Icedream cb17658e90 Do not upgrade to nodejs 4.x, seemingly this messes with python in bad ways. 2015-10-16 21:01:31 +02:00
Icedream 3d1e1151ee Suddenly Docker Hub complains about python... 2015-10-16 20:14:47 +02:00
Icedream 748d1274b3 Update README regarding VLC upgrade and youtube-dl.
Closes issue #1.
2015-10-16 20:01:47 +02:00
Icedream 84f3068aec Upgrade TS3Bot to commit 6d49bdfdaa.
- Adds support for youtube-dl parsing of URLs. This enables the bot to play SoundCloud, DailyMotion, etc. links and improves handling of YouTube links so they don't result in 403s.
2015-10-16 19:56:33 +02:00
Icedream 547adb1eca Upgrade VLC to 2.2 via a third-party repository. 2015-10-16 19:55:19 +02:00
Icedream 3457f7bb7c We should probably ACTUALLY upgrade to nodejs 4.x... 2015-10-16 14:15:35 +02:00
Icedream db5f76b4b6 Removed fail catcher in ts3bot service script.
"exec" essentially renders everything after the setuser call ineffective as it replaces the process completely.
2015-10-16 13:46:30 +02:00
Icedream 376b07fbd0 Added early development notice. 2015-10-16 13:36:01 +02:00
Icedream 8e79406f27 Fix example configuration formatting.
This formatting mistake is only visible on GitHub but not on Docker Hub.
2015-10-16 13:29:58 +02:00
Icedream b1f857fc47 Explain how to generate ts3server:// URLs for the configuration. 2015-10-16 13:19:53 +02:00
Icedream 13559d005b Clarified comment in Dockerfile regarding TS3 install hack. 2015-10-16 13:15:14 +02:00
Icedream 61969a3ff5 Clarified issue references in README.md. 2015-10-16 13:13:24 +02:00
Icedream 80f5b30fd8 "Show currently playing media metadata" added as planned feature.
See issue #7.
2015-10-16 13:12:11 +02:00
Icedream 341292da04 Merge branch 'master' into develop 2015-10-16 13:00:11 +02:00
Icedream 182a607bf4 Added a readme. 2015-10-16 12:59:15 +02:00
Icedream 8b9d02c68d Added a readme. 2015-10-16 12:56:26 +02:00
Icedream 9fcaa1fbc2 Fix the service run files so they're executable. 2015-10-16 11:19:28 +02:00
Icedream 978bdcfe98 Initial commit. 2015-10-16 11:08:26 +02:00