mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
6.2 KiB
166 lines
6.2 KiB
<div class="container">
|
|
<div class="mb-5 row">
|
|
<div class="col">
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>
|
|
Frequently Asked Questions (FAQ)
|
|
</h1>
|
|
<p>
|
|
Find quick answers to commonly asked questions about self-hosting
|
|
Ghostfolio in our Frequently Asked Questions (FAQ) section.
|
|
</p>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title>How do I start?</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
If you prefer to run Ghostfolio on your own infrastructure, please
|
|
find the source code and further instructions on
|
|
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>.
|
|
</mat-card-content>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title
|
|
>Which home server systems is Ghostfolio available
|
|
on?</mat-card-title
|
|
>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
The community has made Ghostfolio available on various home server
|
|
systems, including
|
|
<a href="https://github.com/bigbeartechworld/big-bear-casaos"
|
|
>CasaOS</a
|
|
>, <a href="https://www.runtipi.io/docs/apps-available">Runtipi</a>,
|
|
<a href="https://truecharts.org/charts/stable/ghostfolio"
|
|
>TrueCharts</a
|
|
>, <a href="https://apps.umbrel.com/app/ghostfolio">Umbrel</a>, and
|
|
<a href="https://unraid.net/community/apps?q=ghostfolio">Unraid</a>.
|
|
</mat-card-content>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title>How do I add a new currency?</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
<p>
|
|
Ghostfolio manages currencies automatically based on all the
|
|
recorded activities. If you need an additional currency, you can
|
|
manually enter it.
|
|
</p>
|
|
<ol>
|
|
<li>Go to the <i>Admin Control</i> panel</li>
|
|
<li>Click on the <i>Add Currency</i> button</li>
|
|
<li>Insert e.g. <code>EUR</code> in the prompt</li>
|
|
</ol>
|
|
</mat-card-content>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title
|
|
>How do I resolve
|
|
<i>No exchange rate has been found</i> errors?</mat-card-title
|
|
>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
<p>
|
|
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
|
|
<i
|
|
>Historical exchange rate at 2024-01-01 is not available from
|
|
"EUR" to "USD"</i
|
|
>
|
|
do the following:
|
|
</p>
|
|
<ol>
|
|
<li>Go to the <i>Admin Control</i> panel</li>
|
|
<li>Go to the <i>Market Data</i> section</li>
|
|
<li>Select <i>Filter by Currencies</i></li>
|
|
<li>Find the entry <i>USDEUR</i></li>
|
|
<li>
|
|
Click the menu item <i>Gather Historical Data</i> in the dialog
|
|
</li>
|
|
</ol>
|
|
</mat-card-content>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title>How do I add a new platform?</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
<ol>
|
|
<li>Go to the <i>Admin Control</i> panel</li>
|
|
<li>Go to the <i>Settings</i> section</li>
|
|
<li>Click on the <i>Add Platform</i> button</li>
|
|
</ol>
|
|
</mat-card-content>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title>How do I add a new tag?</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
<ol>
|
|
<li>Go to the <i>Admin Control</i> panel</li>
|
|
<li>Go to the <i>Settings</i> section</li>
|
|
<li>Click on the <i>Add Tag</i> button</li>
|
|
</ol>
|
|
</mat-card-content>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title>Which data providers are supported?</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content
|
|
><code>COINGECKO</code>, <code>MANUAL</code> and
|
|
<code>YAHOO</code> are officially supported while all other data
|
|
providers are considered experimental.</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>
|
|
</mat-card-header>
|
|
<mat-card-content
|
|
>Ghostfolio works in every modern web browser on smartphones, tablets
|
|
and desktop computers.</mat-card-content
|
|
>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title
|
|
>What is the best approach to managing backups?</mat-card-title
|
|
>
|
|
</mat-card-header>
|
|
<mat-card-content
|
|
>It is suggested to regularly back up your data by utilizing full
|
|
database dumps.</mat-card-content
|
|
>
|
|
</mat-card>
|
|
<mat-card appearance="outlined" class="mb-3">
|
|
<mat-card-header>
|
|
<mat-card-title>Got any other questions?</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content
|
|
>Please join the Ghostfolio
|
|
<a
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
|
|
title="Join the Ghostfolio Slack community"
|
|
>Slack </a
|
|
>community, post to
|
|
<a
|
|
href="https://twitter.com/ghostfolio_"
|
|
title="Post to Ghostfolio on X (formerly Twitter)"
|
|
>@ghostfolio_</a
|
|
>
|
|
or start a discussion at
|
|
<a
|
|
href="https://github.com/ghostfolio/ghostfolio"
|
|
title="Find Ghostfolio on GitHub"
|
|
>GitHub</a
|
|
>.</mat-card-content
|
|
>
|
|
</mat-card>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|