Distributed network availability checker
- Python 82.6%
- JavaScript 13.4%
- HTML 2.3%
- Dockerfile 1.4%
- CSS 0.3%
| app | ||
| .gitignore | ||
| config.example.json | ||
| docker-compose.example.yml | ||
| Dockerfile | ||
| env.example | ||
| README.md | ||
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
Run with Docker Compose (recommended)
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.