onny / nextcloud-app-radio

6 stars 2 forks source link

Nextcloud Radio app

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

Maintainers

Installation

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.