Recent content by karolis

  1. K

    DirectAdmin Nginx Unit for Python Applications

    I would suggest contacting the server admin to check the issue. Running those commands will require root privileges.
  2. K

    DirectAdmin Nginx Unit for Python Applications

    Hello Could you check the output of: curl --unix-socket /var/run/unit/control.sock t/ If it appears empty, then running this might help. echo "action=rewrite&value=nginx_unit" >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq
  3. K

    Solved UNAUTHORIZED - NetData e Directadmin License

    Hello Also, are `security_questions` or `twostep_auth` set to `Yes` in user.conf while account you use doesn't have 2fa secret or any security questions set up?
  4. K

    How could I install an app using NodeJS and ProPack?

    Also if dataskq rewrite does not work, also check if /etc/pure-ftpd.pem is valid. On some installations, it may have an invalid chain consisting of a self-signed localhost certificate and a mix CA intermediate and root certificates # grep -- '--BEGIN C' /etc/pure-ftpd.pem|wc 9 18...
  5. K

    How could I install an app using NodeJS and ProPack?

    Hello Could you check the output of: curl --unix-socket /var/run/unit/control.sock t/ If it appears empty, then running this might help. echo "action=rewrite&value=nginx_unit" >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq
  6. K

    Translations Website: https://translate.directadmin.com/

    Thank you for the report. It looks like there was an issue in Weblate: https://github.com/WeblateOrg/weblate/issues/6505. Update is applied and sign up page should now work correctly
  7. K

    Translations Website: https://translate.directadmin.com/

    Couple updates: Because auto-accept suggestions feature disables file uploads, and to get the ball rolling with tranlsations, we have decided to disable this feature. Directadmin project is now public. You will no longer need to wait for approval and addition for new languages. Adding new...
  8. K

    Translations Website: https://translate.directadmin.com/

    The idea for suggestions and voting to approve them is to have at least another person to check the translation for possible errors. It is best if this task is done by someone that is fluent in language. But it that isn't possible then we could do limited check and approve them.
  9. K

    Translations Website: https://translate.directadmin.com/

    This is new change to the system. Having both reviews and suggestion voting enabled may not have been a correct setup. From now on reviews by authorised accounts are disabled. All strings with pending review status are now set as accepted. New translations are added by making a suggestion...
  10. K

    "AllowUsers username" to /etc/ssh/sshd_config

    You are right. According to sshd_config manual, PermitRootLogin default is "yes" on CentOS7. On CentOS8 the default for PermitRootLogin is changed but sshd_config in the package has uncommented "PermitRootLogin yes" line.
  11. K

    "AllowUsers username" to /etc/ssh/sshd_config

    sshd_config has PermitRootLogin option. if set to "no" it shouldn't allow root login. the default is "prohibit-password" which only allows root login with ssh key. DA will only add AllowUsers if there is already AllowUsers in sshd config. Else it just changes login shell for user.
Back
Top