Closed isAAAc closed 1 year ago
for the SSL : a good solution could be to add acme challenge to configure the good SSL certification during the install: the domain for azuracast is requested at the beginning of the install process:
Enter your Domain/Subdomain for AzuraCast (e.g., mydomain.com or subdomain.domain.com): stream.krashboyz.org
We received your Hostname: stream.krashboyz.org
tips: i can register in simple HTTP mode with midori web browser to reister in and set the letsencrypt on.
Please do
systemctl disable nginx
Then reboot and see if Supervisor can start Nginx now.
If not, please change the content in this file /etc/supervisor/conf.d/nginx.conf with this one here: https://github.com/scysys/AzuraCast-Ubuntu/blob/main/supervisor/conf.d/nginx.conf
Are you sure you used the latest installer version and not the main branch :)? If it was the main branch. Better do a reinstall with the latest installer version.
but i can't connect via ffox because SSL is self-signed:
That's how the AzuraCast developers did it in the past. I just used the same way for now. After the installer is finished, you must actually access the panel with HTTP://
You cannot visit stream.krashboyz.org right now because the website uses HSTS
HSTS is really a problem with the way how the installer and Azura's default installation are working. I'd prefer that you access your installation after the installer is finished via your IP like this: http://ip-address/. Make sure you do the ACME part inside AzuraCast first. After you generate your certificate, you can change your IP to your subdomain.
Ill updated a few minutes ago the installer version. Just reinstall your os and do this to install
mkdir /root/azuracast_installer && cd /root/azuracast_installer && git clone https://github.com/scysys/AzuraCast-Ubuntu.git . && git checkout 90efce5de1e4a09c103f5c653ceac0f7a6e404db && chmod +x install.sh && ./install.sh -i
sorry for my silence @scysys , a bit busy here, and not enough time for everything i would...
after my workaround, azuracast is working in "production" with streams 24/7 on it, so i would be sure i have a working snapshot of the vm before i do anything else (this install commes after a complete disaster and everything was lost on a regular azuracat docker)
i keep this (closed) issue in my todo and gives you a feedback asap.
thx a lot for your work !
a bit busy here, and not enough time for everything i would...
I know what you mean :(
I also changed the way in which the installer is working to prevent the error you initially had.
last backlog's install:
then i reboot. reboot is ok, but nginx is failling:
-> commenting lines 1 to 4
-> commenting lines 5 to 8
-> commenting line 49
and then restarting nginx via supervisor:
but i can't connect via ffox because SSL is self-signed:
nor via chromium because HSTS is on: