Skip to content

Instantly share code, notes, and snippets.

@Dirnei
Dirnei / az_acr_cleanup.ps1
Last active August 19, 2021 08:44
Azure ACR image cleanup
param(
[string]$repo,
[string]$image,
[int]$keep
)
az acr login -n $repo
$keep += 1;
$response = az acr repository show-tags -n hugin --repository $image
@Dirnei
Dirnei / zigbee2mqtt_dashboard_node_red.json
Last active March 9, 2020 11:56
This is a node red dashboard for managing your zigbee2mqtt devices
[{"id":"ca8815f5.212628","type":"mqtt in","z":"b5116eeb.4bea","name":"log received","topic":"zigbee2mqtt/bridge/log","qos":"2","datatype":"auto","broker":"123ff5c9.e4b70a","x":110,"y":100,"wires":[["ae24a2c9.6a378"]]},{"id":"ae24a2c9.6a378","type":"json","z":"b5116eeb.4bea","name":"","property":"payload","action":"","pretty":false,"x":250,"y":100,"wires":[["35613c8.d939bc4"]]},{"id":"66f65e3f.34fc7","type":"comment","z":"b5116eeb.4bea","name":"log received","info":"","x":110,"y":60,"wires":[]},{"id":"5e4bda27.c8d114","type":"ui_toast","z":"b5116eeb.4bea","position":"top right","displayTime":"5","highlight":"","sendall":true,"outputs":0,"ok":"OK","cancel":"","raw":false,"topic":"","name":"","x":970,"y":140,"wires":[]},{"id":"20150c0e.3bb614","type":"ui_template","z":"b5116eeb.4bea","group":"f28c8c2f.f53d9","name":"","order":1,"width":16,"height":12,"format":"<style>\n /* Tooltip container */\n .md-button.tooltip {\n position: relative;\n display: inline-block;\n border-bottom: 1px dotted b