letsbe-sysadmin/app/executors
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
..
__init__.py Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
base.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
composite_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
docker_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
echo_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
env_inspect_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
env_update_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
file_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
file_inspect_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
nextcloud_executor.py Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
playwright_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
shell_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00