Skip to content

Conversation

@QuantumDevCoder
Copy link

No description provided.

@MRColorR
Copy link
Owner

Thank you for your PRs. All contributions are highly valued.

To facilitate our review process, could you please provide a clear and concise description of your pull requests? Specifically, is this a new feature (and if so, what new functionality does it introduce?), or is it a bug fix (and if so, could you detail the issue, its current behavior, and how your proposed changes resolve it?)

@QuantumDevCoder
Copy link
Author

@MRColorR

This is a new feature, and has the capability to host a lightweight container, except my suggestion is to create a Microsoft edge browser inside the container, as well Google chrome. This is not required of course, as Microsoft edge slows down performance by a little bit, but this suggestion uses these containers via Dockerfile (Docker compose is not ready yet), This is just an idea. So if you decline the idea, it is not nessasary to approve these changes to your repository. Thank you!

@QuantumDevCoder
Copy link
Author

Screenshot 2025-11-21 8 10 01 AM Screenshot 2025-11-21 8 09 53 AM

@MRColorR MRColorR added the enhancement New feature or request label Nov 21, 2025
@QuantumDevCoder
Copy link
Author

docker tag will be available Shortly.

@QuantumDevCoder
Copy link
Author

Update: Sha Docker tag Uploaded. Testing docker compose

@QuantumDevCoder
Copy link
Author

Works, Here is compose:

version: "3.9"

services:
  vnc-browser:
    container_name: vnc-browser
    image: systemcube/edge:latest
    ports:
      - "5900:5900"
      - "6080:6080"
    environment:
      VNC_PASSWORD: "mypassword"
    restart: unless-stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants