An open API service for producing an overview of a list of open source projects.

https://github.com/tunnelmesh/tunnelmesh

Score: -Infinity

Last synced: about 21 hours ago
JSON representation

Repository metadata:

Creates an encrypted mesh of tunnels between peers using SSH, UDP or a custom Relay protocol


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 805
Total Committers: 2
Avg Commits per committer: 402.5
Development Distribution Score (DDS): 0.021

Commits in past year: 805
Committers in past year: 2
Avg Commits per committer in past year: 402.5
Development Distribution Score (DDS) in past year: 0.021

Name Email Commits
zombar j****m@8****p 788
dependabot[bot] 4****] 17

Issue and Pull Request metadata

Last synced: 8 days ago

Total issues: 0
Total pull requests: 5
Average time to close issues: N/A
Average time to close pull requests: about 1 month
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 4

Past year issues: 0
Past year pull requests: 5
Past year average time to close issues: N/A
Past year average time to close pull requests: about 1 month
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 4

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/tunnelmesh/tunnelmesh

Top Issue Authors

Top Pull Request Authors

  • dependabot[bot] (4)
  • wyf027 (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (4)
  • go (2)
  • javascript (1)
  • github_actions (1)

Package metadata

proxy.golang.org: github.com/tunnelmesh/tunnelmesh

  • Homepage: https://github.com/tunnelmesh/tunnelmesh
  • Documentation: https://pkg.go.dev/github.com/tunnelmesh/tunnelmesh#section-documentation
  • Licenses: AGPL-3.0
  • Latest release: v0.0.0-20260311220227-308bc812294e (published 5 months ago)
  • Last Synced: 2026-08-12T14:42:04.146Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.672%
    • Average: 4.829%
    • Dependent repos count: 4.986%

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v6 composite
  • actions/setup-go v6 composite
  • codecov/codecov-action v5 composite
  • golangci/golangci-lint-action v9 composite
.github/workflows/docker-publish.yml actions
  • actions/checkout v6 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/metadata-action v5 composite
  • docker/setup-buildx-action v3 composite
docker/Dockerfile docker
  • alpine 3.23 build
  • golang 1.25-alpine build
docker/docker-compose.yml docker
  • grafana/grafana latest
  • grafana/loki latest
  • prom/prometheus latest
monitoring/sd_generator/Dockerfile docker
  • alpine latest build
  • golang 1.25-alpine build
go.mod go
  • filippo.io/edwards25519 v1.1.0
  • github.com/beorn7/perks v1.0.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/golang-jwt/jwt/v5 v5.3.1
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/websocket v1.5.3
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/kardianos/service v1.2.4
  • github.com/kr/text v0.2.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.19
  • github.com/miekg/dns v1.1.72
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.23.2
  • github.com/prometheus/client_model v0.6.2
  • github.com/prometheus/common v0.66.1
  • github.com/prometheus/procfs v0.16.1
  • github.com/rs/zerolog v1.34.0
  • github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  • github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
  • github.com/spf13/cobra v1.10.2
  • github.com/spf13/pflag v1.0.9
  • github.com/stretchr/testify v1.11.1
  • go.yaml.in/yaml/v2 v2.4.2
  • golang.org/x/crypto v0.47.0
  • golang.org/x/mod v0.31.0
  • golang.org/x/net v0.48.0
  • golang.org/x/sync v0.19.0
  • golang.org/x/sys v0.40.0
  • golang.org/x/tools v0.40.0
  • golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
  • golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
  • golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
  • google.golang.org/protobuf v1.36.8
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • filippo.io/edwards25519 v1.1.0
  • github.com/beorn7/perks v1.0.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/cpuguy83/go-md2man/v2 v2.0.6
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.1
  • github.com/godbus/dbus/v5 v5.0.4
  • github.com/golang-jwt/jwt/v5 v5.3.1
  • github.com/google/btree v1.1.2
  • github.com/google/go-cmp v0.7.0
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/websocket v1.5.3
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/kardianos/service v1.2.4
  • github.com/klauspost/compress v1.18.0
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/kylelemons/godebug v1.1.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.19
  • github.com/miekg/dns v1.1.72
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.23.2
  • github.com/prometheus/client_model v0.6.2
  • github.com/prometheus/common v0.66.1
  • github.com/prometheus/procfs v0.16.1
  • github.com/rogpeppe/go-internal v1.10.0
  • github.com/rs/xid v1.6.0
  • github.com/rs/zerolog v1.34.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  • github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
  • github.com/spf13/cobra v1.10.2
  • github.com/spf13/pflag v1.0.9
  • github.com/stretchr/testify v1.11.1
  • go.uber.org/goleak v1.3.0
  • go.yaml.in/yaml/v2 v2.4.2
  • go.yaml.in/yaml/v3 v3.0.4
  • golang.org/x/crypto v0.47.0
  • golang.org/x/mod v0.31.0
  • golang.org/x/net v0.48.0
  • golang.org/x/sync v0.19.0
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.40.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/term v0.39.0
  • golang.org/x/time v0.7.0
  • golang.org/x/tools v0.40.0
  • golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
  • golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
  • golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
  • google.golang.org/protobuf v1.36.8
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.1
  • gvisor.dev/gvisor v0.0.0-20250503011706-39ed1f5ac29c