Skip to content

Instantly share code, notes, and snippets.

name ring quadrant isNew description
Composer adopt tools TRUE Although the idea of dependency management ...
Canary builds trial techniques FALSE Many projects have external code dependencies ...
Apache Kylin assess platforms TRUE Apache Kylin is an open source analytics solution ...
JSF hold languages & frameworks FALSE We continue to see teams run into trouble using JSF ...
Yet Another one adopt tools TRUE Yet another description...
And another one trial tools FALSE A public one...
@mry
mry / unifi.sh
Created July 10, 2024 11:25
Temporary fix for ACME.sh deploy step for Unifi Cloud Gateway, which has faulty checks and not deploying "direct" certificates
#!/bin/bash
# Here is a script to deploy cert on a Unifi Controller or Cloud Key device.
# It supports:
# - self-hosted Unifi Controller
# - Unifi Cloud Key (Gen1/2/2+)
# - Unifi Cloud Key running UnifiOS (v2.0.0+, Gen2/2+ only)
# Please report bugs to https://github.com/acmesh-official/acme.sh/issues/3359
#returns 0 means success, otherwise error.
@mry
mry / unifi_deploy_patch.txt
Created July 10, 2024 11:34
Patch unifi.sh
--- /root/.acme.sh/deploy/unifi.bkp.sh 2024-07-10 13:29:01.699918327 +0200
+++ /root/.acme.sh/deploy/unifi.sh 2024-07-10 13:23:10.717345032 +0200
@@ -73,88 +73,6 @@
# Default reload commands accumulated as we auto-detect environments:
_reload_cmd=""
- # Unifi Controller environment (self hosted or any Cloud Key) --
- # auto-detect by file /usr/lib/unifi/data/keystore:
- _unifi_keystore="${DEPLOY_UNIFI_KEYSTORE:-/usr/lib/unifi/data/keystore}"
- if [ -f "$_unifi_keystore" ]; then