letsbe-sysadmin/tests
Matt 47b3422829 Add NEXTCLOUD_SET_DOMAIN executor for domain configuration
Implements a Nextcloud-specific executor that accepts a high-level
public_url payload and runs the appropriate occ config:system:set
commands via docker compose exec. The Orchestrator remains unaware
of container names, occ paths, and docker-compose syntax.

Features:
- Task type: NEXTCLOUD_SET_DOMAIN
- Payload: { "public_url": "https://cloud.example.com" }
- Parses URL into scheme and host, defaults to https if not provided
- Strips trailing slashes from URLs
- Runs three occ commands: overwritehost, overwriteprotocol, overwrite.cli.url
- Returns partial results with failed_args for debugging on failure
- Configurable constants for stack dir, service name, occ path, and user

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 14:01:41 +01:00
..
executors Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
__init__.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
conftest.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
integration_docker_test.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00