ADD info about source code to frontpage #6

This commit is contained in:
Caffeine Fueled 2025-10-17 23:26:17 +02:00
parent 6a4053f7e1
commit a4d6d7feb9
Signed by: cf7
GPG key ID: CA295D643074C68C

View file

@ -51,6 +51,7 @@ async def root():
"description": f"This service proxies paste content from {PAD_BASEURL} to {DUMP_BASEURL}", "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}", "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", "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": { "base_urls": {
"proxy": PROXY_BASEURL, "proxy": PROXY_BASEURL,
"source": PAD_BASEURL, "source": PAD_BASEURL,