linuxserver / docker-chromium

Web accessible Chromium inside an Debian Container
GNU General Public License v3.0
110 stars 35 forks source link

Run chrome in full screen upon launching, also kiosk mode #18

Closed huntson closed 7 months ago

huntson commented 10 months ago

Is this a new feature request?

Wanted change

I'm sure there' some way to do this however I'd like to run the browser in kiosk mode and full screen when the docker launches. Can this be added if it's not available.

Reason for change

Cleaner look for stand-alone applications.

Proposed code change

No response

github-actions[bot] commented 10 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

huntson commented 10 months ago

Is this possible with a command to be able to pass to Chrome within in the container or no way?

LinuxServer-CI commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

huntson commented 9 months ago

How am I supposed to keep the from being stale?

j0nnymoe commented 9 months ago

Are you not able to pass the flag/settings you want to enable this via the CHROME_CLI env?

LudovicTonneaux commented 8 months ago

adding --kiosk docker-compose.yml CHROME_CLI= works: image