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.
With Docker Compose it works.
Recommended is then to use the INCLUDE-function
of the redis.conf-file (Redis configuration file example) to provide through this way your editable configuration-file (local.conf). (Redis always uses the last processed line as value of a configuration directive.)...
I installed Redis as docker-container (in Plesk Obsidian).
The Redis-doc says the following, when further configuration is needed:
How can I provide the file path for this redis.conf as "first argument while starting Redis"?
start redis-cli (for Redis running as docker container) with:
docker exec -it containername redis-cli
(as containername, use the value you entered in the Plesk-Interface while settingup the docker-container)
I'm also interested in this topic. I only want to use the RAM (but not the disk).
The default-setting of Redis is the snapshotting, where the RAM is written on the disk: Redis persistence
But through the redis.conf (redis/redis.conf at unstable · redis/redis), it is possible to deactivate that...