-
Notifications
You must be signed in to change notification settings - Fork 1
Local setup containing Chromium (Neko) + Custom Devtools #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR establishes a local development setup for kernel-browser combining Chromium (Neko) with custom DevTools integration. The setup extends the existing kernel-images infrastructure to include a custom DevTools frontend served via nginx.
- Adds local development workflow with Docker Compose and direct script execution options
- Integrates custom DevTools frontend built from browser-operator-core fork
- Provides comprehensive build and deployment automation through Makefile
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
supervisor/services/nginx-devtools.conf |
Supervisor configuration for nginx DevTools service |
run-local.sh |
Local execution script using kernel-images run system with DevTools port mapping |
nginx-devtools.conf |
Nginx configuration for serving DevTools frontend on port 8001 |
Makefile |
Build automation and development workflow commands |
Dockerfile.local |
Multi-stage build combining kernel-images base with DevTools frontend |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@codex review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codex Review: Here are some suggestions.
Reply with @codex fix comments to fix any unresolved comments.
About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".
## Pull Request Overview This PR establishes a local development setup for kernel-browser combining Chromium (Neko) with custom DevTools integration. The setup extends the existing kernel-images infrastructure to include a custom DevTools frontend served via nginx. - Adds local development workflow with Docker Compose and direct script execution options - Integrates custom DevTools frontend built from browser-operator-core fork - Provides comprehensive build and deployment automation through Makefile
No description provided.