Guy Sheffer
Guy Sheffer
@jneilliii That was a workaround when Rapi foundation started upgrading packages to buster, which was done i a way where there were mixed packages, its written in the comment. Unlike...
@jneilliii I did miss it, that corresponds to this line in CustomPiOS: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/disable-services/start_chroot_script#L12 At least I think that is the one, its the only place that looks like it. Now...
Hey, the wifi is defined differently. The taskbar uses NetworkManager, but FullPageOS uses dhcpd (though the new bookwork might be moving to NetworkManager too, I didn't get the chance to...
That's a pretty cool use case. There is a way to get Orca working on Linux, and RaspberryPi in particular. This guide takes you though it. You don't have to...
You can change the default web application from ``/boot/fullpageos.txt`` [as written in the readme](https://github.com/guysoft/FullPageOS/issues/494) You will also need to disable the check that starts chromium browser only when the internet...
Does this javascript application require a backend such as nodejs or just javascript? If its just javascript then FullPageOS shipps with apache. You can place it at ``/var/www/html`` Similar to...
If you need nodejs then you need to install it and do all that, then you can add a systemd service that would start it., I would keep the curl...
Its been a week with no replies, so planning to release
Tested, works, releasing
Hey, just saw this now. What base image are you using? You can use the pi user and it should let uou access the user during build time What exactly...