pini-gh
pini-gh
I exported the keys from an Element session. When importing them into Mirage the passphrase is not recognized. This is Mirage 0.7.2 from Debian testing amd64. It is installed into...
These files lack copyright / license information: * navit/icons/ic_launcher_background.svg * navit/icons/ic_launcher_foreground.svg
Hi, My undertanding is that the generated configuration for TLS/SSL is broken. The ldap-client startup.sh script generates `~www-data/.ldaprc` referencing a dummy key/cert pair preventing the connection via ldaps://. Manually removing...
The Keycloak strategy actually relates to OIDC which is not specific to Keycloak. I've used it successfully to authenticate with LemonLDAP::ng as OIDC provider. Renaming it to OIDC or OpenIDConnect...
Hi @vsoch, Here is another PR to add POST `/v1/containers`. With this new endpoint we can fix GET `/v1/containers///` so that it returns `404` when the container doesn't exist. Tested...
This pull request is intended to support containers exposing more than one entrypoint through different ports. I've discussed this topic in issue #1504. ### New `VIRTUAL_PORT` syntax ``` VIRTUAL_PORT =...
so that there is no need anymore for the Let's Encrypt companion to fiddle with vhosts nginx configuration.
**Description** I've successfully set up a gitlab runner after [this documentation](https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands). It works great for single-stage Dockerfile, but when building multistage for a foreign architecture it pulls the wrong arch...
Hi, While playing with this docker instance I noticed that the test app seems to have the 'manager' hostname hardcoded. Then the presented links to the manager instance are broken...
Hi, Reproducing this error should be fairly simple since it doesn't require any upnp device at all: 1- shut off every upnp device 2- run this short snippet: ``` #!/usr/bin/ruby...