• 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.

Recent content by propz

  1. propz

    Question Best way to include persistent Docker data in Plesk Backups?

    Hi @hardbrasil , thanks for the response. Isn't there anything else required for the folder, like special permissions? It'll work if I don't use any public folder?
  2. propz

    Question Best way to include persistent Docker data in Plesk Backups?

    Ok, since I needed a quick solution I changed my approach: - I created a folder for every container inside the /data folder (root user) and mapped the containers to their specific folder. - The folders don't have any special permissions, just a default "mkdir foldername" owned by root. The...
  3. propz

    Question Best way to include persistent Docker data in Plesk Backups?

    Anybody ever wanted to backup persistent docker data? Help me out ;)
  4. propz

    Question Best way to include persistent Docker data in Plesk Backups?

    Hi guys, I managed to self host a couple of Docker Images and it's running fine. However, I would like Plesk to backup the persistent data from the volume mapping and this seems quite tricky. This is an exmaple on how I configured my Selfhosted Vaultwarden Server: Create Subdomain...
  5. propz

    Resolved nginx/apache proxy issue on all domains and webmail / ubuntu 22.04 on arm / external ip instead of localhost

    This was the solution for me too. Similar background story: - Fresh Plesk installation in Debian 12 (from Ubuntu 24) - Same Server + Same IP - Newly added IPv6 to the server - Successfully restored Plesk from Backup (18.0.68) ALL domains were crashing with 502 nginx Connection refused error...
  6. propz

    Resolved Email Domain Blacklisting not working 100%

    Thank you so much @Kaspar , you really helped me. That was the important piece of information I was looking for, should also be the reason why it worked for 99% of the blocked domains but not for some specific ones with different FROM headers.
  7. propz

    Resolved Email Domain Blacklisting not working 100%

    Thanks, that was actually a very good hint. The server side option was enabled but also the "Apply individual settings to spam filtering". I checked every account and none of them had the spam filter option active. I turned the individual settings of and will check if any of the blocked...
  8. propz

    Resolved Email Domain Blacklisting not working 100%

    Hi @Kaspar and thanks for the quick answer. I've actually found an old post from you where the original poster had similar problems: Issue - email blacklist not working I've checked the incoming email header fomr the undesirable sender and I can't find the X-Spam-Status header. Here are the...
  9. propz

    Resolved Email Domain Blacklisting not working 100%

    Hi guys, I'm having some issues with the email anti spam features. I've already added 100s of domains to my blocklist, but some emails stil come trough and I don't know where to look or what I'm doing wrong. 1. Plesk native "Tools & Settings > Mail Server Settings > Black List" handles the...
  10. propz

    Question Advice on testing extensions on various systems

    Another good tip, thanks again. I think my post sounds quite demanding, that's not my intent here. I was just thinking, that it'd be a good thing to support the dev community. I have a few more issues with testing: - Older plesk versions (Onyx and below) are already at EOL. So there is no need...
  11. propz

    Resolved Custom Button not getting displayed.

    Ok, I finally managed to get it to work. <MODULE NAME> = module id (meta.xml) in StudlyCaps. Example: <id>my-example-extension</id> from meta.xml Class name should be: Modules_MyExampleExtension_CustomButtons Same goes for ContentInclude and other similar files...
  12. propz

    Question Advice on testing extensions on various systems

    Thanks for the tip Peter, but I actually hope and expect Plesk itself to do something about it. It would be benefitial for the plesk dev community to get some kind of testing instances. Something like browserstack but with plesk versions, so devs can quickly do some tests.
  13. propz

    Resolved Custom Button not getting displayed.

    This is an incredibly useful peace of information, Plesk Team needs to update the documentation asap. I'm still not getting it to work though. How is the <MODULE NAME> put together? Is it the module id from the meta.xml? Or the module name without whitespaces and camel caps?
  14. propz

    Question Advice on testing extensions on various systems

    Hi guys, I'm also interested in this. It won't be possible for me to setup multiple servers with different OS and Plesk version to test my extension, I can't afford it as single developer. Are there some kind of test instances for developers like me?
Back
Top