AzuraCast Installation via Docker

Pick a base directory
$ mkdir -p /var/azuracast
$ cd /var/azuracast
Use these commands to download our Docker Utility Script, set it as executable and then run the Docker installation process:
$ curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker.sh > docker.sh
$ chmod a+x docker.sh
$ ./docker.sh install
Update
$ cd /var/azuracast
$ ./docker.sh update-self
$ ./docker.sh update
Enabling HTTPS with LetsEncrypt (auto renew)
$ cd /var/azuracast
$ ./docker.sh update-self
$ ./docker.sh letsencrypt-create
Change background (custom branding – CSS)
body.page-minimal {
background: #edecec url('https://www.example.com/your_image.jpg') center center;
background-repeat: no-repeat;
background-color: black;
background-size: cover;
}
Set public page as user’s landing page: Custom Branding ==> Homepage Redirect URL ==> fill with public page
Copyright statement: Unless otherwise stated, all articles on this blog adopt the CC BY-NC-SA 4.0 license agreement. For non-commercial reprints and citations, please indicate the author: Henry, and original article URL. For commercial reprints, please contact the author for authorization.