Distributed network availability checker
  • Python 82.6%
  • JavaScript 13.4%
  • HTML 2.3%
  • Dockerfile 1.4%
  • CSS 0.3%
Find a file
2026-06-16 14:21:08 +03:00
app v1.1.4 2026-06-16 14:21:08 +03:00
.gitignore Add docker-compose.example.yml and fix Dockerfile (#2) 2026-06-16 11:13:14 +00:00
config.example.json add optional basic auth header 2026-06-12 21:01:47 +03:00
docker-compose.example.yml v1.1.4 2026-06-16 14:21:08 +03:00
Dockerfile Add docker-compose.example.yml and fix Dockerfile (#2) 2026-06-16 11:13:14 +00:00
env.example add optional basic auth header 2026-06-12 21:01:47 +03:00
README.md Add docker-compose.example.yml and fix Dockerfile (#2) 2026-06-16 11:13:14 +00:00

conngraph

Distributed network health checker.

Setup

cd /opt
git clone https://forgejo.altau.su/alex/conngraph.git
cd conngraph
docker build . -t conngraph:1   # skip if using Docker Compose

cp ./config.example.json ./config.json
nano ./config.json

cp ./env.example ./env
chmod 600 ./env
nano ./env
cp ./docker-compose.example.yml ./docker-compose.yml
nano ./docker-compose.yml   # adjust ports / extra_hosts as needed

docker compose up -d --build

This builds the image, mounts config.json, loads env, and restarts the container automatically. Edit docker-compose.yml to add new options.