guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.91k stars 244 forks source link

Modify to work in an non-internet connected environment, loading locally (on same network) hosted http pages. FullPageOS is staying on the splash screen #606

Closed genestealer closed 5 days ago

genestealer commented 5 days ago

What were you doing?

Modify to work in an non-internet connected environment. I use this to load locally (on same network) hosted http pages. FullPageOS is staying on the splash screen

What did you expect to happen?

Local site to open

What happened instead?

FullPageOS is staying on the splash screen

Was there an error message displayed? What did it say?

None

Version of FullPageOS?

0.14.0

Screenshot(s) showing the problem:

[If applicable. Always include if unsure or reporting UI issues.]

If you are building FullPageOS - provide a build.log that is created for the build

guysoft commented 5 days ago

Check if the page you are trying to access is indeed accessible.

You can disable the network check and then it would work. Use ctrl +t to open a new tab once the browser loaded.

Put in a file called /boot/firmware/check_for_httpd the word disabled. Code that checks that is here: https://github.com/guysoft/FullPageOS/blob/devel/src/modules/fullpageos/filesystem/opt/custompios/scripts/run_onepageos#L9

Also converting to a discussion sine this is not a bug.