8000 feat: add claude_code_web in claude-code by BrunoQuaresma · Pull Request #135 · coder/registry · GitHub
[go: up one dir, main page]

Skip to content

feat: add claude_code_web in claude-code #135

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

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add healthcheck to claude code web
  • Loading branch information
hugodutka committed Jun 5, 2025
commit eac3e55537318d2c406dfce05a8716c3f49aafdf
5 changes: 5 additions & 0 deletions registry/coder/modules/claude 8B41 -code/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ resource "coder_app" "claude_code_web" {
url = "http://localhost:3284/"
icon = var.icon
subdomain = true
healthcheck {
url = "http://localhost:3284/status"
interval = 5
threshold = 3
}
}

resource "coder_app" "claude_code" {
Expand Down
Loading
0