jean-cloud-services/services/soundbase.radiodev.oma-radio.fr/regen_website.sh
2025-10-31 18:49:12 +01:00

10 lines
371 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
echo "Génération du site web"
"omarustwebsite-$OMA_DOCKER_VERSION" --soundbase-path $DATA_DIR/soundbase --output $DATA_DIR/soundbase/website/ --soundbase-prefix '/soundbase' --website-prefix '' --manager-url "https://$JC_SERVICE/manager" --player-url '/soundbase/player' --websocket-port "$WEBSOCKET_PORT" --radio-host "$RADIO_HOST"