29 lines
971 B
Markdown
29 lines
971 B
Markdown
# 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://<your-server-ip>: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 |