Niek van der Maas
Niek van der Maas
Great project! It would be great if this could be installed as a regular add-on to HA (without the need for HACS or a manual install). See: * https://github.com/home-assistant/addons-example *...
I'm trying to use `examples/docker-for-mac.md` to build a custom kernel for Docker on macOS on Apple Silicon. However, there is no arm64 image available for `vpnkit-expose-port`, so the build fails:...
I'm not sure if this is on purpose, but the modal body background color was white instead of dark. This fixes it so it looks correct.
This PR adds a GitHub workflow that builds `amd64` and `arm64` Docker images and publishes them to the GitHub Container Registry. After this has been merged, users can simply run:...
While trying to switch from a Xvfb + x11vnc setup to Xkasmvnc, I noticed there is one issue which is a bit annoying. Chromium-based browsers report the Xkasmvnc display as...
Trying to enable certbot, but I get this error (on LetsEncrypt, but ZeroSSL has the same issue): ``` [CERTBOT] 08/15/23 14:09:07 [DEBUG]: [not_found] Request new certificate for -DOMAIN- [CERTBOT] 08/15/23...
Whenever a container is running in network host mode, `docker-easy-haproxy` refuses to start. Log is below: ``` Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 268, in _raise_for_status response.raise_for_status() File...
Would it be possible to add ClickHouse HTTP support? Currently only the native protocol is supported. Cloudflare recently released Workers Analytics Engine, and it uses the ClickHouse HTTP protocol: https://developers.cloudflare.com/analytics/analytics-engine/grafana/
Bulma 1.0 has been released a while ago, and the most notable change is automatic dark mode support. See: https://bulma.io/documentation/features/dark-mode/ The current Tabulator Bulma theme does not support this yet...
The current version is almost a year old, would it be possible to auto-update the Docker image on new releases?