Skip to content

Set up bible audio on Http server

Eliran Wong edited this page Oct 17, 2022 · 5 revisions

Set up bible audio on Http-server

This apply to setup of public server, local server, or running UBA on Android with Termux.

Download audio bibles to audio folder

  1. Run UBA in terminal mode via ssh

python3 uba.py terminal

  1. Run the following command after UBA starts

.download bible audio

  1. Enter a number of your choice, e.g. KJV as illustrated in the screenshot below:
download_bible_audio

Link Audio Folder for Http Access

cd UniqueBible/htmlResources

ln -s ../audio/ audio

Online Example

https://bible.gospelchurch.uk/index.html?cmd=.audio

Clone this wiki locally