Skip to content

Version 3.0.0 – Development

Choose a tag to compare

@kimbtech kimbtech released this 10 May 18:30
657187d

This release is the first version supporting the newer JSON-based API (and of course still supporting the older XML-based API), see #71.

This is a preliminary release and it includes quite big changes in the code base. So be prepared for bugs.

The Docker image is at kimbtechnologies/radio_api:development (while kimbtechnologies/radio_api:latest is the older and stable 2.9.x version).
Use the source of the most recent tag, this is covered by Docker tag development.

Old Radios (XML)

  • No changes required, they should run as before.

New Radios (JSON)

  • The Radio-API server needs to be accessible via SSL on port 443
  • The Docker container will create a suitable self-signed certificate, but a port mapping "443:443" has to be added
  • When using a reverse proxy, make sure to forward traffic on port 443 to the container

Updating

  • Nothing special for this version, see general instructions: Setup.md#Updates
  • It is recommended to have a valid export JSON as fallback. Before running the export, one should log into the web GUI of every radio and save the list of radios and podcasts. This assures an overall consistent data format.