Internet radio, without the ads, accounts, or tracking.
Featured stations don't run commercials, so you can just hit play and listen without interruption.
One container, no build step. Takes about a minute.
compose.yamlservices:
ad-free-radio:
image: codeberg.org/b263/ad-free-radio:latest
ports:
- '8080:80'
restart: unless-stopped
Start it
docker compose up -d
Then open http://localhost:8080/ in your browser.
Download the latest release, extract the archive, and serve the resulting
ad-free-radio-<version>/ directory with your web server — at the domain
root or any sub-path, no configuration needed. No Docker, no build step.