From b3410c7694d3a33bbfe988b0220d09532c5c5c5c Mon Sep 17 00:00:00 2001 From: cevheri Date: Thu, 16 Jul 2026 06:41:30 +0300 Subject: [PATCH] fix(chocolatey): address 0.9.59 moderation guidelines in the nuspec template The 0.9.59 automated validation passed with no Requirements; two Guidelines remain for next releases: the loopback URL in the description is now plain 'localhost:3000' (a scheme-prefixed 127.0.0.1 URL is flagged as potentially invalid), and projectUrl now points at the product page (https://libredb.org) so it no longer duplicates projectSourceUrl (CPMR0041). The owners==authors note needs no change - the maintainer is the software author. --- packaging/chocolatey/libredb-studio.nuspec.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/chocolatey/libredb-studio.nuspec.tmpl b/packaging/chocolatey/libredb-studio.nuspec.tmpl index 47c3cd3..d1ef44a 100644 --- a/packaging/chocolatey/libredb-studio.nuspec.tmpl +++ b/packaging/chocolatey/libredb-studio.nuspec.tmpl @@ -15,7 +15,10 @@ libredb LibreDB Studio LibreDB - https://github.com/libredb/libredb-studio + + https://libredb.org https://cdn.jsdelivr.net/gh/libredb/libredb-studio@{{VERSION}}/public/logo.svg @@ -37,7 +40,7 @@ This package installs the standalone server together with a bundled, private Nod libredb-studio ``` -Then open http://127.0.0.1:3000. The first run prints generated admin credentials to the terminal (zero-config bootstrap). The server binds to 127.0.0.1 by default; set `LIBREDB_BIND=0.0.0.0` to expose it on the network. Server-side state is stored under `%LOCALAPPDATA%\LibreDB\Studio`. +Then browse to `localhost:3000`. The first run prints generated admin credentials to the terminal (zero-config bootstrap). The server binds to the loopback interface by default; set `LIBREDB_BIND=0.0.0.0` to expose it on the network. Server-side state is stored under `%LOCALAPPDATA%\LibreDB\Studio`. ### Configuration