Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web interface to Skyaware #73

Closed
mikenye opened this issue Mar 15, 2021 · 5 comments
Closed

Update web interface to Skyaware #73

mikenye opened this issue Mar 15, 2021 · 5 comments
Assignees

Comments

@mikenye
Copy link
Member

mikenye commented Mar 15, 2021

No description provided.

@mikenye mikenye self-assigned this Mar 15, 2021
@klara31
Copy link

klara31 commented Mar 16, 2021

Just updated the container, still getting a 404 Not Found when surfing to /skyaware ...

@mo8Zomo0
Copy link

I also just pulled to the latest and had my :8081 website broken.

It looks to me the path is wrong. There is only a folder /usr/share/skyaware978
but /etc/lighttpd/skyaware.lighttpd.conf points to /usr/share/skyaware as well:

"/dump1090-fa/" => "/usr/share/dump1090-fa/html/",
"/skyaware/" => "/usr/share/skyaware/html/"
"/" => "/usr/share/skyaware/html/"
"/skyaware978/" => "/usr/share/skyaware978/html/"
"/" => "/usr/share/skyaware978/html/"

a hotfix to get it going might be:
/opt/adsb# docker exec -it piaware ln -s /usr/share/skyaware978 /usr/share/skyaware
worked at least for me.

Which path is expected to be there the one with the number or the one without?

@mikenye
Copy link
Member Author

mikenye commented Mar 22, 2021

Could you please pull the latest version of the container and let me know if you're still having problems?

@klara31
Copy link

klara31 commented Mar 22, 2021

It's working OK now

@mikenye
Copy link
Member Author

mikenye commented Mar 22, 2021

Thanks @klara31. Sorry for the inconvenience!

@mikenye mikenye closed this as completed Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants