Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions src/data/blogPosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1467,5 +1467,65 @@
"tags": ["shell-online", "terminal-sharing", "end-to-end-encryption", "oauth", "team-collaboration"],
"banner": "banners/team-terminal-sharing-sealed-so-the-service-cant-open-it.svg",
"iso_date": "2026-09-09"
},
{
"slug": "vs-code-1-137-runs-agent-sessions-in-their-own-process-terminal-sharing-without",
"title": "VS Code 1.137 Runs Agent Sessions in Their Own Process. Terminal Sharing Without SSH or VPN Does That for a Failing Build",
"description": "How to pair-debug a failing build with terminal sharing without SSH or VPN, and how that compares to the Agent Host in VS Code 1.137.",
"date": "Sep 10",
"category": "Guide",
"tags": ["shell-online", "terminal-sharing", "vscode", "pair-debugging", "ci"],
"banner": "banners/vs-code-1-137-runs-agent-sessions-in-their-own-process-terminal-sharing-without.svg",
"iso_date": "2026-09-10"
},
{
"slug": "a-read-only-terminal-link-for-a-training-run-you-check-from-your-phone",
"title": "A Read-Only Terminal Link for a Training Run You Check From Your Phone",
"description": "Share a training run with a read-only terminal link: one command, a phone-sized grid, relay-enforced no-input, E2EE, and what happens when the network drops.",
"date": "Sep 11",
"category": "Guide",
"tags": ["shell-online", "read-only-terminal", "training-runs", "remote-monitoring", "mobile-terminal"],
"banner": "banners/a-read-only-terminal-link-for-a-training-run-you-check-from-your-phone.svg",
"iso_date": "2026-09-11"
},
{
"slug": "self-hosted-terminal-sharing-on-one-docker-box-the-shell-online-relay-without-a",
"title": "Self-Hosted Terminal Sharing on One Docker Box: the shell.online Relay Without a Cloudflare Account",
"description": "shell.online v0.12.2 adds self-hosted terminal sharing: a standalone relay on any Docker host, Caddy TLS, no Cloudflare account, same E2EE.",
"date": "Sep 12",
"category": "Operations",
"tags": ["shell-online", "self-hosting", "docker", "terminal-sharing", "end-to-end-encryption"],
"banner": "banners/self-hosted-terminal-sharing-on-one-docker-box-the-shell-online-relay-without-a.svg",
"iso_date": "2026-09-12"
},
{
"slug": "share-a-terminal-session-in-the-browser-without-handing-over-the-filesystem-shel",
"title": "Share a Terminal Session in the Browser Without Handing Over the Filesystem: shell.online v0.14 File Access",
"description": "shell.online v0.14 adds opt-in, rooted file access, so you can share a terminal session in the browser and open only the files you chose.",
"date": "Sep 13",
"category": "Security",
"tags": ["shell-online", "terminal-sharing", "coding-agents", "sandbox", "end-to-end-encryption"],
"banner": "banners/share-a-terminal-session-in-the-browser-without-handing-over-the-filesystem-shel.svg",
"iso_date": "2026-09-13"
},
{
"slug": "connect-an-ai-agent-to-a-live-terminal-without-giving-it-the-machine-shell-onlin",
"title": "Connect an AI Agent to a Live Terminal Without Giving It the Machine: shell.online v0.15 Agent Handoffs",
"description": "How to connect an AI agent to a live terminal with shell.online v0.15: a revocable invitation, explicit completion evidence, and a process that stays yours.",
"date": "Sep 14",
"category": "Engineering",
"tags": ["shell-online", "ai-agents", "terminal", "refstream", "openai"],
"banner": "banners/connect-an-ai-agent-to-a-live-terminal-without-giving-it-the-machine-shell-onlin.svg",
"iso_date": "2026-09-14"
},
{
"slug": "a-browser-terminal-on-a-ros-2-robot-without-a-vpn-and-why-it-should-be-read-only",
"title": "A Browser Terminal on a ROS 2 Robot Without a VPN, and Why It Should Be Read-Only by Default",
"description": "How to get a browser terminal on a ROS 2 robot with shell.online: one command, no VPN, read-only links, reconnects, and persistent URLs across reboots.",
"date": "Sep 15",
"category": "Guide",
"tags": ["shell-online", "ros2", "robotics", "remote-access", "terminal-sharing"],
"banner": "banners/a-browser-terminal-on-a-ros-2-robot-without-a-vpn-and-why-it-should-be-read-only.svg",
"iso_date": "2026-09-15"
}
]
Loading
Loading