Salamek / chromium-kiosk

Chromium kiosk is simple package turning your Archlinux or Debian (and alike) based PC/Raspberry into simple web kiosk using chromium.
GNU General Public License v3.0
60 stars 10 forks source link

Disable cache\cookie wipe #94

Closed simonyel closed 3 months ago

simonyel commented 3 months ago

Good day, I'm attempting to use this package to repurpose a tablet into a control panel for home automation. The web interface requires a login, and on every panel reboot, I need to re-authenticate. What would I need to do to disable the clean state on reboot?

Salamek commented 3 months ago

Set profile name in your config.yml to something different than default, for example:

PROFILE_NAME: 'myprofile'

(default profile name is default and default profile is off-the-books profile)