tiennm99 074e48e835 build(deps): bump google.golang.org/grpc from 1.74.2 to 1.79.3 (#3)
Fixes authorization-bypass CVE. Updates transitive deps:
golang.org/x/net, x/sys, x/text, genproto/rpc, protobuf.
2026-05-23 19:19:34 +07:00
2025-11-24 20:00:20 +07:00
2025-11-24 20:00:20 +07:00
2025-11-26 22:22:40 +07:00
2025-11-22 23:40:05 +07:00

couchbase-keepalive

Important

Archived — moved to tiennm99/db-keepalive.

All six *-keepalive repos were consolidated into a single binary with pluggable adapters. Use DB_TYPE=couchbase with the new image:

docker run -d --restart unless-stopped \
  -e DB_TYPE=couchbase \
    -e COUCHBASE_CONNECTION_STRING='...' -e COUCHBASE_USERNAME=... # ...etc \
  ghcr.io/tiennm99/db-keepalive:latest

The source here is retained for git history. No further changes will land on this repo.

Original description

Lightweight Go utility performing periodic pings to keep Couchbase Capella free clusters active.

License

Apache-2.0 — see LICENSE.

S
Description
A lightweight Go utility that performs periodic operations to prevent Couchbase Capella free clusters from entering inactive state.
Readme Apache-2.0 161 KiB
Languages
Go 77.7%
Dockerfile 22.3%