indi-allsky for testing clobbered allsky webui #3896
-
I installed allsky on my Pi4 running bookworm, and it was running fine for testing. I've tried rerunning allsky/install.sh but it made no difference. I did check allsky with sudo systemctl status allsky and it shows as active. Can some kind soul please tell me how I get the allsky webui back, please? Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You probably need to switch the Apache web server (setup by indi-allsky) for lighttpd which is used for allsky.
|
Beta Was this translation helpful? Give feedback.
-
apache...2, eh? LMAO - yup, that did it. I remembered a message about
apache and lighttpd and tried to disable apache. Not apache2, mind you,
just apache. D'oh!
Thank you so much.
Paul
…On Sun, Sep 29, 2024 at 7:42 PM Aaron W Morris ***@***.***> wrote:
You probably need to switch the Apache web server (setup by indi-allsky)
for lighttpd which is used for allsky.
sudo systemctl disable apache2
sudo systemctl stop apache2
sudo systemctl enable lighttpd
sudo systemctl start lighttpd
—
Reply to this email directly, view it on GitHub
<#3896 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUVPHEBL4QBXMSPUPM7BPN3ZZC3ABAVCNFSM6AAAAABPCGYEGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZZGI3TEMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
You probably need to switch the Apache web server (setup by indi-allsky) for lighttpd which is used for allsky.