Mine is beaverhabits, just a good habit app that has come out recently.

    • @apprehensively_human@lemmy.ca
      link
      fedilink
      English
      75 months ago

      I bounced off of Actual when I realized how clunky its goal templating is. I want to be able to have all my categories fill in a single click but the goal templates are hidden behind an experimental feature.

      • @sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        25 months ago

        Yeah, it’s not perfect, but it works well enough to get what I wanted: see unexpected expenses from my vast array of credit cards. I’ve caught fraudulent transactions my bank didn’t, so that’s nice.

        I don’t actually do strict budgeting with it, I mostly just want to see generally where our money is being spent, and I prefer to keep those transactions as private as possible (well, outside of my banks selling my transaction data to data brokers, that is…).

        • @apprehensively_human@lemmy.ca
          link
          fedilink
          English
          35 months ago

          Ah. Yeah I’m trying to find an alternative to YNAB since they keep upping their annual fees but the service works so well for me that the price is probably worth it anyway.

          • @sugar_in_your_tea@sh.itjust.works
            link
            fedilink
            English
            45 months ago

            Yup, probably.

            But hey, there are free options (Actual and Firefly), so there’s no harm in trying them out. If you can replicate your setup in YNAB, you might just save yourself some money. But definitely don’t ditch it until you’ve gotten everything set up first.

      • @sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        55 months ago

        Firefly

        Nope. I found AB and saw that they had experimental support for SimpleFIN, which supports financial institutions in my country (USA), and it was cheaper than my old, non-selfhosted solution (Tiller). SimpleFIN provides a pretty simple API, so there’s no reason Firefly couldn’t support it as well (and there’s an issue for it).

        I also really hate PHP, so the fact that Actual Budget is written in node.js is a plus.

  • @BrianTheeBiscuiteer@lemmy.world
    link
    fedilink
    English
    215 months ago

    Not useful on its own but https://sablierapp.dev/ was really useful for me in getting back resources from some of the heavyweight containers I use. For those unfamiliar with it, Sablier can stop containers that go idle and then spin them back up automatically when a request comes in. It requires Traefik, NGINX, or Caddy running always so it could complicate your server but for me I couldn’t do without it.

    • @mbirth@lemmy.ml
      link
      fedilink
      English
      45 months ago

      I’m a lifetime Pushover user. As far as I can tell, ntfy isn’t using official push notifications whereas Pushover does. Also, ntfy has issues on iOS. That’s why I’m still running all my notifications via Pushover.

      • @chunkystyles@sopuli.xyz
        link
        fedilink
        English
        35 months ago

        I thought I replied to this earlier, but it seems like it didn’t take.

        Pushover seems nice, but doesn’t seem to be self-hostable. It looks like there is a replacement service in the works called Overpush.

        All I can say is that I don’t own any Apple products and never even looked at that section of their documentation. The Android and web clients work flawlessly, except that the Android client doesn’t support markdown.

        • @mbirth@lemmy.ml
          link
          fedilink
          English
          15 months ago

          While it may work great, nothing beats using the manufacturer’s push notification channels in terms of reliability and battery consumption. At least from my experience. And that’s why Pushover is still kicking around after so many years…

          • @chunkystyles@sopuli.xyz
            link
            fedilink
            English
            15 months ago

            Ntfy, if setup correctly, uses a web socket connection, which reduces the battery usage. I don’t think I ever had it setup without that, so I can’t say how bad it is. But with it, it’s not a drain for me on a Pixel 7.

            • @node815@lemmy.world
              link
              fedilink
              English
              45 months ago

              I use Gotify I self host it and it uses an app on my Android, super easy to set up and use. I tie in Home Assistant and a few other setups with it and it runs great.

              • @chunkystyles@sopuli.xyz
                link
                fedilink
                English
                15 months ago

                That looks very similar to ntfy. I googled “gotify vs ntfy” and found this thread on reddit (ew, I know) https://www.reddit.com/r/selfhosted/comments/shw73e/difference_between_ntfy_and_gotify/

                Con: User separation. A user can create “apps” (channels), and will receive messages posted there. Users will not receive messages posted to apps they didn’t create. I haven’t yet found a way to create shared apps, or allow multiple clients to receive notifications for a given message, and I don’t want to share client logins.

                Now, this thread is 3 years old, so I don’t know if this is still the case, but this is a deal breaker for me. Several of the topic I have for ntfy are also subscribed by my wife, meaning we both get the notifications. I could just post the same message to two different topics, but that would be lame.

      • blue lion
        link
        fedilink
        English
        25 months ago

        I used Traccar before switching to FMD. It used a lot of battery for somewhat inaccurate results in my case (might be phone related).

      • blue lion
        link
        fedilink
        English
        25 months ago

        You need to install the client from F-Droid and it periodically polls your device for its location.

    • @paradox2011@lemmy.ml
      link
      fedilink
      English
      25 months ago

      I’ve been wanting to spin this up myself, but the fact that the Dev says his example docker-compose.yml is incomplete has stopped me in the past. Did you have to add anything to get it functional?

      • blue lion
        link
        fedilink
        English
        35 months ago

        the only change I had to make was to add the config file to the volumes list:

        compose.yml
        services:
          fmd-server:
            image: registry.gitlab.com/nulide/findmydeviceserver:v0.7.0
            container_name: fmd-server
            volumes:
              - data:/data
              - ./fmd/data:/fmd/db/
              - ./fmd/config/config.yml:/fmd/config.yml:ro
            restart: unless-stopped
            networks:
              - fmd_server
        #    ports:
        #      - 8080:8080
        
        # legacy
        volumes:
          data:
        
        networks:
          fmd_server:
        
        • @paradox2011@lemmy.ml
          link
          fedilink
          English
          25 months ago

          Awesome, thanks. I’m going to give it a try. It seems like the best FOSS find my device type service available by far.

  • @Ugurcan@lemmy.world
    link
    fedilink
    English
    11
    edit-2
    5 months ago

    KitchenOwl - Smart Shopping List & Recipe Manager - paste any online recipe (including YouTube) and it will add the missing ingredients to your shopping list.

    N8N - IFTTT/Zapier alternative visual scripter with NodeRed touch. Has integrations with thousands of APIs.

    Not directly a docker image but Obsidian LiveSync, an Obsidian plugin that uses a self-hosted CouchDB or Object storage to replicate official Sync.

    • qaz
      link
      fedilink
      English
      35 months ago

      Why did you pick N8N over Node-RED?

      • @Ugurcan@lemmy.world
        link
        fedilink
        English
        25 months ago

        Node-RED requires enough technical knowledge that it becomes not easier, but harder than writing JS code when things go medium size. N8N is superior in UX.

        Also although I greatly appreciate everyone’s efforts, I don’t want to rely on community plugins that require maintenance and may or may not abandoned after it’s developer loses interest/move on with their life. TBH NPM is brimming with those.

      • @Ugurcan@lemmy.world
        link
        fedilink
        English
        15 months ago

        Yeah, businesses went big in N8N but home users are somehow unaware of it. It even has Home Assistant integration.

    • Naate
      link
      fedilink
      English
      15 months ago

      Seconding Obsidian LiveSync. Fabulous plugin + container

  • @mbirth@lemmy.ml
    link
    fedilink
    English
    95 months ago

    traefik-kop which allows me to use Docker-Compose labels for Traefik even on my other Docker hosts without the need for Docker Swarm or K8s.

    • JC1
      link
      fedilink
      English
      35 months ago

      That is actually very useful. I’m saving that for later.

  • @tritonium@midwest.social
    link
    fedilink
    English
    45 months ago

    OpenBooks - Easily download/pirate books.

    uLogger - Logging my travel and rides.

    Adminer - GUI frontend that can access multiple databases.

    Minimalist-Web-Notepad - A simple notepad for quick notes and lists.