Browse Source
Merge branch 'ghostfolio:main' into enhancements/ionicons-version
pull/4886/head
Anirban Biswas
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
17 additions and
5 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
-
package-lock.json
-
package.json
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -159,6 +159,17 @@ |
|
|
|
subscription via an API key.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>Will you add data provider X?</mat-card-title> |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content |
|
|
|
>We are currently not planning to extend the core data providers. |
|
|
|
However, you can usually integrate data from your desired website by |
|
|
|
using the <code>MANUAL</code> data source along with a scraper |
|
|
|
configuration.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>How do I set up a benchmark?</mat-card-title> |
|
|
|
|
|
@ -129,7 +129,7 @@ |
|
|
|
"@types/cypress": "^0.1.6", |
|
|
|
"@types/google-spreadsheet": "3.1.5", |
|
|
|
"@types/jest": "29.5.13", |
|
|
|
"@types/lodash": "4.17.16", |
|
|
|
"@types/lodash": "4.17.17", |
|
|
|
"@types/node": "22.15.17", |
|
|
|
"@types/papaparse": "5.3.7", |
|
|
|
"@types/passport-google-oauth20": "2.0.16", |
|
|
@ -12518,9 +12518,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@types/lodash": { |
|
|
|
"version": "4.17.16", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz", |
|
|
|
"integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==", |
|
|
|
"version": "4.17.17", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.17.tgz", |
|
|
|
"integrity": "sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
|
|
@ -175,7 +175,7 @@ |
|
|
|
"@types/cypress": "^0.1.6", |
|
|
|
"@types/google-spreadsheet": "3.1.5", |
|
|
|
"@types/jest": "29.5.13", |
|
|
|
"@types/lodash": "4.17.16", |
|
|
|
"@types/lodash": "4.17.17", |
|
|
|
"@types/node": "22.15.17", |
|
|
|
"@types/papaparse": "5.3.7", |
|
|
|
"@types/passport-google-oauth20": "2.0.16", |
|
|
|