I think everybody on here is constantly keeping an eye out for what to host next. Sometimes you spinup something which chugs along nicely but sometimes you find out you’ve been missing out.

For me it’s not very refreshing or new: Paperless-ngx. Never thought I would add all my administration to it. But it’s great. I probably can’t find the thing I need, but I should have a record of every mail or letter I’ve gotten. Close second is Wanderer. But I would like to have a little bit more features like adding recorded routes to view speed and compare with previous walks. But that’s not what it is intended for.

What is that service for you?

  • bedlam@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    6 months ago

    https://mealie.io/

    Recipe manager and meal planner which can pull recipes from the web. I started using it after a few recipes on sites disappeared. My families most used app (besides plex).

    • SidewaysHighways@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      been loving mealie too! tied in with home assistant for shopping list and the meal planning calendar has helped us cook more together and stop spending so much on takeout!

    • Bakkoda@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      https://mealie.io/

      I havent done much with it other than get all our paper recipes into it and added some via import. I am looking forward to it as its my next project now that photos are done.

  • Retro_unlimited@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 months ago

    The one that was way more useful then expected is immich. I have over 100,000 photos I took during my life and it usually takes me DAYS to find a specific picture I need.

    I installed immich and let it AI scan everything for a week or something. Now I can search for something specific like “it’s a black square in the middle of the photo and has a little knob on it” and it finds me the photo I need.

    It’s also cool to see photos of people, organized by the individual by searching their name or clicking on their face.

  • Fedegenerate@lemmynsfw.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    Paperless - Pay slips, Bank statements, MOT records, Insurance policies, User manuals, restaurant menus. All filed and searchable. Letters I get are photographed, uploaded and immediately disposed of, zero stress.

    • Darkassassin07@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      6 months ago

      Something a lot of people miss with paperless is its automatic import options.

      There is a folder called ‘consume’ that you can place files in and paperless will import them just like you’d uploaded them manually. Combined with tools like FolderSync or SyncThing you can have files on all sorts of devices automatically upload to paperless.

      Sitting down to use the flatbed scanner is a hassle, so I use GoogleLens to take multiple photos of a document, save them as a single pdf, then FolderSync moves that to my server automatically where paperless imports it.

      Along side this; Paperless has an smtp mail importer. You can add your email accounts and paperless will automatically import new emails based on whatever criteria you specify. Imported mail will then be flagged, moved, or outright deleted from the mail server.

      • Fedegenerate@lemmynsfw.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        6 months ago

        You’re right, I don’t take advantage of any of these features. I should.

        Partly because of lack of know how on my part. So I don’t trust myself to successfully have it log into my email, get what it needs and leave everything else untouched. My main uploads, payslips and bank statements, are behind their own apps too.

        Partly because paperless is isolated in it’s own little container (in my setup at least) so access to the consume folder is behind another step, I could syncthing it… I just haven’t.

        And partly because I use the android app as my main interaction with Paperless. The app uses my phone as a good-enough scanner.

        • Darkassassin07@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          Partly because paperless is isolated in it’s own little container (in my setup at least) so access to the consume folder is behind another step, I could syncthing it… I just haven’t.

          For this, Bind-mounts are your friend:

          Volumes:

          - /srv/paperless-ngx/consume:/usr/src/paperless/consume

          Files get dropped in /srv/paperless-ngx/consume on the host and import to the container.

          As far as setting up mail goes: it’s pretty straightforward. Add an account, then create a rule for each type of mail you want it to manage. Specify filters like who it’s from, what’s in the subject/body, how old is it, etc.

          And until you are comfortable, just leave the action set to mark as read. Worst case, if you didn’t set your filters right; it’ll unnecessarily mark mail as read. No big deal.

          I just have mine move processed mail to a folder on the mail server called ‘Paperless-Imported’, which I manually clean out now and again.

  • GrandChaman@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    Been using anytype.io (self-hosted) for a month now and it has been amazing.

    Using it as a journal, bookmark manager, general note taking, etc…

  • Feddinat0r@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    PaperlessNGX Syncthing

    Paperless is rEally awesome… Scan to folder, it will automatically be sorted and categorized, full text search and one neat thing: It just stores the pdf in subfolders which makes backup also usefull without paperless

  • Mikina@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    6 months ago

    I’m hodsting my own Matrix server with WhatsApp, Telegram, Discord (you don’t need a bot for that, you can just share your login with the bridge) and Messenger bridge. I have all my IMs in one app, don’t have to install spyware on my phone, and I can make bots that troll annoying people that message me on any platform.

    Hosting it was super simple, thanks to the Ansible project that’s extremely robust and well done, I literally just got a hosting, domain amd changed like 5 config values to enable the bridges I wanted, gave it an IP and ssh key, and ran it. And if I need to update, I literally “just update” (it’s all wrapped up into “just” tool), and it eve handles cases where I didn’t update for a while, failing graciously and telling me what I need to do maually, usually just rename some config values.

    I wholly recommend it. You probably wont convince your friends to switch from <insert app here>, and this is the best compromise.

    I’m using a small instance on Hetzner, for 6$ a month. You could in theory get a free oracle cloud instance for it, but I didn’t manage to get one.

    And you can easily share it with anyone interrested, make them an account, so they can also consolidate their DMs. I’m sharing it with a few friends and colleagues.

    • andscape@feddit.it
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      When I was looking into matrix bridges I heard a bunch of stories about people getting their accounts blocked after using them through the bridges. Is this still an issue?

      • Mikina@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        I’ve been using it for almost a year by now, and so far I didn’t have any problems. I’ve not considered that problem though, so it might be happening and I was just lucky.

        • andscape@feddit.it
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          Thanks for the report. Do you use the whatsapp bridge? If so, how did you set it up? Emulator?

          • Mikina@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            6 months ago

            I use Pixel with GrapheneOS as my phone, and I just have a separate profile that only has WhatsApp installed and nothing else. Since the profiles are completely separated, it doesn’t have access to anything else I do on the phone and it’s not running in the background (the profiles are basically sandboxed fresh slates, and switching it can be set-up to behave in a same way as basically turning off the phone as far as the profile is concerned).

            When the bridge asks me to log in again or refresh a session, I simply switch to the second profile for a minute and re-log in. I’ve heard iIt might be possible to set up an emulator and leave it running on the server, but that felt like too much effort.

            • andscape@feddit.it
              link
              fedilink
              English
              arrow-up
              1
              ·
              6 months ago

              Understood, thanks. Seems like most people are doing it this way, keeping the app installed. Do you have to restore a backup when you re-log in? I’m always losing messages when that happens

      • cerothem@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        6 months ago

        Once in a while discord signs me out and I have to do a bunch of extra sign-in steps on the official client. But otherwise I have discord, WhatsApp, Google voice, Google chat, Google messages (sms), Facebook, telegram, signal.

        All the mautrix bridges are will made and robust

    • hendrik@palaver.p3x.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      Would you recommend the Discord bridge? I’ve always wanted to install that as well. Is there anything I want to know before putting in the effort to install and configure it?

      • deadcade@lemmy.deadca.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago
        1. A puppeting (personal account) Discord bridge basically requires your own homeserver. You are trusting the homeserver owner / bridge host fully with your Discord account.
        2. It is technically against Discord ToS. While I don’t think anyone’s been banned yet, several people have started receiving warnings that they “spammed”, most of them after sending an attachment. These warnings are on your account for 2 years, and could contribute to an account ban.
        3. Voice chat is not, and probably will not be supported.
        4. Do NOT bridge a “large” server. You are essentially re-hosting the chats, which can be extremely taxing for large and active Discord servers.

        I use mine for a single channel in a “medium-size” server (~2k people), a friend group server, DMs, and a few channels that follow a bunch of announcement channels on other servers.

        • hendrik@palaver.p3x.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          6 months ago

          Those are certainly valid points. But do I want to care about that? Honest question… Discord also doesn’t care about my privacy. Or making the internet a better place. So I think -in turn- I feel quite alright to ignore whatever client they like me to use. And their exact ToS.

          What’s with the “taxing for large and active Discord servers”? Does it lead to issues if I’m not using their Electron app or website? I can’t imagine where this additional strain on their servers would come from?! I run my own homeserver, by the way. So I shouldn’t weigh down on anyone else’s server…

          • stalfoss@lemm.ee
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            When you use the official discord client, it only sends to your device whatever chat channel you have open at the time, and when you click on a different channel, it just downloads the last 20 messages, and downloads more when you scroll etc. If you bridge a discord server to a matrix server, it sends all of the contents of all of the channels in real time across. If the server had 50 channels, bridging it to matrix would be the equivalent of you having 50 official clients open, one to each channel. Hence the additional load on discord’s side to send you a lot more data than they usually would.

            (Disclaimer: this is all conjecture based on a general understanding of how the systems work, I could be getting some details wrong)

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Jellyseer

    Even though I don’t have it hooked into an arr stack it is still useful for what is upcoming.

  • deadcade@lemmy.deadca.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    https://ntfy.sh/

    Easily set up, and easily attached to other things. Simple notifications about whatever is needed, like service health or updates, new posts on public platforms, etc. A simple curl is plenty to send and receive notifications, and it works on Android without requiring FCM (Google infrastructure).

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Forgejo. There are so many things that can use a git repo but I don’t want to have them out in the wild, so I host them myself, safe and sound behind my firewall.

    I also mirror other github forks so they don’t go away whenever those services decide to rugpull them.

  • Synestine@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Unpopular opinion from what I’ve seen in this forum, but for me it is Nextcloud followed by Jellyfin.

    I use Nextcloud setup fory whole family, about a dozen all together. I even sprang for the DavX5 plugin for several people so we can share calendars and contacts as well as files and notes. We backup photos from our phones using the Nextcloud app. Several of us use it as a backend for KeePass.

    We use Jellyfin for streaming; movies, tv, music videos and music. It is the backend storage and library organizer for four Kodi boxes, five browsers, several phones and tablets and a couple of Roku’s. It works like a champ, even with the occasional library re-sync.

  • Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Pair Drop

    Quickly send files, paste images/text snippets between devices.

    I’m using the older Snapdrop (which PD was forked from) with some patches I made to:

    • Work behind Authelia for SSO + 2FA
    • Use the display name provided by Authelia instead of the random usernames it gives out by default
    • Send transfers over the internet without dealing with the temporary “rooms” that Pairdrop uses (it’s behind Authelia, so only authorized users can get to it).

    It has 100% replaced emailing things to myself or shuffling files to/from Nextcloud. I probably use it to send text (URLs, clipboard contents, etc) to/from my phone as much as I use it for sending files back and forth.

  • themakara@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    I think there one I never expected would be Kitchenowl. Shopping list, recipe list, planner for food, expenses… very useful for a joined household.

  • EarMaster@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    That’s easily Home Assistant. It got me into the whole home automation stuff and I have gradually included more and more parts into it - including some health related stuff. It really makes my family’s life easier and helps us organizing it.

    • AWittyUsername@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      Are you able to provide a few quick examples? I have it installed but don’t know what to do with it really.

      • EarMaster@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        6 months ago

        The easiest thing: We use a motion sensor to automatically turn on the light for the stairs. You wouldn’t need Home Assistant for that, but with a little more configuration you can adjust the light levels and colour temperature based on the time of day (not as disturbing at night). We have two rooms which have problems with humidity in one a fan is automatically turned on (basic) in the other a dehumidifier is triggered based on the outside and inside temperature because there are large windows which are producing a lot of condensation otherwise. Now the really specific stuff: My daughter has Diabetes and we need to manage her blood glucose levels. There are alarms but ideally you would act before they are triggered. So we hooked her blood glucose levels to a light in our bedroom which turns on if her levels are getting out of bounds at night. That way she isn’t woken by the alarm, but by one of us and can go back to sleep much quicker.

        • Rutrapio@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          Damned, I have to say that the glucose surveillance is quiet impressive, and the outcome is both unexpected and so sweet ! And shows how much can be done.