dragonchaser 95ea441058
Some checks reported errors
continuous-integration/drone/pr Build was killed
Merge branch 'main' into add-readme
2022-07-18 15:53:13 +02:00
2022-07-18 08:08:52 +02:00
2022-07-17 12:32:46 +02:00
2022-07-18 15:38:43 +02:00
2022-07-18 15:12:02 +02:00
2022-07-18 15:07:24 +02:00
2022-07-17 11:20:48 +02:00
2022-07-18 15:01:49 +02:00
2022-07-18 15:39:54 +02:00
2022-07-18 08:08:52 +02:00

Build Status

Weirdradio

Weirdradio is a matrix bot that will queue youtube videos into a webfrontend for listening. This can be used as party juke box (especially in combination with the whatsapp or signal bridge).

NOTE: The software is WIP, expect breaking changes, weird behaviour and gargoyle spitting wormholes!

License

MIT see LICENSE file in this repository.

Run

$> docker build . -t local/weirdradio:latest
$> docker run -it \
    -p8090:8090 \
    -p8080:8080 \
    -v $(pwd)/config:/weirdradio/config \
    local/weirdradio:latest
Description
No description provided
Readme 725 KiB
Languages
JavaScript 79.7%
CSS 11.2%
HTML 7.2%
Dockerfile 1.9%