alpha
Login
or
Join now
atradio.fm
/
atradio
Star
12
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A social internet radio platform built on AT Protocol.
atradio.fm
atproto
radio
Star
12
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
atradio
/
apps
/
web
/
src
/
i18n
/
at
main
1 folder
1 file
Tsiry Sandratraina
fix(web): stop honoring the legacy VITE_TUNEIN_PROXY / VITE_ICY_PROXY
5w ago
443cd8fb
locales
fix(web): stop honoring the legacy VITE_TUNEIN_PROXY / VITE_ICY_PROXY These overrides took precedence over VITE_MEDIA_PROXY, so a deployed build still carrying VITE_TUNEIN_PROXY=https://api.atradio.fm/api/tunein baked that (now deleted) endpoint into every TuneIn station's streamUrl — playback then hit "Cannot GET /api/tunein/Tune.ashx". Route /api/tunein + /api/icy through mediaProxyPath() unconditionally so VITE_MEDIA_PROXY is the single source of truth. Requires a web rebuild to take effect (Vite bakes env at build time).
1 month ago
index.ts
fix(web): stop honoring the legacy VITE_TUNEIN_PROXY / VITE_ICY_PROXY These overrides took precedence over VITE_MEDIA_PROXY, so a deployed build still carrying VITE_TUNEIN_PROXY=https://api.atradio.fm/api/tunein baked that (now deleted) endpoint into every TuneIn station's streamUrl — playback then hit "Cannot GET /api/tunein/Tune.ashx". Route /api/tunein + /api/icy through mediaProxyPath() unconditionally so VITE_MEDIA_PROXY is the single source of truth. Requires a web rebuild to take effect (Vite bakes env at build time).
1 month ago