diff --git a/.env.example b/.env.example index 7e9f47f..6ff8470 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # =========================================== -# CC24-Hub Environment Configuration +# ForensicPathways Environment Configuration # =========================================== # Authentication & OIDC (Required) diff --git a/README.md b/README.md index 3ad8321..1ff4a7e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CC24-Hub +# ForensicPathways Ein kuratiertes Verzeichnis für Digital Forensics und Incident Response (DFIR) Tools, Methoden und Konzepte mit KI-gestützten Workflow-Empfehlungen. @@ -248,7 +248,7 @@ Erstelle `/etc/systemd/system/cc24-hub.service`: ```ini [Unit] -Description=CC24-Hub DFIR Guide +Description=ForensicPathways DFIR Guide After=network.target nginx.service Wants=nginx.service diff --git a/dfir_yaml_editor.html b/dfir_yaml_editor.html index f509697..eb445a4 100644 --- a/dfir_yaml_editor.html +++ b/dfir_yaml_editor.html @@ -562,7 +562,7 @@

📚 Knowledgebase Entry Generator

-

Generate properly formatted markdown files for CC24-Hub knowledgebase.

+

Generate properly formatted markdown files for ForensicPathways knowledgebase.

@@ -1380,7 +1380,7 @@ } } - // Knowledge Generator - Enhanced for CC24-Hub format + // Knowledge Generator - Enhanced for ForensicPathways format function updateKnowledgeToolSelect() { const select = document.getElementById('knowledgeToolSelect'); select.innerHTML = ''; diff --git a/src/components/Footer.astro b/src/components/Footer.astro index b68089c..7fa188a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,7 +7,7 @@