Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/46432edce912cad778cf9780facfd7f30231611a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
23 additions and
0 deletions
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Extended the content of the _Self-Hosting_ section by the custom asset instructions on the Frequently Asked Questions (FAQ) page
### Changed
- Upgraded `prisma` from version `5.12.1` to `5.13.0`
@ -118,6 +118,25 @@
providers are considered experimental.< /mat-card-content
>
< / mat-card >
< mat-card appearance = "outlined" class = "mb-3" >
< mat-card-header >
< mat-card-title > How do I add a custom asset?< / mat-card-title >
< / mat-card-header >
< mat-card-content >
< p >
If you want to track an asset that is not available from any data
provider, you can create a custom asset as follows.
< / p >
< ol >
< li > Go to the < i > Admin Control< / i > panel< / li >
< li > Go to the < i > Market Data< / i > section< / li >
< li > Create an asset profile< / li >
< li > Select < i > Add Manually< / i > and enter a unique symbol< / li >
< li > Edit your asset profile< / li >
< li > Add a new activity by searching for the symbol< / li >
< / ol >
< / mat-card-content >
< / mat-card >
< mat-card appearance = "outlined" class = "mb-3" >
< mat-card-header >
< mat-card-title > Which devices are supported?< / mat-card-title >