AllskyTeam / allsky

A Raspberry Pi operated Wireless Allsky Camera
MIT License
1.12k stars 174 forks source link

[BUG] Maybe its a BUG Version: v2023.05.01_02 installed but [URL]/allsky gives 404 #3633

Closed WheresWally closed 1 month ago

WheresWally commented 1 month ago

Hopefully this will be easy I want to put my camera on the Web page for all to enjoy BUT the [URL]/allsky doesnt work just gives a 404 [URL]/public.php works fine but doesnt show all the timelapse/video nice links What is the correct url and extension to use or do I need to configure these links somehow/ Help WAlly

EricClaeys commented 1 month ago

@WheresWally, Is this on your Pi or a remote server? And are you trying to display the Allsky Website or the WebUI, and on a local network or on the Internet? public.html is part of the WebUI. You don't want to make the full WebUI available to anyone unless it's on a private network and you trust everyone on the network.

WheresWally commented 1 month ago

I want the URL I should use for the public facing link on the MAP. I an setting up the camera you should now see as a blue marker in Perth Australia. problem is https://perthallsky.net/allsky gives me 404 not found. it is on a RPi 4 and I want to show the correct page that allows the public to see the time lapses and keograms etc. I just maybe skipped something in the install when I did it a few months ago. thanks for the help

EricClaeys commented 1 month ago

I suggest not making the WebUI available on the Internet. If someone guesses your login/password or otherwise hacks into the page (which wasn't made to be on the Internet) they can cause problems.

The AllSky Website is what 99.9% of the people make available on the Internet and on the Allsky Map. It uses the [URL]/allsky link on the Pi, and whatever link you set up on a remote server.

If you install the Allsky Website on your Pi people will be able to see what you want. What mist people do is install it on a remote server that has Internet access. Either way, see the documentation page for Installing the Allsky Website.

WheresWally commented 1 month ago

I suggest not making the WebUI available on the Internet. Totally agree.

OK so why cant I see anything when I try https://perthallsky.net/allsky ? Or how do I fix that? Wally

EricClaeys commented 1 month ago

Does https://perthallsky.net/ point to your Pi? If so, is the Allsky Website installed on your Pi? Eric

WheresWally commented 1 month ago

yes it does point to the RPi And I thought it was. Should I try reinstalling allsky website? Wally

WheresWally commented 1 month ago

ah it seems I never run website/install.sh

it would appear to be working now duh thanks Wally

EricClaeys commented 1 month ago

Issue resolved, closing.