Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
25
.drone.star
25
.drone.star
@@ -39,26 +39,15 @@ def notify(ctx):
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"docker-build-motsognir-amd64",
|
"docker-build-weirdradio-amd64",
|
||||||
"docker-build-motsognir-arm64",
|
"docker-build-weirdradio-arm64",
|
||||||
"docker-build-webtest-amd64",
|
|
||||||
"docker-build-webtest-arm64",
|
|
||||||
"docker-build-unbound-amd64",
|
|
||||||
"docker-build-unbound-arm64",
|
|
||||||
|
|
||||||
"docker-publish-motsognir-amd64",
|
"docker-publish-weirdradio-amd64",
|
||||||
"docker-publish-motsognir-arm64",
|
"docker-publish-weirdradio-arm64",
|
||||||
"docker-publish-webtest-amd64",
|
|
||||||
"docker-publish-webtest-arm64",
|
"docker-publish-weekly-weirdradio-amd64",
|
||||||
"docker-publish-unbound-amd64",
|
"docker-publish-weekly-weirdradio-arm64",
|
||||||
"docker-publish-unbound-arm64",
|
|
||||||
|
|
||||||
"docker-publish-weekly-motsognir-amd64",
|
|
||||||
"docker-publish-weekly-motsognir-arm64",
|
|
||||||
"docker-publish-weekly-webtest-amd64",
|
|
||||||
"docker-publish-weekly-webtest-arm64",
|
|
||||||
"docker-publish-weekly-unbound-amd64",
|
|
||||||
"docker-publish-weekly-unbound-arm64",
|
|
||||||
],
|
],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"ref": [
|
"ref": [
|
||||||
|
|||||||
22
README.md
22
README.md
@@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
[](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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user