gnocchi

Golang weight tracking application
Log | Files | Refs

commit abaefe72a1db634bbe1f0da82f8dd28fbe8a31e2
parent b30dbbcbd35114f9c9e80bec774fca9558556666
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  2 Apr 2026 15:31:21 +0100

Expand readme, fix screenshot

Diffstat:
Mreadme.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md @@ -2,7 +2,8 @@ A simple, mobile first, golang web application allowing daily tracking of weight to markdown. -Very much intended for personal use, built to replace transcribing dates with paper and pen. Expected to be used with [this file](https://github.com/breadcat/blog.minskio.co.uk/blob/master/content/weight.md) and [this script](https://github.com/breadcat/nix-configs/blob/main/scripts/blog-weight.nix). +Very much intended for personal use, built to replace transcribing dates with paper and pen. +Expected to be used with [this file](https://github.com/breadcat/blog.minskio.co.uk/blob/master/content/weight.md) and [this script](https://github.com/breadcat/nix-configs/blob/main/scripts/blog-weight.nix), can also be run as a [NixOS service](https://github.com/breadcat/nix-configs/blob/main/common/roles/gnocchi.nix). ## Running @@ -16,4 +17,4 @@ Then access the servers IP address via a web browser on port `8080`. ## Screenshot -![](screenshot.jpg) +![](screenshot.png)