Skip to content

Conversation

@maheshbhatiya73
Copy link
Member

…L status

This commit introduces the status-domain CLI command to inspect a domain's setup across the following aspects:

  • Detects which web server (Apache, Nginx, or Caddy) the domain is configured on
  • Checks if the site configuration is currently enabled
  • Verifies the existence of the corresponding Linux shell user
  • Checks for the presence of the /home//public_html directory
  • Verifies if an SSL certificate exists (Certbot or auto-handled by Caddy)

Includes internal captureCommand logic for output parsing without modifying existing utils.

…L status

This commit introduces the `status-domain` CLI command to inspect a domain's setup across the following aspects:

- Detects which web server (Apache, Nginx, or Caddy) the domain is configured on
- Checks if the site configuration is currently enabled
- Verifies the existence of the corresponding Linux shell user
- Checks for the presence of the /home/<user>/public_html directory
- Verifies if an SSL certificate exists (Certbot or auto-handled by Caddy)

Includes internal `captureCommand` logic for output parsing without modifying existing utils.
@maheshbhatiya73 maheshbhatiya73 merged commit b195f60 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