From b94b7bff01e6daab826ee923dd1dda17458e9a57 Mon Sep 17 00:00:00 2001 From: Thomas <28439359+thoda-dev@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:40:44 +0200 Subject: [PATCH] fix(create): prefill the form from the instance limits --- README.md | 5 +++ apps/app/app/app.vue | 17 +++++++--- apps/app/app/composables/usePublicSettings.ts | 10 ++++++ apps/app/app/pages/index.vue | 33 ++++++++++++++++--- apps/app/i18n/locales/en.json | 3 ++ apps/app/i18n/locales/fr.json | 3 ++ apps/app/server/api/settings/public.get.ts | 21 ++++++++++-- 7 files changed, 81 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index aba9c5f..470b76b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ > Say it once. We'll forget. +**[Try the demo](https://shhh.thoda.dev)** · **[Documentation](https://shhh-docs.thoda.dev)** + +The demo is a public instance with short retention and tight limits, reset without warning. Don't +put anything in it you would mind losing. + A self-hostable, zero-knowledge pastebin for sharing secrets — text and files — that expire on their own. The server stores ciphertext and nothing else: the decryption key lives in the URL fragment and is never sent to it. diff --git a/apps/app/app/app.vue b/apps/app/app/app.vue index d5411c8..e7ef9d1 100644 --- a/apps/app/app/app.vue +++ b/apps/app/app/app.vue @@ -1,10 +1,10 @@