Skip Navigation

User banner
Posts
1
Comments
209
Joined
2 yr. ago

  • There is enough to update, seems like it when I scroll through the Boost community (bugfixes, new features)... Last update mentioned Lemmy 0.19.4, now we have 0.19.10. With v1.0 there will be new features like OIDC.

    Software is never "done"

    Boost has one more point to update regularly: he earns money with it. If you don't pay for it, you get ads. That's okay, but by paying for an app I want regular updates. I bought Boost to support the development

  • I like regular updated software. Don't know if it is still an active project

  • Currently I use Boost for Lemmy, I even bought it to support it. Sadly there was no update since last july 😐

    Edit: typo

  • No, because MONITOR_ONLY is for all

  • It is very easy. Here is my compose:

     yaml
        
    services:
      watchtower:
        image: containrrr/watchtower
        container_name: watchtower
        restart: always
        volumes:
          - /var/run/docker.sock:/var/run/docker.sock
          - /etc/localtime:/etc/localtime:ro
        command: --interval 10800
        logging:
          driver: local
        environment:
              WATCHTOWER_NOTIFICATION_URL: gotify://
              WATCHTOWER_NOTIFICATIONS_HOSTNAME: Fancy name
              WATCHTOWER_MONITOR_ONLY: true
              WATCHTOWER_WARN_ON_HEAD_FAILURE: never
    
      

    Every 3 hours it will check for updates, send a message via Gotify and pull the new images. It will not restart the containers with the new images.

  • I only let me notify about updates. I don't want autoupdates, because some projects may have breaking changes (looking at you Immich 😁)

    I get a message from watchtower over Gotify and then I can read the changelog

  • Mastodon is my preference 😊 I really like my timeline

  • Permanently Deleted

    Jump
  • Yes Oauth 2 support is what I meant

  • Permanently Deleted

    Jump
  • Gmail support was introduced to K-9 mail as one of the first features after Thunderbird took over ☝🏻

  • Permanently Deleted

    Jump
  • Only the name and design, that's all.

  • Don't know what it is. I use openwebui in docker with ollama on my host. It runs fine. Same configuration with perplexica does not work. But I am not the only one with this problem 🤔

  • Seems it can not be used locally with ollama 😔

    The only alternative Perplexica is not working properly, many unresolved issues on Github about the endless spinning wheel..

  • I like Zoraxy it has a lot of features, like Zerotier integration, status monitoring etc and a clean UI

    Runs fine for my needs and fully replaced NPM for me 😊

    You can run it in docker or as a single binary directly

  • Fluffy-to-go 🤔🥰🥰

  • "It's dangerous to go alone, take this" 🤔🥰🥰

  • You can use Rescuezilla which is basically a GUI fir Clonezilla, but easier to use 😋

  • Selfhosted Mastodon instances, not only Mastodon social, Misskey and forks, friendica...

    Closing registrations would be a must have too. At the moment you can not disable public registrations 😔

  • Valkey is maintained by the Linux foundation Based on the last opensource redis 7.2 with many improvements

    KeyDB is a project by Snapchat afaik 🤔

  • I use Valkey and even Fedora has it in the repos. No problems so far, even changing Docker compose files to valkey works without issues 😌

  • Congrats to those milestones ☝🏻 Using Immich since the early versions and it got better and better, thanks to the efforts of the team

    Thanks again for the help if something broke because of an update 😊