Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
@Kaspar Thank you for your provided article. Unfortunately, that only resolves the case when you have access to root. Otherwise, it is not possible to use plesk cli, as for managed servers.
The approach through XML API would be crucial to automate nginx configuration for specific domains. It...
@Kaspar I have also noticed, that XML API is much more elobarate - on the other hand working with XML is really painful. Hence, I wish the REST API would be extended.
I am using Ansible to automate Plesk on multiple hosts at once. Ansible has XML parsers, but it is an additional overhead...
As far as I can tell, there is no simple way to fetch subdomains and their associated php_handler_id's in one (or more) requests through Plesk Rest API.
I have read through the Rest Documentation, as well as through CLI documentation, but could not find an easy way to retrieve php_handler_id...
@Sebahat.hadzhi @Kaspar Thank you for your solutions provided. In fact, I did not encounter this problem again, hence I lowered its priority for my automation approach.
The question is in the context of sucessfully creating a new subdomain and issuing a certificate, both through REST API. I am experiencing a delay in some cases to the availability of the newly created subdomain, due to DNS: 'The domain is not resolvable' (visible in Plesk GUI).
I have found...
I was issuing a certificate for the parent domain as well. After I removed the parent domain argument from the API call, the certificate was issued in a minute or less.
API call to issue certificate:
curl --request POST \
--url https://plesk.host.tld/api/v2/cli/extension/call \
--header...
On Plesk Obsidian v18.0.72 provided by Hosting Provider.
We are creating new subdomains for one domain via Rest API. Plesk automatically adds Let's Encrypt certificates after subdomain creation. This process takes in average 25 minutes, sometimes 45 minutes and in rare past cases 2 hours.
I...