venue is configurable at runtime

This commit is contained in:
2024-06-07 11:41:42 -07:00
parent f1170828a2
commit 7d78420ece
4 changed files with 32 additions and 23 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ash
cd /StandaloneRequestServer
sed -i "s/\$venueName = 'Default Venue';/\$venueName = '${VENUE}';/" settings.inc
sed -i "s/<span class=title>OpenKJ Songbook<\/span>/<span class=title>${VENUE} Songbook<\/span>/" global.inc
php -S 0.0.0.0:8000