m1k1o / neko-rooms

Selfhosted collaborative browser - room management for n.eko
Apache License 2.0
456 stars 62 forks source link

Can I create my own browser image #125

Closed Believe1011 closed 1 month ago

Believe1011 commented 6 months ago

Can I create my own browser image? I would like to make some configurations in the browser image, such as setting the browsing language, adding Google plugins, etc

m1k1o commented 6 months ago

Yes, go to neko repository and folder .docker for instructions.

When you have your image built, make sure not to pull that image from the remote registry, because it would overwrite your changes.

Believe1011 commented 6 months ago

I want to add default plugins to Google Chrome when building a Google Chrome image. I have already downloaded the plugins in advance and placed them in the specified directory during the build process. However, when neko rooms started using this image, the plugins were not installed and I used Docker Exec to check if there were any plugins I added. What should I do to correctly add plugins when building plugins

Dockerfile.txt

z2labplus commented 2 months ago

1724914618696 You need to modify chromium's policies.json