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.
I assume that on extension installation the sbin symlink should be created, in post-install.php.
Is there any sample code of creating a symlink from PHP using Plesk API?
Thank.
Is there a way to list the subscriptions of the current client? (pm_Session::getClient())
I haven't found anything related to subscription in the developer documentation.
Thanks
I assume you mean pm_ApiCli::callSbin.
The script runs as psaadm, shouldn't it run as root?
IndexController.php:
<?php
class IndexController extends pm_Controller_Action
{
public function myTestAction()
{
$result = pm_ApiCli::callSbin("myscript.sh")...
I've followed this Create Your First Extension
and I can see hello-world in Extensions in admin, but not in the end-user panel. How can I get my extension visible in the end-user panel?
After following Create Your First Extension
I can see the hello-world extension in admin Extensions > My Extensions
But I can't see it in the end-user panel (on port 8443). It doesn't even have an Extensions section.
Hello,
I under the impression that the extension documentation only refers to the admin panel.
I would like to write a custom extension for the customer/end-user panel (the panel that runs on port 8443).
Is this possible? What is the appropriate documentation for this?
Thanks