From a4d6d7feb9f5583903c58511dc20c94be6000cf9 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Fri, 17 Oct 2025 23:26:17 +0200 Subject: [PATCH] ADD info about source code to frontpage #6 --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 55f29c9..91a4484 100644 --- a/main.py +++ b/main.py @@ -51,6 +51,7 @@ async def root(): "description": f"This service proxies paste content from {PAD_BASEURL} to {DUMP_BASEURL}", "usage": f"Visit {PROXY_BASEURL}/{{paste_id}} to fetch content from {PAD_BASEURL}/{{paste_id}}/raw and redirect to the posted URL on {DUMP_BASEURL}", "example": f"{PROXY_BASEURL}/abc123 → fetches {PAD_BASEURL}/abc123/raw → posts to {DUMP_BASEURL} → redirects to result URL", + "source_code": "https://git.uphillsecurity.com/cf7/aukpad-paste-proxy", "base_urls": { "proxy": PROXY_BASEURL, "source": PAD_BASEURL,