Peter Kionga-Kamau

Results 20 issues of Peter Kionga-Kamau

There is no way to disable automatic update checks. It is an obnoxious and inappropriate overreach for Keybase to determine that this is necessary for all use cases. Keybase GUI...

If you're not hosting a slack channel anymore please remove this assertion from your gitlab and website, I've wasted quite a bit of time trying to get through a process...

**Is your feature request related to a problem? Please describe.** An annoyance is when every site in the world asks to accept cookies, but does not provide an option to...

feature

Hi all, getting this error whenever we upload a file that is more than 1KB in size. There is no response from the server. Uploading manually works fine, and uploading...

This image includes Freetype 2.7-r1 containing the following vulnerabilities: FreeType 2 before 2017-03-26 has an out-of-bounds write caused by a heap-based buffer overflow related to the t1_builder_close_contour function in psaux/psobjs.c....

This image contains the following vulnerability: parser.c in libxml2 before 2.9.5 mishandles parameter-entity references because the NEXTL macro calls the xmlParserHandlePEReference function in the case of a '%' character in...

Now I need to have an ssl connection/certificate for two (sub)domains each running in a separate container on a single docker host machine. This is not possible, since port conflicts...

I was unable to get the proxy pass working with my app container until I added the service to my existing *docker-compose.yml* and specified the app service name as the...

It should be noted in the docs that the SSL issuance uses HTTP for authentication, so you'll need to have your domain pointing at the server and DNS resolved before...

The documentation should wrap that docker-compose.yml file under `services:` like so: ``` services: nginx-ssl-proxy: image: danieldent/nginx-ssl-proxy restart: always environment: UPSTREAM: 127.0.0.1:8080 SERVERNAME: test.example.com EXTRANAMES: www.test.example.com,test2.example.com ports: - "80:80" - "443:443"...