Elektrine lite

← Feed

@webology@mastodon.social

Post #1675352

2026-04-24 17:36 UTC

🤔 I’m happy to see so many good CalVer discussions going on. It inspired me to add `/version.txt` endpoints to a bunch of my projects, along with a few JSON REST endpoints. I already expose the CalVer version in the footer, but this lets me skip parsing HTML and quickly check whether a deploy was successful. Coolify is great, but it’s even better when I can write simple tooling to verify that everything is running the version it should be.

Replies (1)

  • @konsonantenboy@hachyderm.io 2026-04-24 17:57

    @webology@mastodon.social I started using the version number set in pyproject.toml file, parsing it with `toml`. One place of truth. Am not quite sold on the CalVer idea yet, but will try it in a new project.

    Open ##2938478