LRVT
LRVT
Any updates? @AlexBTurchyn @omohokcoj Also referencing the old discussion here: https://github.com/docusealco/docuseal/discussions/272
Wonderful. Thanks for pointing it out. Works like a charm. Issue can be closed from my perspective.
Nuclei basically skips your host in the first screenshot because unresponsive. May try the `-nmhe` CLI flag, which tells Nuclei to not skip hosts. However, you'd have to identify the...
Caddy for example supports defining the upstream protocol: https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#versions
If the upstream service supports HTTP/2, we can force Traefik to use HTTP/2 by defining the `h2c` scheme as follows: ```` - traefik.http.services.nginx.loadbalancer.server.port=80 - traefik.http.services.nginx.loadbalancer.server.scheme=h2c ```` In my nginx upstream...
> Therefore, adding an option to disable HTTP/1.1 does not seem to be needed, WDYT? I think so too. No need for a new option, as HTTP/2 can be forced...
Will have to test the cron stuff. Must say that I have very bad experience using crontab/cron for Django running in a Docker container. This is the whole reason why...
Will keep this PR in the backlog. At the moment, no requirement to switch from celery-beat to plain crontab. Many thanks though for the PR and the code adjustments!
If you like LED flickering for each RX/TX: ```` #!/bin/sh ### BEGIN INIT INFO # Provides: leds # Required-Start: $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1...
I you dislike the interface naming, you can change them at: ```` /etc/systemd/network ```` There are link files, which define how the interfaces are named. I prefer `eth0`, `eth1`, `wlan0`...