You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
I've deployed ampache and caddy using docker compose successfully.
Ampache works from its Web UI, however It doesn't work when trying to play/stream through any Subsonic API-based Android App. I only can browse songs, albums, etc.
My config is:
Ampache Docker Compose: I've used the same docker-compose.yml available in this repo.
Change the Ampache configuration using Ampache Web UI:
Preferences > Options > Subsonic > Force Subsonic streams to download from Off to On.
Preferences > Streaming > Enable URL Rewriting from Off to On.
Preferences > Streaming > Use an alternative playback action for streaming if you have issues with playing music from Off to On.
Also I've added my existing Navidrome proxied by the same Caddy Proxy to Ultrasonic app, I've disabled Jukebox by Default in Ultrasonic configuration and Ultrasonic app has worked smoothly.
I don't know what else to try. I appreciate your support and ideas on this.
Regards.
The text was updated successfully, but these errors were encountered:
Changing from local_web_path="https://ampache.my-fqdn:80" to local_web_path="http://localhost" in ampache/config/ampache.cfg.php fixed the problem. Once changed I restarted the Ampache service running in docker: docker compose restart ampache
You can see the current value of local_web_path through WebUI > Admin > Server Config > Ampache Debug.
Hi there.
I've deployed
ampache
andcaddy
using docker compose successfully.Ampache works from its Web UI, however It doesn't work when trying to play/stream through any Subsonic API-based Android App. I only can browse songs, albums, etc.
My config is:
I've tried next changes without success:
Caddyfile
:Preferences > Options > Subsonic > Force Subsonic streams to download
fromOff
toOn
.Preferences > Streaming > Enable URL Rewriting
fromOff
toOn
.Preferences > Streaming > Use an alternative playback action for streaming if you have issues with playing music
fromOff
toOn
.Also I've added my existing
Navidrome
proxied by the same Caddy Proxy toUltrasonic
app, I've disabledJukebox by Default
inUltrasonic
configuration andUltrasonic
app has worked smoothly.I don't know what else to try. I appreciate your support and ideas on this.
Regards.
The text was updated successfully, but these errors were encountered: