• 7 Posts
  • 53 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




  • A home media server is a good start (jellyfin, for instance.) I also think nextcloud is a swiss army knife, and spinning up the nextcloud AIO would get you’re feet wet with relatively little effort to how much stuff nextcloud can do (all the differents apps you can install from the web interface. I use news, cookbook, bookmarks, frequently.)







  • They have resolved this exact problem. There is an “experimental” cli tool that fixes a lot of your complaints about nix-env, nix-channel, etc. Itcs wrapped together with “flakes”. This newer feature is a little different, and working with or without flakes segments the community AND the types of articles about nix, like this one.

    As far as I know though, nixos related thing still have a bizarre set of commands, and even with flakes “nixos-rebuild switch --upgrade” is still how you switch configs.

    And as far as installation goes, using nix-env -iA really is a bad practice. Thats installing something ad hoc like you would in any other package manager. That defeats the point of nixos, where your configuration file explicitly defines all the packages you need installed, and nothing else. Nix will remove any packages you didnt specify.


  • I’ve been using OpenMediaVault inside Proxmox.

    I’ve been very happy with OMV, for the short time I’ve been playing with it. Its FOSS and the web interface makes it very clear all the layers of abstraction you can use to manage a NAS. I highly recommend it.

    And proxmox is good too, also FOSS (proxmox VE). I also has another slick web interface to manage stuff. I like the web interfaces because, albiet intimidating, it exposes alot of options available to me, which give me opportunities to research and understand how it works.

    But I’m still working on getting everything with it set up, so take my suggestion with a grain of salt!




  • Programs like paperlessngx do a great job for cateloguing and indexing documents. I would like something similar for tagging personal photos and videos. But I would think the idea behind paperless would generalize relatively easy, and there would be something like paperless thats more general purpose and not just for documents.

    You could technically make paperlessngx work, since you could catelogue photos, for instance. But it’s not flexible in the types of tags you can assign to it.

    Something like metabase baserow, like a database client with quality of life UI features, might also work for you. You could build your own table for articles of clothing, name the tags you want, and even add images inline with each row.

    EDIT: sorry, not metabase. I meant baserowbaserow.io