tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7cc254b81cc47800d375fdcfa034112cf5ca30b3
parent 8c14d0aa5a12b219ad229f728e502c085038248f
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon, 23 Mar 2026 14:39:35 +0000

Hey look, we actually solved something

Diffstat:
Mreadme.md | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -36,7 +36,6 @@ Then access the server via a web browser, the default port is 8080. ## Limitations * SQLite requires cgo, which requires gcc. Build/run with `CGO_ENABLED=1` * Database deletions get reserved so you won't have sequential file ID's -* Paths are stored absolutely, not relatively, so moving your file store requires manual intervention ## Credits * [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) for the go SQLite3 library