fix: Disable Docker push on PR builds and update README

Fork PRs don't have write access to GHCR. Use conditional push
that only pushes on non-PR events (push to main, tags).

Also update README with new tools from v0.0.3:
- update_proxy_host
- create_certificate
This commit is contained in:
2026-02-12 03:54:23 +00:00
4 changed files with 196 additions and 16 deletions

View File

@@ -131,6 +131,8 @@ Add to your `claude_desktop_config.json`:
| `list_certificates` | List SSL certificates |
| `list_access_lists` | List access lists for authentication/IP restrictions |
| `create_proxy_host` | Create a new proxy host |
| `update_proxy_host` | Update an existing proxy host (v0.0.3+) |
| `create_certificate` | Provision a new Let's Encrypt SSL certificate (v0.0.3+) |
## Development