• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle

  • That probably doesn’t work unless you power-cycle the picture frame after changing the photos.

    I had this with some offline Samsung picture frame and a Transcend WiFi SD card. The SD card runs a small Linux and can be unlocked to add own scripts. I had a script that would rsync files from my storage to the SD. However, while the new files were written to the SD just fine, the picture frame never re-read the list of files from the SD. And after power-cycling, my specific model needed to be turned on manually again. So, that wasn’t a satisfactory solution.



  • If it’s the system with the (locked) KeePass database on it, you should be fine. The encryption can be tweaked so that unlocking the database takes a second even on modern systems. Doesn’t affect you much, but someone trying to brute-force the password will have a hard time. It also supports keyfiles for even more security.

    If somebody infiltrates your end user device, no password tool will be safe once you unlock it.


  • After trying them all, I’m back at having a local KeePass database that is synced to all my devices via iCloud and SyncThing. There are various apps to work with KeePass databases and e.g. Strongbox on macOS and iOS integrates deeply into Apple’s autofill API so that it feels and behaves natively instead of needing some browser extension. KeePass DX is available for all other platforms, and there are lots of libraries for various programming languages so that you can even script stuff yourself if you want.

    And I have the encrypted database in multiple places should one go tits up.









  • The thing with SearXNG is that it will search in multiple search engines in parallel and then aggregate the results. If the same result appears in all of the queries, it’ll be weighted more than one that appears in only one of the results.

    This way you get very neutral overall results compared to the biased ones Google usually delivers.

    Also, you can easily define custom search engines, so you could make it search on your favourite website as well.



  • You might want to look at Terramaster NASes. E.g. their F4-423 is basically an Intel NUC married to a SATA controller. They have an internal USB port where you can pull the OEM flash drive and insert your own, then install e.g. UnRAID or OpenMediaVault on it.

    That will be my next device if my Synology DS415+ finally dies.


  • I’m using OwnTracks in HTTP mode as I couldn’t be bothered with MQTT. For that, you only need the HTTP(S) endpoint/URL to log to, optionally user credentials and then it’s a “TrackerID”, “UserID” and “DeviceID” so the receiving server knows who’s talking.

    Side note: Traccar uses different ports to receive different protocols. For OwnTracks protocol, the correct port is 5144.

    My OwnTracks configuration is basically like this:

    • TrackerID: 1
    • DeviceID: Phone
    • UserID: mb
    • URL: https://mytraccarserver.com:5144 (the port itself is HTTP-only IIRC, but I’ve mapped Traefik Proxy in front of it which handles HTTPS)


  • mbirth@lemmy.mltohomeassistant@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    41
    arrow-down
    4
    ·
    2 months ago

    Maybe try to understand his point first?

    From what I’ve gathered, Nix will create an immutable state of HA, but HA requires for additional packages to be downloaded - which NixOS doesn’t support/allow.

    So users will end up with a broken HA install.

    And guess where they will file bug reports about this? (Hint: It won’t be Nix…)



  • Grafana and Prometheus are great if you have numeric things you want to monitor. CPU usage, RAM, disks, throughput, etc. You can then do lots of things with these numbers, mainly compare them to your other systems or alert when they go out of bounds.

    However, I very much prefer Zabbix for my home network monitoring as this is not so fixated on numbers but can easily work with e.g. error messages in logfiles and alert on those. Or I can regularly check a website for new firmware versions and alert once the latest version changes. There are also lots of ready-to-use templates available from their Community Hub.