From 49799a62978a05ef73f99055c46d7d6dc222bebf Mon Sep 17 00:00:00 2001 From: goro Date: Tue, 5 May 2026 19:19:27 +0300 Subject: [PATCH] upload password --- src/pages/upload.astro | 122 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 117 insertions(+), 5 deletions(-) diff --git a/src/pages/upload.astro b/src/pages/upload.astro index 1149a8b..2d42c3a 100644 --- a/src/pages/upload.astro +++ b/src/pages/upload.astro @@ -3,10 +3,21 @@ import DefaultLayout from '../layouts/DefaultLayout.astro'; const WORKER_URL = import.meta.env.PUBLIC_WORKER_URL; const UPLOAD_SECRET = import.meta.env.PUBLIC_UPLOAD_SECRET; +const UPLOAD_PASSWORD = import.meta.env.PUBLIC_UPLOAD_PASSWORD; --- -
+ +
+
+

Password required

+ + +

+
+
+ + + +