From de4e58d0ee00a83e24f69a7a0741e96c5489c4be Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Tue, 15 Apr 2025 15:13:36 +0300 Subject: [PATCH] Add robots.txt to servers - not for bots (#2358) Signed-off-by: Avgustin Marinov --- .../hawkbit-ddi-server/src/main/resources/public/robots.txt | 2 ++ .../hawkbit-dmf-server/src/main/resources/public/robots.txt | 2 ++ .../hawkbit-mgmt-server/src/main/resources/public/robots.txt | 2 ++ .../hawkbit-update-server/src/main/resources/public/robots.txt | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 hawkbit-ddi/hawkbit-ddi-server/src/main/resources/public/robots.txt create mode 100644 hawkbit-dmf/hawkbit-dmf-server/src/main/resources/public/robots.txt create mode 100644 hawkbit-mgmt/hawkbit-mgmt-server/src/main/resources/public/robots.txt create mode 100644 hawkbit-monolith/hawkbit-update-server/src/main/resources/public/robots.txt diff --git a/hawkbit-ddi/hawkbit-ddi-server/src/main/resources/public/robots.txt b/hawkbit-ddi/hawkbit-ddi-server/src/main/resources/public/robots.txt new file mode 100644 index 000000000..77470cb39 --- /dev/null +++ b/hawkbit-ddi/hawkbit-ddi-server/src/main/resources/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file diff --git a/hawkbit-dmf/hawkbit-dmf-server/src/main/resources/public/robots.txt b/hawkbit-dmf/hawkbit-dmf-server/src/main/resources/public/robots.txt new file mode 100644 index 000000000..77470cb39 --- /dev/null +++ b/hawkbit-dmf/hawkbit-dmf-server/src/main/resources/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file diff --git a/hawkbit-mgmt/hawkbit-mgmt-server/src/main/resources/public/robots.txt b/hawkbit-mgmt/hawkbit-mgmt-server/src/main/resources/public/robots.txt new file mode 100644 index 000000000..77470cb39 --- /dev/null +++ b/hawkbit-mgmt/hawkbit-mgmt-server/src/main/resources/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file diff --git a/hawkbit-monolith/hawkbit-update-server/src/main/resources/public/robots.txt b/hawkbit-monolith/hawkbit-update-server/src/main/resources/public/robots.txt new file mode 100644 index 000000000..77470cb39 --- /dev/null +++ b/hawkbit-monolith/hawkbit-update-server/src/main/resources/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file