Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)F
帖子
5
评论
8
加入于
2 yr. ago

  • Impressive!

  • I don't believe you, but I'd like to be proven wrong.

    I expect you have a UPS that feeds your hosts and networking equipment and something like ZFS for disk redundancy. This protects against the most common failures and is usually enough, but there are still single points of failure in such a setup, that are not as common, not as hard to deal with through manual intervention, and quite difficult to protect with redundancy.

    I would be surprised if you are protected against the following single points of failure without manual intervention:

    • NAS machine (not just disk) failure. You would need to have a multi-node distributed storage, like Ceph, to protect against this.
    • Networking equipment failure. I think you can do some magic with BGP to do this, but I'm not a network engineer and I've never set up a redundant network.
    • Not affiliated.
    • Why did you use NextCloud over OwnCloud? Same reasons apply
  • Thanks for your feedback!

    Some thoughts:

    • You could configure your cliff.toml to ignore any commits that aren't interesting to your users
    • You could use "squash merge" to the prerelease/staging/development branch so that you can commit without worry, and then only have your PR titles follow conventional commits (if the change is interesting to your users)

    I should probably add those to the blog.

    But yeah, I get preferring to write manual tailored changelogs. Personally I am just a little neurotic about single source of truth and a huge Git nerd. And I know that at least in this job, my users are neurotic enough to prefer completeness.

  • Just like the old PHP based OwnCloud was forked to NextCloud for governance reasons, we now also have a fork of OCIS under the name OpenCloud:

    https://opencloud.eu/

  • Programming @programming.dev

    Automated changelog generation

    fhoekstra.eu /posts/changelog-from-conventional-commits-git-cliff/
  • homeassistant @lemmy.world

    Quick tip: ZHA stuck on pairing "Configuring"?

    fhoekstra.eu /posts/tip-zigbee-device-stuck-during-pairing/
  • PostgreSQL @programming.dev

    FerretDB + Cloudnative PG with barman-cloud

    fhoekstra.eu /posts/howto-cloudnative-ferretdb-with-automated-recovery-from-continuous-backups/
  • Programming @programming.dev

    PostgreSQL 18.0 brings OAuth2, AsyncIO, performance boost

    www.phoronix.com /news/PostgreSQL-18-Released
  • AsyncIO, OAuth2 support, and a new wire protocol (for the first time since 2003)!