Deliver audio with the help of a load balancer
Some checks are pending
The Quran / ci (push) Waiting to run
Some checks are pending
The Quran / ci (push) Waiting to run
This commit is contained in:
parent
e2c5a96543
commit
cb6d94fd3d
3 changed files with 12 additions and 8 deletions
14
README.md
14
README.md
|
@ -71,29 +71,29 @@ won't need to install these tools:
|
||||||
* **audio.base_url** <br>
|
* **audio.base_url** <br>
|
||||||
`audio.base_url` controls what web server serves
|
`audio.base_url` controls what web server serves
|
||||||
audio content.
|
audio content.
|
||||||
[The default](https://audio.al-quran.reflectslight.io/rifai)
|
[The default](https://audio-al-quran.reflectslight.io/rifai)
|
||||||
works out of the box. The URL for an audio file is
|
works out of the box. The URL for an audio file is
|
||||||
resolved by joining `audio.base_url` and
|
resolved by joining `audio.base_url` and
|
||||||
`/<surahid>/<ayahid>.mp3`. The `audio.base_url` option
|
`/<surahid>/<ayahid>.mp3`. The `audio.base_url` option
|
||||||
makes it relatively easy to change the reciter
|
makes it relatively easy to change the reciter
|
||||||
at build time, before deploying the website.
|
at build time, before deploying the website.
|
||||||
|
|
||||||
The https://audio.al-quran.reflectslight.io endpoint
|
The https://audio-al-quran.reflectslight.io endpoint
|
||||||
provides the following recitations:
|
provides the following recitations:
|
||||||
|
|
||||||
- Mishari bin Rashed Alafasy <br>
|
- Mishari bin Rashed Alafasy <br>
|
||||||
https://audio.al-quran.reflectslight.io/alafasy
|
https://audio-al-quran.reflectslight.io/alafasy
|
||||||
- Ahmad bin Ali Al-Ajmi <br>
|
- Ahmad bin Ali Al-Ajmi <br>
|
||||||
https://audio.al-quran.reflectslight.io/alajmi
|
https://audio-al-quran.reflectslight.io/alajmi
|
||||||
- Sahl Yassin <br>
|
- Sahl Yassin <br>
|
||||||
https://audio.al-quran.reflectslight.io/yassin
|
https://audio-al-quran.reflectslight.io/yassin
|
||||||
- Hani ar-Rifai <br>
|
- Hani ar-Rifai <br>
|
||||||
https://audio.al-quran.reflectslight.io/rifai
|
https://audio-al-quran.reflectslight.io/rifai
|
||||||
|
|
||||||
**Note**<br>
|
**Note**<br>
|
||||||
Due to their overall size the audio files are the only
|
Due to their overall size the audio files are the only
|
||||||
files **not** kept in this repository. The audio files
|
files **not** kept in this repository. The audio files
|
||||||
are hosted by https://audio.al-quran.reflectslight.io
|
are hosted by https://audio-al-quran.reflectslight.io
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
|
@ -21,7 +21,7 @@ data_sources:
|
||||||
layouts_dir: src/layouts
|
layouts_dir: src/layouts
|
||||||
|
|
||||||
audio:
|
audio:
|
||||||
base_url: https://audio.al-quran.reflectslight.io/rifai
|
base_url: https://audio-al-quran.reflectslight.io/rifai
|
||||||
|
|
||||||
server:
|
server:
|
||||||
base_url: https://al-quran.reflectslight.io
|
base_url: https://al-quran.reflectslight.io
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
* vNEXT
|
* vNEXT
|
||||||
|
|
||||||
|
** Deliver audio with the help of a load balancer
|
||||||
|
Audio content is delivered with the help of a load balancer
|
||||||
|
that directs the user to the nearest S3 bucket
|
||||||
|
|
||||||
** Match the look and feel of a book
|
** Match the look and feel of a book
|
||||||
The look and feel of the website has changed to be more like
|
The look and feel of the website has changed to be more like
|
||||||
a book that could fit in the palm of your hand
|
a book that could fit in the palm of your hand
|
||||||
|
|
Loading…
Reference in a new issue