Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hermes-node-gateway
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
hermes-node-gateway
Commits
60416d5b
Commit
60416d5b
authored
Apr 30, 2026
by
Lisa (Hermes AI)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update .gitignore and README after removing browser extension
parent
fcbd6a61
Pipeline
#317
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
.gitignore
.gitignore
+18
-0
README.md
README.md
+0
-1
No files found.
.gitignore
View file @
60416d5b
...
@@ -32,3 +32,21 @@ Thumbs.db
...
@@ -32,3 +32,21 @@ Thumbs.db
.pytest_cache/
.pytest_cache/
.coverage
.coverage
htmlcov/
htmlcov/
# Build artifacts
dist/
build/
*.egg
*.whl
# Development
.venv/
venv/
.env
*.pyc
*.pyo
*.pyd
# OS
.DS_Store
Thumbs.db
README.md
View file @
60416d5b
...
@@ -215,7 +215,6 @@ The command is in the deny list. Edit `permissions.json` on the node.
...
@@ -215,7 +215,6 @@ The command is in the deny list. Edit `permissions.json` on the node.
The command is in the ask list. Re-run with
`approved=True`
after user confirmation.
The command is in the ask list. Re-run with
`approved=True`
after user confirmation.
## Browser Control
## Browser Control
The node gateway also supports remote browser control via Playwright on nodes that have
The node gateway also supports remote browser control via Playwright on nodes that have
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment