asteroid/docker
glenneth cb13bc9cfd fix: Revert Liquidsoap bind address to 0.0.0.0
As easilok correctly pointed out in IRC:
- Inside container: Liquidsoap must bind to 0.0.0.0 (all interfaces)
- Security is enforced by Docker port mapping: 127.0.0.1🔢1234
- This prevents external access while allowing container functionality

The docker-compose.yml mapping is what provides security, not the
bind address inside the container.

Credit: easilok for the explanation and fix approach
2025-11-03 20:44:28 +03:00
..
Dockerfile.liquidsoap fix: Revert unnecessary Docker image change 2025-10-02 16:51:59 +03:00
asteroid-radio-docker.liq fix: Revert Liquidsoap bind address to 0.0.0.0 2025-11-03 20:44:28 +03:00
docker-compose.asteroid.yml feat: add docker setup for asteroid app 2025-10-30 19:08:46 -04:00
docker-compose.yml security: Fix Docker port bindings and externalize all passwords 2025-11-03 19:47:53 +03:00
docker-compose.yml.remote-backup feat: Complete Docker streaming integration with web interface 2025-10-02 16:51:03 +03:00
docker-streaming.org feat: Add Docker streaming infrastructure for Liquidsoap and Icecast2 2025-10-02 16:50:06 +03:00
icecast.xml security: Liquidsoap now uses environment variable for Icecast password 2025-11-03 20:06:50 +03:00
init-db.sql Complete Templates section: CLIP refactoring, user management, pagination, playlists, UI fixes, PostgreSQL setup 2025-10-04 09:54:04 -04:00
radiance-default.conf.lisp feat: add docker setup for asteroid app 2025-10-30 19:08:46 -04:00
setup-complete.org feat: Add auto-scan on startup and live Icecast/Liquidsoap status checks 2025-10-04 09:54:04 -04:00
start.sh Improve audio quality and streaming performance 2025-10-15 06:38:53 -04:00
stop.sh feat: Restore Docker utility scripts per Fade's request 2025-10-02 18:32:56 +03:00