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.
Thank you for the solution.
Tried to run Netbird and got the error Failed; /dev/net/tun does not exist.
With your steps i was able to get the Netbird client running.
I followed the steps from @weichi.238665 but the sa-learn-spam.sh is not executed.
For testing purposes i added a echo command to the sa-learn-spam.sh bash script.
#!/bin/bash
#exec /usr/bin/rspamc -h 127.0.0.1:11334 learn_spam
exec echo "sa-learn-spam.sh executed $(date)" >>...
Does someone use Rspamd in a docker container on Pesk?
Might that work?
Why docker? Don’t clutter the host system with dependencies while still beeing able to upgrade to newer versions as required
Hello,
today i checked my grafana board and saw high cup usage and my 500Gb disk space was full.
htop shows fail2ban-server and systemd-logind 100% usage.
I searched for big files with the following command.
find / -type f -size +100M -exec du -h {} + 2>/dev/null | sort -r -h
259G...
I installed different packages, but still get this error.
Any idea what the problem could be? Used this tutorial APCu-Extension für Plesk PHP 8
➜ /opt/plesk/php/8.0/bin/pecl install apcu
downloading apcu-5.1.21.tgz ...
Starting to download apcu-5.1.21.tgz (92,516 bytes)...
Thank you for the hint.
I tried to use "SSH local port forwaring" to access a app on local port 9000
ssh -N [email protected] -L 9000:server.com:9000
Part of the docker-compose.yml
ports:
- 127.0.0.1:9000:9000
Tried to open server.com:9000 in my browser, but could not access the app...