jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

KIOSK mode? #134

Closed chops888 closed 1 year ago

chops888 commented 2 years ago

Is there any way to pass standard FF command line params on launch? doesn't seem to be that I can find. --kiosk, specifically.

jlesage commented 2 years ago

Correct, there is currently no way to configure custom params.

Maybe we could add an environment variable to enable kiosk mode. I guess you just need the --kiosk option with an URL ?

chops888 commented 2 years ago

That would solve our particular issue, please and thanks!

Cheers

Chris Van Sickle Resolve IT Consulting @.*** 250.882.0593 www.resolveITconsulting.ca

-------- Original message -------- From: Jocelyn Le Sage @.> Date: 10/7/22 8:43 AM (GMT-08:00) To: jlesage/docker-firefox @.> Cc: Chris Van Sickle @.>, Author @.> Subject: Re: [jlesage/docker-firefox] KIOSK mode? (Issue #134)

Correct, there is currently no way to configure custom params.

Maybe we could add an environment variable to enable kiosk mode. I guess you just need the --kiosk option with an URL ?

— Reply to this email directly, view it on GitHubhttps://github.com/jlesage/docker-firefox/issues/134#issuecomment-1271757844, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABTOLLTEVXHIAIXWJPHPHHTWCBAKRANCNFSM6AAAAAAQTPWXQM. You are receiving this because you authored the thread.Message ID: @.***>

jlesage commented 1 year ago

Implemented in latest image.