diff --git a/CHANGELOG.md b/CHANGELOG.md index 633740aad..f1c36bc90 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 - Added an index for `isExcluded` to the account database table +- Extended the content of the _Self-Hosting_ section 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 28a4d9b27..ec49b7021 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 @@ -18,6 +18,76 @@ GitHub. + + + How do I add a new currency? + + +

+ Ghostfolio manages currencies automatically based on all the recored + activities. If you need an additional currency, you can manually + enter it. +

+
    +
  1. Go to the Admin Control panel
  2. +
  3. Click on the Add Currency button
  4. +
  5. Insert e.g. EUR in the prompt
  6. +
+
+
+ + + How do I resolve + No exchange rate has been found errors? + + +

+ In Ghostfolio, you are responsible for providing the relevant + historical exchange rates. This can be done with a one-time import + of the data. If you see errors like + Historical exchange rate at 2024-01-01 is not available from + "EUR" to "USD" + do the following: +

+
    +
  1. Go to the Admin Control panel
  2. +
  3. Go to the Market Data section
  4. +
  5. Select Filter by Currencies
  6. +
  7. Find the entry USDEUR
  8. +
  9. + Click the menu item Gather Historical Data in the dialog +
  10. +
+
+
+ + + How do I add a new platform? + + +
    +
  1. Go to the Admin Control panel
  2. +
  3. Go to the Settings section
  4. +
  5. Click on the Add Platform button
  6. +
+
+
+ + + How do I add a new tag? + + +
    +
  1. Go to the Admin Control panel
  2. +
  3. Go to the Settings section
  4. +
  5. Click on the Add Tag button
  6. +
+
+
Which devices are supported?