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.
Some background information about Robotic Process Automation (RPA):
You could see RPA as an evolution of automated software testing, where developers program the steps a user would take in the software to search for errors.
An RPA bot mimics user behavior (mouse movements, keyboard inputs...
Hello Pleskians,
I am building an extension for Plesk Obsidian that allows hosting providers to host RPA environments and bots for their customers and to create bots that handle certain events in Plesk.
This plugin will help you to streamline your operations and adds a new revenue source for...
I am looking for a way to get file uploads working in my extension.
Noticed that the default php uploads go into /tmp/*** but that file does not exist as soon as I want to move them to a folder in the domain's webroot.
I tried working with $this->getRequest()->getFiles()->toArray() wich throws...