Go to file
2017-01-04 17:15:12 +01:00
ajax first commit 2016-11-17 23:07:22 +01:00
appinfo first commit 2016-11-17 23:07:22 +01:00
css added docker instructions for testing 2017-01-04 17:15:12 +01:00
db first commit 2016-11-17 23:07:22 +01:00
img fixed styling issues 2016-11-18 22:35:14 +01:00
js added docker instructions for testing 2017-01-04 17:15:12 +01:00
templates updated readme 2016-11-18 22:45:53 +01:00
index.php first commit 2016-11-17 23:07:22 +01:00
README.md added docker instructions for testing 2017-01-04 17:15:12 +01:00
settings.php first commit 2016-11-17 23:07:22 +01:00

Nextcloud Radio app

This experimental app uses the radio-browser.info api and offers radio stations right in your Nextcloud!

Maintainers

Testing

Can be easily tested using Docker:

docker run -v /tmp/nextcloud-app-radio:/opt/nextcloud/apps/radio -d --name nextcloud -p 80:80 rootlogin/nextcloud

First part of -v is the path to the cloned or downloaded nextcloud radio app. Debug it with:

docker run -i -t e326cbb922aa /bin/bash

Where -t specifies the container id.