From 8e3480c0cec1fec54172fab8d81f96c9eae8c13f Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Tue, 10 Jun 2025 15:38:06 +0200
Subject: [PATCH] Feature/extend self-hosting FAQ by additional data providers
question (#4885)
* Extend FAQ by additional data providers question
* Update changelog
---
CHANGELOG.md | 1 +
.../app/pages/faq/self-hosting/self-hosting-page.html | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1d515ba6..f8ecdc4b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Included quick links in the search results of the assistant
+- Extended the content of the _Self-Hosting_ section by information about additional data providers on the Frequently Asked Questions (FAQ) page
### Changed
diff --git a/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html b/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
index a30854156..bc468fe96 100644
--- a/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
+++ b/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
@@ -159,6 +159,17 @@
subscription via an API key.
+
+
+ Will you add data provider X?
+
+ We are currently not planning to extend the core data providers.
+ However, you can usually integrate data from your desired website by
+ using the MANUAL
data source along with a scraper
+ configuration.
+
How do I set up a benchmark?