Adrian Sandu
Adrian Sandu
This might be helpful for various services that don't/can't do api requests... The default 127.0.0.X reply could be augmented by a TXT record of sorts with the rest of details
Steps to reproduce ``` sudo -u apache php ./occ encryption:enable sudo -u apache php ./occ encryption:decrypt-all ``` Expected behaviour I’d expect all files to be decrypted Actual behaviour I’m sure...
### Describe the bug The default security.limit_extensions in php-fpm.d/www.conf doesn't allow the php-fpm to serve the other files. ### To Reproduce Use this docker-compose ```yml # cat docker-compose.yml version: "3.8"...
3a+(hdmi works by default) vs 4b(hdmi doesn't work by default) Docs used: https://www.raspberrypi.org/documentation/configuration/config-txt/video.md Image used: 2019-07-10-raspbian-buster-lite.img from https://www.raspberrypi.org/downloads/raspbian/ Ran: apt update && apt upgrade && apt dist-upgrade - All reported...
Hi, I tried various ways of getting `cert_reqs=ssl.CERT_NONE` to connect to a server with self-signed/expired certificate with no luck. Help ? Thanks.
### Feature description Unrealircd supports websocket (https://www.unrealircd.org/docs/WebSocket_support) Some servers use this to completely hide behind cloudflare for flood protection with no direct connection available. Would be nice to be able...
So, the bot is an oper and receives server messages, which aren't real messages so it can't get a host for that message. I tried setting `supybot.protocols.irc.strictRfc` to `False` ```...
**Changes** Useful on the tizen build, if a trailing slash is added the error message is not helping.
It all started with seeing that the bot authorizes after connecting... even when using SASL. 1) So, digging I saw it does "CAP REQ" for each capability, one by one......
Hi, I'm wondering if a biometric ( fingerprint/password or whatever the OS has set up ) can be added as an option when the application launches for added protection. Thanks.