Recent content by flexjoly

  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...
Back
Top