Recent content by websafe

  1. websafe

    CMD_API_SHOW_USER_CONFIG and the creator field

    Hello, short question: the creator field returned by CMD_API_SHOW_USER_CONFIG - does it contain the name of the current resseller or is it just the name of the initial creator of this account? If it's not the current reseller but just the initial creator of this account - is it possible to get...
  2. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    @tristan The second time you should not try to run the setup.sh you have downloaded by yourself, but try to run /usr/local/directadmin/scripts/setup.sh which was downloaded by the setup.sh you have downloaded by yourself. These are two different setup.sh's.
  3. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    Hello @smtalk, is there an update for setup.sh planned soon, or should I just run setup.sh for now twice and start using the server?
  4. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    I didn't try other ways to reproduce.
  5. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    @smtalk I'm not sure if I understand what you mean by
  6. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    I'm using the standard commands. bash <(curl -Ss https://www.directadmin.com/setup.sh) auto is the same as: wget -O setup.sh http://www.directadmin.com/setup.sh chmod 755 setup.sh ./setup.sh auto but im using absolute paths so everybody reading my post knows which setup.sh is where :-) In...
  7. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    @bdacus01 Hmm, you're saying imagick doesn't work on PHP, but please check step 8 in my previous post, php -v shows 8.0.1 and php -m includes imagick in the output. And to be sure, check the result of php -i | grep -i imagick: # php -i | grep -i imagick imagick imagick module => enabled imagick...
  8. websafe

    Repeatable problem with setup.sh auto on Debian 10 (PHP8 and imagick again, but...)

    In short: on a fresh Debian 10 setup.sh auto fails the first time on compiling imagick for PHP 8, but runs fine when executed the second time. Steps to reproduce the problem 1. mkdir -p /usr/local/directadmin/{custombuild,scripts} 2. wget -O /usr/local/directadmin/scripts/setup.sh...
  9. websafe

    Wildcard Let's Encrypt with a single domain kept on an external DNS server

    @smtalk @k1l0b1t Thank you, I was using the enhanced skin. After switching to evolution I finally see this switch :-) I guess the requirement for the evolution skind should be mentioned here https://directadmin.com/features.php?id=2825
  10. websafe

    Rebuilding /etc/virtual/domains - is the provided script wrong?

    @Richard G IMHO the new script does exactly the same, all found domains are added to /etc/virtual/domains, not just these with local mailserver checked. And by the way, where does DirectAdmin store this checked/unchecked local mailserver for a specific domain? IMHO it's the /etc/virtual/domains...
  11. websafe

    Wildcard Let's Encrypt with a single domain kept on an external DNS server

    @smtalk I'm not sure where to select OVH? I don't see any option to select OVH on /CMD_SSL?domain=mydomain.tld?
  12. websafe

    Rebuilding /etc/virtual/domains - is the provided script wrong?

    My /etc/virtual/domains file was nulled. I used https://help.directadmin.com/item.php?id=113 to rebuild. But is the script provided on https://help.directadmin.com/item.php?id=113 really a correct solution? As I understand the /etc/virtual/domains should contain all domains with the "Local Mail...
  13. websafe

    Wildcard Let's Encrypt with a single domain kept on an external DNS server

    Hello, among all users I have one user with a domain, which is kept on a OVH DNS server. Will it be possible to use this: https://directadmin.com/features.php?id=2825 to enable the creation and renewal of a Let's Encrypt wildcard certificate? I've read this multiple times, but I still don't get...
  14. websafe

    Disable gzip in backup

    Yes, @Active8 I know, but I was looking for the same solution yesterday in 2020 and was able to find only this thread and the other one, both mentioning this is not possible, so I thought it was a good idea to update both threads, so other DA users won't waste their time :)
  15. websafe

    Disable gzip in backup

    @guidob There's now an option for this: https://www.directadmin.com/features.php?id=1220 backup_gzip=0
Back
Top