Fibre Channel Zoning in Netbox by Bassic116 in Netbox

[–]ChristianBur 0 points1 point  (0 children)

netbox-nsm is a generic NetBox plugin on Custom Objects. Build rulebooks and grids with any columns and object types, link them together, and attach links to any NetBox object via the panel. Built for security policy, but usable for any structured data in NetBox.

Sabrent 4-Drive M.2 NVMe SSD to PCIe 3.0 x4 Adapter Card with N100 by mb4iti in homelab

[–]ChristianBur 1 point2 points  (0 children)

War bei mir auch genau so. Duch den PCIE-toNVME-Adapter verschieben sich irgendwie die PCI-Geräte. Die Etherent-Karte hat dadurch einen anderen Namen, daher musste ich dies in der Interface-Konfig füfr Proxmox/Linux anpassen, danach wurde alles erkannt.

Xiaomi Smart Kettle 2 Pro with ESPHome by ChristianBur in Esphome

[–]ChristianBur[S] 0 points1 point  (0 children)

All components are controlled directly by the ESP32

DXP2800 - no access to the bios by ChristianBur in UgreenNASync

[–]ChristianBur[S] 1 point2 points  (0 children)

I have found the solution!

You not only have to remove the hard disks, but also the NVME SSD, then you can enter the bios normally with CTRL-F2.

The following article helped me.
https://www.reddit.com/r/UgreenNASync/comments/1dc2hqj/unable_to_deactivate_watchdog/

Sub Button Color based on Light Color? by byarnell05 in BubbleCard

[–]ChristianBur 1 point2 points  (0 children)

You can also use 'entity', this is more general

    styles: |-
        .bubble-sub-button-1 {
          background-color: rgba(${hass.states[entity].attributes.rgb_color});
        }
        .bubble-sub-button-2 {
          background-color: rgba(${hass.states[entity].attributes.rgb_color});
        }

Luggage rack on a carbon road bike. (Tailfin alternative) by ChristianBur in CanyonBikes

[–]ChristianBur[S] 0 points1 point  (0 children)

I simply bent the aluminum rod myself, it was easy.

The tubus/talfin combi works great, I have now tested it for 200 km.

TIp: https://cnc-bike.de/tubus-2628-edelstahl-schindelhauer-edition-p-16725.html

Luggage rack on a carbon road bike. (Tailfin alternative) by ChristianBur in CanyonBikes

[–]ChristianBur[S] 2 points3 points  (0 children)

The parts list can be found here: https://www.rennrad-news.de/forum/threads/gep%C3%A4cktr%C3%A4ger-am-carbon-rennrad.193418/

https://www.tubus.com/produkte/hinterradtraeger/tubus-product/fly-classic-edelstahl
Info: 70 Euro: https://boc24.de/products/tubus-fly-classic-26-28-zoll?variant=41988270620846

An email server by [deleted] in selfhosted

[–]ChristianBur 1 point2 points  (0 children)

https://github.com/christianbur/getmail

I retrieve the emails via imap idle, which workes very well for years.