From f1bcd0d8c4938f2461f91d0e5eda9f62da1ba34a Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:08:07 +0400 Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/app-down.html | 3 + templates/cats.html | 3 + templates/connection.html | 3 + templates/ghost.html | 3 + templates/hacker-terminal.html | 186 +++++++++++++++++++++++++++++++++ 5 files changed, 198 insertions(+) create mode 100644 templates/hacker-terminal.html diff --git a/templates/app-down.html b/templates/app-down.html index ddfb836..a2f21f9 100644 --- a/templates/app-down.html +++ b/templates/app-down.html @@ -5,6 +5,9 @@ {{ message }} + + + diff --git a/templates/cats.html b/templates/cats.html index 0c96252..244cb50 100644 --- a/templates/cats.html +++ b/templates/cats.html @@ -5,6 +5,9 @@ {{ message }} + + + diff --git a/templates/connection.html b/templates/connection.html index 5ddd133..79516a5 100644 --- a/templates/connection.html +++ b/templates/connection.html @@ -5,6 +5,9 @@ {{ code }} | {{ message }} + + + diff --git a/templates/ghost.html b/templates/ghost.html index 266139f..0d52633 100644 --- a/templates/ghost.html +++ b/templates/ghost.html @@ -5,6 +5,9 @@ {{ code }}: {{ message }} + + + diff --git a/templates/hacker-terminal.html b/templates/hacker-terminal.html new file mode 100644 index 0000000..6389813 --- /dev/null +++ b/templates/hacker-terminal.html @@ -0,0 +1,186 @@ + + + + + + {{ message }} + + + + + + + + + + + + + +
+ +
+

Error {{ code }}

+

{{ description }}.

+

Good luck.

+ +
+ +

Host: {{ host }}

+ +

Original URI: {{ original_uri }}

+ +

Forwarded for: {{ forwarded_for }}

+ +

Namespace: {{ namespace }}

+ +

Ingress name: {{ ingress_name }}

+ +

Service name: {{ service_name }}

+ +

Service port: {{ service_port }}

+ +

Request ID: {{ request_id }}

+ +

Timestamp: {{ now.Unix }}

+
+ +
+ + + + + +