Feature/add available home server systems to faq (#3126)
* Add available home server systems * Update changelog * Add CasaOS to README.md
This commit is contained in:
parent
0bca8897d6
commit
bb86f85203
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Extended the content of the _Self-Hosting_ section by available home server systems on the Frequently Asked Questions (FAQ) page
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an issue in the performance calculation caused by multiple `SELL` activities on the same day
|
- Fixed an issue in the performance calculation caused by multiple `SELL` activities on the same day
|
||||||
|
@ -144,7 +144,7 @@ docker compose --env-file ./.env -f docker/docker-compose.build.yml up -d
|
|||||||
|
|
||||||
### Home Server Systems (Community)
|
### Home Server Systems (Community)
|
||||||
|
|
||||||
Ghostfolio is available for various home server systems, including [Runtipi](https://www.runtipi.io/docs/apps-available), [TrueCharts](https://truecharts.org/charts/stable/ghostfolio), [Umbrel](https://apps.umbrel.com/app/ghostfolio), and [Unraid](https://unraid.net/community/apps?q=ghostfolio).
|
Ghostfolio is available for various home server systems, including [CasaOS](https://github.com/bigbeartechworld/big-bear-casaos), [Runtipi](https://www.runtipi.io/docs/apps-available), [TrueCharts](https://truecharts.org/charts/stable/ghostfolio), [Umbrel](https://apps.umbrel.com/app/ghostfolio), and [Unraid](https://unraid.net/community/apps?q=ghostfolio).
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
@ -18,6 +18,25 @@
|
|||||||
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>.
|
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>.
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
</mat-card>
|
</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 appearance="outlined" class="mb-3">
|
||||||
<mat-card-header>
|
<mat-card-header>
|
||||||
<mat-card-title>How do I add a new currency?</mat-card-title>
|
<mat-card-title>How do I add a new currency?</mat-card-title>
|
||||||
|
@ -14,6 +14,7 @@ import { Subject } from 'rxjs';
|
|||||||
export class ResourcesPageComponent implements OnInit {
|
export class ResourcesPageComponent implements OnInit {
|
||||||
public hasPermissionForSubscription: boolean;
|
public hasPermissionForSubscription: boolean;
|
||||||
public info: InfoItem;
|
public info: InfoItem;
|
||||||
|
public routerLinkFaq = ['/' + $localize`faq`];
|
||||||
public routerLinkResourcesPersonalFinanceTools = [
|
public routerLinkResourcesPersonalFinanceTools = [
|
||||||
'/' + $localize`resources`,
|
'/' + $localize`resources`,
|
||||||
'personal-finance-tools'
|
'personal-finance-tools'
|
||||||
|
@ -2,6 +2,23 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Resources</h1>
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Resources</h1>
|
||||||
|
<h2 class="h4 mb-3" i18n>Ghostfolio</h2>
|
||||||
|
<div class="mb-5">
|
||||||
|
<div class="mb-4 media">
|
||||||
|
<div class="media-body">
|
||||||
|
<h3 class="h5 mt-0">Frequently Asked Questions (FAQ)</h3>
|
||||||
|
<div class="mb-1">
|
||||||
|
Find quick answers to commonly asked questions about Ghostfolio in
|
||||||
|
our Frequently Asked Questions (FAQ) section.
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a [routerLink]="routerLinkFaq"
|
||||||
|
>Frequently Asked Questions (FAQ) →</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h2 class="h4 mb-3" i18n>Guides</h2>
|
<h2 class="h4 mb-3" i18n>Guides</h2>
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
<div class="mb-4 media">
|
<div class="mb-4 media">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user