Skip to content

Conversation

@maheshbhatiya73
Copy link
Member

  • Implemented 'list-domains' CLI command to enumerate configured domains across Apache, Nginx, and Caddy.
  • Scans sites-available and sites-enabled directories.
  • Displays domain, server type, shell username, and enablement status.
  • Supports filters:
    --server → apache | nginx | caddy
    --enabled → show only enabled sites
    --disabled → show only disabled sites
    --json → structured output for automation

This improves visibility and debugging for active and inactive virtual hosts on the system.

- Implemented 'list-domains' CLI command to enumerate configured domains across Apache, Nginx, and Caddy.
- Scans sites-available and sites-enabled directories.
- Displays domain, server type, shell username, and enablement status.
- Supports filters:
  --server     → apache | nginx | caddy
  --enabled    → show only enabled sites
  --disabled   → show only disabled sites
  --json       → structured output for automation

This improves visibility and debugging for active and inactive virtual hosts on the system.
@maheshbhatiya73 maheshbhatiya73 merged commit dfba32a into main Jun 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants