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

      • @[email protected]OP
        link
        fedilink
        English
        47 months ago

        Have you tried beaver docking? I really like it. I just learned of it recently and do it everyday. Better than a lot of other docking.

      • @[email protected]
        link
        fedilink
        English
        9
        edit-2
        7 months ago

        No, mostly because Google Search is just terrible. The app itself is great.

        At least with Searx you can search multiple private search engines (your preference) at once. You can also selfhost it.

        • @[email protected]
          link
          fedilink
          English
          07 months ago

          I need to finally look into this shit. I bought a domain and everything but have never tried to make anything actually exposed. Meh. Maybe I hyper fixate on it this week. Fingers crossed.

    • JC1
      link
      fedilink
      English
      37 months ago

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

    • @[email protected]
      link
      fedilink
      English
      77 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.

      • @[email protected]
        link
        fedilink
        English
        27 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…).

        • @[email protected]
          link
          fedilink
          English
          47 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.

          • @[email protected]
            link
            fedilink
            English
            47 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.

    • @[email protected]OP
      link
      fedilink
      English
      37 months ago

      Did you try Firefly as well? Why AB? Thanks for the recommendation and SimpleFIN looks great.

      • @[email protected]
        link
        fedilink
        English
        57 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.

  • bizarroland
    link
    fedilink
    197 months ago

    https://github.com/modem7/docker-rickroll

    There are also variations on this that play ASCII Star wars and modified versions of the song that are terrible on purpose.

    I set this as the admin login link to my docker system just in case somebody manages to infiltrate my network.

      • blue lion
        link
        fedilink
        English
        27 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
        47 months ago

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

    • @[email protected]
      link
      fedilink
      English
      37 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
        47 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:
        
        • @[email protected]
          link
          fedilink
          English
          27 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.

  • @[email protected]
    link
    fedilink
    English
    237 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.

      • @[email protected]
        link
        fedilink
        English
        2
        edit-2
        7 months ago

        Right. When a request comes in, Traefik, for one, will hold the connection until the service is back up then forward the request as usual. This works for UIs as well. You’ll get a temporary loading page then redirected to the requested UI when the service is up.

    • @[email protected]
      link
      fedilink
      English
      17 months ago

      So would this work well e.g. with the the *arr stack? Because most of the services wouldn’t even need to run always

      • @[email protected]
        link
        fedilink
        English
        27 months ago

        It probably would work well with those as long as the startup time was quick (my containers come up almost instantly) and the initiating clients can handle a bit of latency. I didn’t notice any hiccups in my use at all.

  • @[email protected]
    link
    fedilink
    English
    15
    edit-2
    7 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.

    • Naate
      link
      fedilink
      English
      17 months ago

      Seconding Obsidian LiveSync. Fabulous plugin + container

      • @[email protected]
        link
        fedilink
        English
        17 months ago

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

    • qaz
      link
      fedilink
      English
      37 months ago

      Why did you pick N8N over Node-RED?

      • @[email protected]
        link
        fedilink
        English
        27 months ago

        Haven’t tried node, so I’m interested to hear as well, but n8n is super easy to set up, and I like the interface.
        I’ve looked at node multiple times in the past, and I remember finding no reason to switch.

      • @[email protected]
        link
        fedilink
        English
        27 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.

  • Strit
    link
    fedilink
    English
    67 months ago

    I think my most obscure one is “Homarr”, which as the name suggests is a dashboard designed with the *arr suite in mind, but I use it as a regular dashboard for my regular services.

  • @[email protected]
    link
    fedilink
    English
    37 months ago

    PlantUML-Server: Github / Docker Hub I do use some plantuml graphics in my Obsidian notes to document my network setup. And it’s really nice to have a self hosted renderer where all my devices can access it.

    UnifiBrowser Github / Docker Docker Image to access the Unifi API, helped a lot to debug the integration of Unifi data into other tools (e.g. Munin)

    Wanderer Github - Platform to save and upload gps tracks. I do misuse it as a platform for my motorbike tour ‘library’ for easy choice which tour I want to do