Browse Source

Add blog post: Ghostfolio 3

pull/6678/head
Thomas Kaul 2 days ago
parent
commit
cb0743a8d7
  1. 1
      apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.component.ts
  2. 25
      apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html

1
apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.component.ts

@ -11,6 +11,7 @@ import { RouterModule } from '@angular/router';
templateUrl: './ghostfolio-3-page.html'
})
export class Ghostfolio3PageComponent {
public pricingUrl = `https://ghostfol.io/${document.documentElement.lang}/${publicRoutes.pricing.path}`;
public routerLinkAbout = publicRoutes.about.routerLink;
public routerLinkAboutChangelog =
publicRoutes.about.subRoutes.changelog.routerLink;

25
apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html

@ -56,6 +56,13 @@
invaluable insights into your investment portfolio for making
informed decisions and optimizing diversification.
</p>
<h3 class="h5">Extended Multilanguage Support</h3>
<p>
Ghostfolio has extended its multilanguage support, largely driven by
contributions from the community. The application is now available
in a growing number of languages, making it accessible to a broader
audience of investors around the world.
</p>
<h3 class="h5">Reliable Stability</h3>
<p>
A wealth management platform needs to be reliable. With Ghostfolio
@ -63,12 +70,14 @@
architecture, so you can rely on Ghostfolio regardless of the
<a [routerLink]="routerLinkMarkets">market conditions</a>.
</p>
<h3 class="h5">Extended Multilanguage Support</h3>
<h3 class="h5">Empowering Self-Hosting</h3>
<p>
Ghostfolio has extended its multilanguage support, largely driven by
contributions from the community. The application is now available
in a growing number of languages, making it accessible to a broader
audience of investors around the world.
This release simplifies and extends the self-hosting experience. A
major addition is that self-hosters can now fully benefit from
<a target="_blank" [href]="pricingUrl">Ghostfolio Premium</a> to
make use of a professional data provider. This gives you full
control over your infrastructure while still having access to
high-quality market data for your portfolio analytics.
</p>
<h3 class="h5">Cutting-Edge Technology Stack</h3>
<p>
@ -202,6 +211,9 @@
<li class="list-inline-item">
<span class="badge badge-light">Ghostfolio 3.0</span>
</li>
<li class="list-inline-item">
<span class="badge badge-light">Ghostfolio Premium</span>
</li>
<li class="list-inline-item">
<span class="badge badge-light">Internationalization</span>
</li>
@ -238,6 +250,9 @@
<li class="list-inline-item">
<span class="badge badge-light">Release</span>
</li>
<li class="list-inline-item">
<span class="badge badge-light">Self-Hosting</span>
</li>
<li class="list-inline-item">
<span class="badge badge-light">Software</span>
</li>

Loading…
Cancel
Save