Search results

  1. flexjoly

    Cronjob heatmap or visualizer

    Nice idea tx!! I tried the single user variant and had to change it to: grep "CROND\[.*\(admin\)" /var/log/cron | tr ":" " " | awk '{print $3" "$4" "$8}' | sort -k1,1n -k2,2n -k3,3 | uniq -c | sort -n The logfile is different and the command is: CROND and I had a different user. It gives a...
  2. flexjoly

    Cronjob heatmap or visualizer

    Hi Kristian, Thanks for your reply. I wish I could do that too ;-) But at the moment I have more then 30 cronjobs (and still more to come) for handling api-calls, importing, exporting and syncing data. For 2 clients in 1 project. They depend on each other and also need to take in account the...
  3. flexjoly

    Cronjob heatmap or visualizer

    Hi, At our server we have more and more cronjobs. And it is hard to find the best 'empty' time-frame to put a new one. I found https://cronheatmap.com/ and https://github.com/takumakanari/cronv (a bit outdated). It would be so nice to have a plugin in DA with something like this. Does anybody...
  4. flexjoly

    Bug? php-source exposed when php=off with nginx

    Hi @Nickske00 , I did think of that too. And it might be the case that some host a source-file library, where you want php-files to be downloadable. But if someone (by accident) disables php, and then existing php-files are exposed.... you do NOT want that. We are managing our own users...
  5. flexjoly

    Bug? php-source exposed when php=off with nginx

    Hi, Just testing the php=off feature for a domain. Knowing that nginx does not parse php on its own, but will expose the source-file. If php is off for a user or domain, then nginx should disable any php/inc-file. So your source code is not shown by accident. For now I added/changed the...
  6. flexjoly

    'add_apache_comments' does not work for nginx-configs

    @DirectAdmin Support 🙏🙏
  7. flexjoly

    Git manager: local clone and in home-dir

    Hi @fln, Thank you for your explanation. I found it very weird to see that a repo can only exist in a domain, but can deploy anywhere in the user account. I thought that the purpose was to have http-access to it. On our older server without pro-pack. I have the following git-structure...
  8. flexjoly

    Git manager: local clone and in home-dir

    Hi @fln , Thanks for your kind answer. But I think this is not working for me. The company that hosts my server has their own gitlab-server with ci-deployment. With gitlab-ci they have a secure way to deploy a repo to the local git on the production server. What I need are coupled local...
  9. flexjoly

    Git manager: local clone and in home-dir

    Hi, On my new server I got the Pro-pack 🤩, so I tried the git-manager. It works nice, but it is not sufficient for our workflow yet 🥴. As our git-repos are on a remote server, I only need need a clone of a remote git-repo, without the --bare option. Is it possible that we get this option...
  10. flexjoly

    Proper way to change php-fpm and opcache settings

    @anay The docs of DA are much better nowadays then we have been used to for yearsssss 😎 But still cryptic.... 🤣 As DA-lover we found a way to deal with it. And appreciate the extended technical cryptic info. And this forum is also very helpful and fill in the caps. Let DA focus on what they do...
  11. flexjoly

    Extra webserver logs made visible for user

    Hi, For debugging purposes we sometimes generate extra nginx logs. In the same way the normal webserver-logs are created. /var/log/nginx/domains/domain.com.extra.log Is it possible that those are also shown on the log-page in de user? Next to the usage- and error- log? I know there are...
  12. flexjoly

    'add_apache_comments' does not work for nginx-configs

    Hi, https://www.directadmin.com/features.php?id=1430 says: So I added: 'add_apache_comments=0' to directadmin.conf Restarted DA /build rewrite_confs But all comments are still inside the nginx-configs. Am I doing something wrong? Else it would be nice to have this feature working for the...
  13. flexjoly

    Is it ok to strip nginx_server.conf to only redirect to https?

    Hi @zEitEr , Thanks for your reply. That is indeed one of the many 🥰 powerfull functions of DA. But I am a little bit unsure as to why the nginx_server.conf is not 'downgraded' by DA to only redirect when https is required? Knowing that DA has many things right, I wonder if the reason for this...
  14. flexjoly

    Is it ok to strip nginx_server.conf to only redirect to https?

    Hi, I am updating our nginx custom configs. I want to strip everything in the config voor http, except the redirecting. It looks like nginx_server.conf is a full config with all features, so it could work in stead of the secure-variant (https). Why is that? Since it is best practice to use...
  15. flexjoly

    Please fix the usability of the Log Viewer

    Hi, The 'new' Log Viewer in the evolution skin, is still irritating very much. At the moment I am searching in the log to find any clue on an error. Then you are looking at multiple logs. In the old skin it was almost easy: select a log click on 'show log' select the next log click on 'show...
  16. flexjoly

    letsencrypt, restart DA, hostname, reverse dns etc via bash-script?

    Hi @dmtinc, @MaXi32 , Thanks a lot for your detailed replies! Based on your advices I assume that using the task-queue is the safest for us. I do not want to make a special script for it. It just needs to restart as soon as possible after a script is runned ;-) I will try this! Thanks! I...
  17. flexjoly

    letsencrypt, restart DA, hostname, reverse dns etc via bash-script?

    Hi, I hope this is not a silly question. I did a lot of searching before asking :oops: We have an own plugin with several bash-scripts to automate things. Like yum update, install/restart postgres, init new datebase, making git-repo on new user etc. But some things I cannot get to work, like...
  18. flexjoly

    [BUG] Plugin installed via File upload not installed

    Is DA looking into this issue? Or do we do anything wrong? @smtalk can you please look at this?
  19. flexjoly

    [BUG] Plugin installed via File upload not installed

    I have the same problem It looks to me as if the file is not uploaded at all Thanks for the tip to use the enhanced-theme > then the plugin is installed nicely ;-)
  20. flexjoly

    Solved How to send signals via process monitor in evolution skin?

    Hi, Am I doing something wrong? I want to kill a process via the process monitor. But after the authentication, nothing happens. When I change to the enhanced skin, then the authentication was indeed successful and you can select a process and use the buttons to send a signal. But when going...
Back
Top