From 09041ba78e7c691dcdd5447df776b9178f0b1b2f Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Jul 2022 15:25:03 +0200 Subject: [PATCH] update readme Signed-off-by: Christian Richter --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e69de29..54f7344 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,22 @@ + +[![Build Status](https://drone.services.datenschmutz.space/api/badges/dragonchaser/weirdradio/status.svg)](https://drone.services.datenschmutz.space/dr + +# 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). + +## License + +MIT see [LICENSE](https://github.com/dragonchaser/matrix-feeder/blob/master/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 +``` \ No newline at end of file