This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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 |
OlderNewer