From 36d5fd24bcbdb398660287f373cca37811fe82e6 Mon Sep 17 00:00:00 2001 From: archit Date: Mon, 10 Nov 2025 18:37:57 +0530 Subject: [PATCH 1/5] alo --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index ffab415..8da35d1 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,7 @@ * Yet Another Mid Ahh Filehost +adasdad - YAMAF is a yet another mid ahh filehost for personal use. - It is extremely simple and minimal and might break under niche circumstances like uploading many huge files. - It uses axum unlike its predecessors[fn:1][fn:2], both of which were written in rust some time ago now. -- 2.51.2 From ce14336ad221bfb39a851f9d46cf625e19fa365d Mon Sep 17 00:00:00 2001 From: archit Date: Mon, 10 Nov 2025 18:40:42 +0530 Subject: [PATCH 2/5] feat: add brainrot on upload page --- src/index.html | 137 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 108 insertions(+), 29 deletions(-) diff --git a/src/index.html b/src/index.html index d7c6c89..61dd842 100644 --- a/src/index.html +++ b/src/index.html @@ -1,31 +1,110 @@ - - - {{TITLE}} - - -

{{TITLE}}

-

- Use curl to upload: -
- - curl -F file=@"[file]" {{USER_URL}} - -
-
- If key is enabled then a field "key" will be required. -
- Make sure the key is the first field in the multipart before any files. -
- - curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}} - -

-
- {{KEY_FIELD}} - -
- -
-
+ + + + + {{TITLE}} + + + + +

{{TITLE}}

+ +

+ You can upload files directly or use curl: +

+ + + curl -F file=@"[file]" {{USER_URL}} + + +

+ If key authentication is enabled, include a "key" field before the file(s): +

+ + + curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}} + + +
+ {{KEY_FIELD}} + +
+ +
+ +
+ + + + + -- 2.51.2 From 155811c47ead1142c10891a195c0db687dd82eed Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Tue, 11 Nov 2025 22:55:09 +0530 Subject: [PATCH 3/5] add LICENSE Signed-off-by: Amneesh Singh --- LICENSE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..41e5ba4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + Marvel Rivals License Revision 2 + (c) Author, year + +Permission to use, copy, distribute, sell, or modify the compiled binaries, +source code, and documentation (the "Software") is granted only to individuals +who currently hold a higher competitive matchmaking rank in Marvel Rivals +(NetEase / Marvel Games) than the copyright holder. + +All others are expressly prohibited from using, copying, distributing, selling, +or modifying the Software in any form. + +The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. The authors +are NOT LIABLE FOR ANY LOSS, DAMAGE, OR MISUSE arising from its use. + -- 2.51.2 From 31fa66b80c36dc507e7ae8bf6a4d68bc60ba47e2 Mon Sep 17 00:00:00 2001 From: archit Date: Tue, 11 Nov 2025 22:59:38 +0530 Subject: [PATCH 4/5] add zomato lisence --- LISENCE | 3 ++ src/index.html | 99 +++++++++++++++++++++++++------------------------- 2 files changed, 53 insertions(+), 49 deletions(-) create mode 100644 LISENCE diff --git a/LISENCE b/LISENCE new file mode 100644 index 0000000..d9bdfba --- /dev/null +++ b/LISENCE @@ -0,0 +1,3 @@ +Zomato License (v1.0) +You may fork, taste, and remix this code β€” but don’t serve it without credit. +All bugs come with complimentary fries 🍟. diff --git a/src/index.html b/src/index.html index 61dd842..21467a1 100644 --- a/src/index.html +++ b/src/index.html @@ -2,40 +2,37 @@ - {{TITLE}} + @@ -70,21 +79,16 @@

{{TITLE}}

- You can upload files directly or use curl: + Use curl to upload: + curl -F file=@"[file]" {{USER_URL}} + If key is enabled then a field "key" will be required. +
+ Make sure the key is the first field in the multipart before any files. + + curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}} +

- - curl -F file=@"[file]" {{USER_URL}} - - -

- If key authentication is enabled, include a "key" field before the file(s): -

- - - curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}} - -
{{KEY_FIELD}} @@ -94,17 +98,14 @@
- - +
+ +
- -- 2.51.2 From c866f4c524bbe9e2a5c7dfa00576098dee23141f Mon Sep 17 00:00:00 2001 From: archit Date: Tue, 11 Nov 2025 23:00:41 +0530 Subject: [PATCH 5/5] add zomato lisence --- lIS2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lIS2 diff --git a/lIS2 b/lIS2 new file mode 100644 index 0000000..d9bdfba --- /dev/null +++ b/lIS2 @@ -0,0 +1,3 @@ +Zomato License (v1.0) +You may fork, taste, and remix this code β€” but don’t serve it without credit. +All bugs come with complimentary fries 🍟. -- 2.51.2