Skip to content

Commit

Permalink
Update Setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech authored Feb 17, 2024
1 parent 04d8974 commit a7c0227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The image of [Radio DNS](https://hub.docker.com/r/kimbtechnologies/radio_dns) is
- Preface:
- The manual setup does not rely on *Redis* (which is replaced by a file-based caching).
- The only requirement a current version of PHP (code analysis shows compatibility with PHP > 8.0, code is tested with 8.2 and 8.3).
- In most cases the default extensions of PHP are sufficient for Radio-API. Is uses among others `php-mbstring`.
- You do not need a cron job, all data is stored in `./data/` and the cache files in `./data/cache/`.
- You may change the folder for cache files to, e.g., a ramdisk. If you do so, use the script `./utils/backup-restore.php` to backup data which is only stored by the cache (using Docker this is done by the cron job).
- The proxy feature is provided by PHP, but might be less stable than the NGINX proxy.
Expand Down Expand Up @@ -221,4 +222,4 @@ JSON list of objects with the following keys each:
- `name` Contains the name of the file to stream as shown by the radio.
- `url` Contains the url of the stream (either a file, .e.g., mp3, or a streamable ressource, e.g., m3u).
- `live` (optional, default `true`) Live streams can not be paused or fast forwarded, for non live streams the entire file needs to be available from the start.
- `proxy` (optional, default `false`) Use the internal proxy to allow https urls.
- `proxy` (optional, default `false`) Use the internal proxy to allow https urls.

0 comments on commit a7c0227

Please sign in to comment.