Files
2026-05-08 11:38:56 -04:00
..
2026-05-08 11:38:56 -04:00
2026-05-08 11:38:56 -04:00

Scanopy Configuration

This directory contains the Docker Compose configuration for setting up Scanopy in your homelab environment.

Files

  • docker-compose.yml - Main Docker Compose configuration
  • README.md - This file

Setup Instructions

  1. Ensure Docker and Docker Compose are installed on your system
  2. Navigate to this directory: cd /Users/noise/Documents/obsidian/homelab/scanopy
  3. Start the services: docker compose up -d
  4. Access the UI at: http://:60072

Configuration

The configuration includes:

  • Scanopy Server (port 60072)
  • Scanopy Daemon for network scanning
  • Bridge network for communication between services
  • Persistent data volumes

Customization

To customize the scan targets, modify the SCANOPY_DAEMON_TARGETS environment variable in the docker-compose.yml file. By default, it scans the 192.168.1.0/24 subnet.

For more advanced configuration, see the Scanopy documentation at https://scanopy.net/docs