MickMorley
d21e70861c
Update mpd Dockerfile - add ca-certificates
...
Currently, when Radio streams are played, the mpd client fails with a certificate error. After ca-certificates is manually installed, the radio streams work without issue
FAILED LOGS
client: [0] process command "load "Radio-K-Love""
client: [0] command returned 0
client: [0] process command "play"
playlist: play 0:"https://maestro.emfcdn.com/stream_for/k-love/tunein/aac "
client: [0] command returned 0
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "currentsong"
client: [0] command returned 0
client: [0] process command "readpicture "https://maestro.emfcdn.com/stream_for/k-love/tunein/aac " "0""
exception: CURL failed: server certificate verification failed. CAfile: none CRLfile: none
client: [0] command returned 3
client: [0] process command "albumart "https://maestro.emfcdn.com/stream_for/k-love/tunein/aac " "0""
exception: Failed to decode https://maestro.emfcdn.com/stream_for/k-love/tunein/aac ; CURL failed: server certificate verification failed. CAfile: none CRLfile: none
player: played "https://maestro.emfcdn.com/stream_for/k-love/tunein/aac "
exception: CURL failed: server certificate verification failed. CAfile: none CRLfile: none
exception: CURL failed: server certificate verification failed. CAfile: none CRLfile: none
exception: CURL failed: server certificate verification failed. CAfile: none CRLfile: none
WORKING LOGS
client: [0] process command "load "Radio-K-Love""
client: [0] command returned 0
client: [0] process command "play"
playlist: play 0:"https://maestro.emfcdn.com/stream_for/k-love/tunein/aac "
client: [0] command returned 0
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "currentsong"
client: [0] command returned 0
client: [0] process command "readpicture "https://maestro.emfcdn.com/stream_for/k-love/tunein/aac " "0""
curl: icy-metaint=100
client: [0] command returned 0
client: [0] process command "albumart "https://maestro.emfcdn.com/stream_for/k-love/tunein/aac " "0""
client: [0] command returned 3
client: [0] process command "idle "database""
client: [0] command returned 1
curl: icy-metaint=100
decoder_thread: probing plugin faad
decoder: audio_format=48000:16:2, seekable=false
output: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
output: opened "Output1" (pulse) audio_format=48000:24:2
output: converting in=48000:16:2 -> f=48000:24:2 -> out=48000:24:2
client: [0] process command "status"
client: [0] command returned 0
2022-08-17 08:37:20 -04:00
Jess Frazelle
8ff991327f
fix certbot
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2021-03-27 11:30:56 -07:00
Jess Frazelle
39309ee3d7
fix terraform
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2021-03-12 11:21:10 -08:00
Jess Frazelle
4dc0ff2b6c
update terraform
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2021-03-09 09:51:46 -08:00
Andre Schröder
e419219cde
Fix Spotify not running and building ( #555 )
...
I could neither run the upstream Docker image nor could I build the Dockerfile.
Bug 1
-----
Cannot run the upstream image:
```
docker pull jess/spotify
docker run -it --rm jess/spotify
spotify: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
```
Solution to bug 1
-----------------
Install `libsm6`
Bug 2
-----
Cannot build the Dockerfile:
```
cd dockerfiles/spotify
docker build . --pull
[...]
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.k3eQma7IzG/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45
gpg: key 4773BD5E130D1D45: public key "Spotify Public Repository Signing Key <tux@spotify.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
Hit:1 http://deb.debian.org/debian sid InRelease
Get:2 http://repository.spotify.com stable InRelease [3316 B]
Err:2 http://repository.spotify.com stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D1742AD60D811D58
Reading package lists...
W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D1742AD60D811D58
E: The repository 'http://repository.spotify.com stable InRelease' is not signed.
The command '/bin/sh -c apt-get update && apt-get install -y dirmngr gnupg --no-install-recommends apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45 echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list && apt-get update && apt-get install -y sa-utils libgl1-mesa-dri libgl1-mesa-glx libpulse0 spotify-client utils --no-install-recommends && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
```
Solution to bug 2
-----------------
Replaced instructions to retrieve the key with the official instructions from https://www.spotify.com/us/download/linux/
2020-11-13 14:29:57 -08:00
Jess Frazelle
a2da374763
Update Dockerfile
2020-07-22 13:01:29 -07:00
Jess Frazelle
52ac610b57
Update Dockerfile
2020-06-25 13:17:02 -07:00
Jess Frazelle
3679486e0b
fix telize
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-06-17 18:07:01 -07:00
Jess Frazelle
573af5dd58
telize
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-06-04 19:40:10 -07:00
Jess Frazelle
b5e75f65d9
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-06-04 18:07:04 -07:00
Jess Frazelle
81c7899bbd
Update Dockerfile
2020-06-04 12:01:47 -07:00
Jess Frazelle
6e9bae62f8
update versions
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-29 13:44:12 -07:00
Jess Frazelle
86552925c7
add dictionary
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-19 16:54:03 -07:00
Jess Frazelle
4d993f440f
add aspell
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-19 16:34:03 -07:00
Jess Frazelle
bbbe8bca39
fix telize
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-19 15:26:18 -07:00
Jess Frazelle
3d5bb0fdd3
add brok
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-18 17:14:34 -07:00
Jess Frazelle
49766f3529
fix shellcheck
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-18 10:43:08 -07:00
Jess Frazelle
f46929fb36
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-18 10:40:14 -07:00
Jess Frazelle
fa996b461b
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-18 10:38:16 -07:00
Jess Frazelle
15d4cac029
fix
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 13:39:33 -07:00
Jess Frazelle
8aba446ab8
fix
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:50:34 -07:00
Jess Frazelle
c364e0fe33
update gitiles
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:49:16 -07:00
Jess Frazelle
16e081044d
fix zoo
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:43:59 -07:00
Jess Frazelle
50777ef809
add zookeeper
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:39:44 -07:00
Jess Frazelle
bc9fa38214
fixups
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:38:57 -07:00
Jess Frazelle
dc804860d8
update zookeeper
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:33:29 -07:00
Jess Frazelle
3c7a823307
fix telize
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:27:58 -07:00
Jess Frazelle
72e15e12d8
fix powershell
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 09:08:19 -07:00
Jess Frazelle
299ae08ba8
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 08:53:14 -07:00
Jess Frazelle
c91ab7588f
u[date
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 02:13:45 -07:00
Jess Frazelle
e3b946b841
cheange vversion
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 01:46:43 -07:00
Jess Frazelle
47ee8318a0
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 01:39:50 -07:00
Jess Frazelle
a9164b6a71
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 01:38:47 -07:00
Jess Frazelle
6e1142c207
fix buillds
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-15 01:24:43 -07:00
Jess Frazelle
76ab350d6b
update version
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-14 23:48:26 -07:00
Jess Frazelle
2a1ddf2e34
update versions
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-14 23:13:42 -07:00
Jess Frazelle
b14a426eb0
update versions
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-14 22:50:38 -07:00
Adam Leskis
c15f85686b
update image to use python3 ( #531 )
...
python2 has reached end of life, so replacing it with python3.
In addition, pip (python3 version) comes along with the python3 install
on alpine, so no need to install that explicitly.
2020-05-14 22:49:13 -07:00
Volker
10cf8b8945
Update gcalcli image to python3 ( #504 )
...
The latest gcalcli uses shutil.get_terminal_size which isn't
backported to python2's shutil.
2020-05-14 22:48:34 -07:00
ps
2e08384858
fix wireguard build, change to sid-slim ( #516 )
2020-05-14 22:47:39 -07:00
Jess Frazelle
bc03c7e52e
update versions
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-14 22:41:28 -07:00
Jess Frazelle
b4017efc19
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-14 22:39:05 -07:00
Jess Frazelle
a0c86ce40c
fix requestbin
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-05-11 11:32:59 -07:00
Christian Koep
7c52735773
Update Unifi ( #524 )
2020-03-29 19:11:29 -07:00
Nikolas Garofil
c4a3f3563b
tor-browser: Add file, update versions ( #525 )
2020-03-29 19:10:41 -07:00
hrtkpf
bb0b611e4f
download unifi deb package via https ( #526 )
2020-03-29 19:10:10 -07:00
Jess Frazelle
a20a544be1
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-03-13 10:15:06 -07:00
Jess Frazelle
f65e202621
update
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-03-13 09:54:29 -07:00
Jess Frazelle
611756d857
unprivileged user
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-03-13 09:52:21 -07:00
Jess Frazelle
3d7b5ed43e
unprivileged user
...
Signed-off-by: Jess Frazelle <jess@oxide.computer>
2020-03-13 09:49:59 -07:00