• 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • I’m not familar with shelly, but they don’t use MQTT autodiscovery? If they use it you should have a corresponding HA entity or device of each switch. Then you can use built in tools or templates in automations, and don’t directly mess with MQTT. That’s much easier and stable.

    If they don’t use autodiscovery you can create HA entites via configuration.yaml manually



  • It’s a Fujitsu W26361 There isn’t a lot of info about it on the net, all the links are rotten.

    You have a sata port. You have to use an external power supply for that. Or maybe one of the pins next to it can supply the required voltage, you can use a multimeter to figure it out if you are brave. I guess the white one labeled PWR should be supply some volts. To be safe you can split the power of the other sata ssd or buy something like this:

    https://ae01.alicdn.com/kf/HTB1ORhqIXXXXXXvXFXXq6xXFXXXL/Hard-Disk-External-Power-Supply-5V-12V-Dual-DC-4-Pin-Molex-Adapter-Cable-SATA-plus.jpg

    You also have 2 an mPCIe or mSATA port. It’s impossible to tell the difference from a photo, because they use the same connector.

    https://en.wikipedia.org/wiki/PCI_Express#Mini-SATA_(mSATA)_variant

    Without any more knowledge I would guess at least one of them is an mPCIe. Having 2 sata ports and an 2 mSATA next to it would be strange, they could use the mPCIe for a 3G modem or wifi, it would make more sense in a thin client like this.

    If it’s an mPCIe you can buy a sata expansion there and even connect up to 4 sata drives. Looks like something like this:

    https://i.pinimg.com/originals/2b/f9/d2/2bf9d2eb08223b7267876bbaf2d39a21.png

    You can convert it to normal PCIe or m.2, the possibilities are endless:

    https://www.adt.link/Uploads/image/R6/3D/R65SF.png

    
https://www.dhresource.com/0x0s/f2-albu-g13-M00-F1-E9-rBVak18zooKACiPnAAwNP8eIl9U647.jpg/mini-pcie-to-pcie-x8-built-in-adapter-mpcie.jpg

    If it’s not mPCIe but mSATA, you can buy mSATA SSD there, they are really rare nowadays. Or you can buy an mSATA to SATA adapter:

    https://alexnld.com/wp-content/uploads/2018/02/PC0181L_1.jpg



  • infeeeee@lemm.eetoSelfhosted@lemmy.worldTasks.md: 2.4.0 released
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    2 months ago

    Caldav is a protocol to sync tasks and calendar events. Kanban is a way to sort/display tasks. The to things are orthogonal.

    I used nextcloud deck, a kanban board. Lo and behold, it uses calendar tasks under the hood, and you can sync them with caldav. Obviously you loose some features from the kanban board, but it’s a perfect middleground if you are nit a heavy kanban user.



  • From what I heard is that the NPM project only has 1 developer and so they can’t really respond and fix security flaws in a proper timeframe.

    It’s mostly just nginx with a webui. You can even see the nginx config files if you bash into the container. It has the same bugs as upstream nginx. Do not expose the management port to the internet.

    Plus compared to normal nginx, it’s harder to misconfigure it. Most of my services are just the default config, so I can’t mess it up accidentally.

    About lockouts: Once also happened me, but that was just a messed up update, next update fixed itself. If you lock yourself out you can usually edit the db directly, it defaults to sqlite, but I used it with mariadb.









  • Yeah, that’s what you put in a compose file, and you shouldn’t care about anything else, port mappings can be read from the Dockerfile if it’s not documented, and if the container was built correctly you shouldn’t care about config files.

    I never met a container with 0 documentation. You can read the Doockerfile at least, it’s not magic.

    I mean, I can understand why someone want to use HAOS and neber deal with such things, but if someone can set up HA in a container, the second and third container from there is not an unbelivably big step.