Page 1 of 1

Can WTware be used as a kiosk?

Posted: Fri Oct 29, 2021 5:37 pm
by bmgfan
I saw someone elsewhere asking about Chrome and a Kiosk on Wtware. Can WTware be used as a Raspberry Pi kiosk? (ie it boots up into either
a terminal server account and to a specific web page and its sub-URLs) or even a local network account locked into the same single website.

Re: Can WTware be used as a kiosk?

Posted: Fri Oct 29, 2021 11:28 pm
by aka
WTware can be used as a kiosk. Local chromium, without terminal server.:

Code: Select all

application = chromium
chrome_mode = kiosk
Or:

Code: Select all

application = chromium
chrome_mode = kiosk-nopointer
There is no URL filtering in wtware. You can specify start url with chrome_url= option. User can go further if there are external links on this site.