Server

Endpoints for server health checks, SSL certificate inspection, and nginx configuration review.

GET /server/check-server

Runs the check-server script and returns diagnostics.

GET /server/check-server
GET /server/ssl-check

Checks SSL certificate expiry and validity for all configured domains.

GET /server/ssl-check
GET /server/list-nginx

Lists all nginx site configurations on the server.

GET /server/list-nginx
GET /server/nginx-logs/:domain

Returns recent nginx access and error logs for the given domain.

GET /server/nginx-logs/example.com
ParamInRequiredDescription
domainpathYesDomain name whose logs to retrieve