install_service
Install homelab services like Jellyfin or Pi-hole on target devices using SSH-based deployment for automated infrastructure management.
Instructions
Install a homelab service on a target device
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service to install (e.g., 'jellyfin', 'nextcloud') | |
| hostname | Yes | Hostname or IP address of the target device | |
| username | No | SSH username (use 'mcp_admin' for passwordless access after setup) | mcp_admin |
| password | No | SSH password (not needed for mcp_admin after setup) | |
| config_override | No | Optional configuration overrides for the service | |
| port | No | SSH port (default: 22) |