|
@ -4,15 +4,21 @@ |
|
|
<h3 class="d-none d-sm-block mb-3 text-center">Open Startup</h3> |
|
|
<h3 class="d-none d-sm-block mb-3 text-center">Open Startup</h3> |
|
|
<div class="intro-container"> |
|
|
<div class="intro-container"> |
|
|
<p> |
|
|
<p> |
|
|
At Ghostfolio, transparency is at the core of our values. We openly |
|
|
At Ghostfolio, transparency is at the core of our values. We publish |
|
|
share aggregated key metrics of our platform’s performance and publish |
|
|
|
|
|
the source code as |
|
|
the source code as |
|
|
<a |
|
|
<a |
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
title="Contributors to Ghostfolio" |
|
|
title="Find Ghostfolio on GitHub" |
|
|
>open source software</a |
|
|
>open source software</a |
|
|
> |
|
|
> |
|
|
(OSS). |
|
|
(OSS) under the |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://www.gnu.org/licenses/agpl-3.0.html" |
|
|
|
|
|
title="GNU Affero General Public License" |
|
|
|
|
|
>AGPL-3.0 license</a |
|
|
|
|
|
> |
|
|
|
|
|
and we openly share aggregated key metrics of the platform’s |
|
|
|
|
|
performance. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@ -27,6 +33,7 @@ |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
subLabel="(Last 24 hours)" |
|
|
subLabel="(Last 24 hours)" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.activeUsers1d ?? '-'" |
|
|
[value]="statistics?.activeUsers1d ?? '-'" |
|
|
>Active Users</gf-value |
|
|
>Active Users</gf-value |
|
|
> |
|
|
> |
|
@ -35,6 +42,7 @@ |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
subLabel="(Last 30 days)" |
|
|
subLabel="(Last 30 days)" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.newUsers30d ?? '-'" |
|
|
[value]="statistics?.newUsers30d ?? '-'" |
|
|
>New Users</gf-value |
|
|
>New Users</gf-value |
|
|
> |
|
|
> |
|
@ -43,6 +51,7 @@ |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
subLabel="(Last 30 days)" |
|
|
subLabel="(Last 30 days)" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.activeUsers30d ?? '-'" |
|
|
[value]="statistics?.activeUsers30d ?? '-'" |
|
|
>Active Users</gf-value |
|
|
>Active Users</gf-value |
|
|
> |
|
|
> |
|
@ -51,6 +60,7 @@ |
|
|
<a class="d-block" href="https://ghostfolio.slack.com"> |
|
|
<a class="d-block" href="https://ghostfolio.slack.com"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.slackCommunityUsers ?? '-'" |
|
|
[value]="statistics?.slackCommunityUsers ?? '-'" |
|
|
>Users in Slack community</gf-value |
|
|
>Users in Slack community</gf-value |
|
|
> |
|
|
> |
|
@ -63,6 +73,7 @@ |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.gitHubContributors ?? '-'" |
|
|
[value]="statistics?.gitHubContributors ?? '-'" |
|
|
>Contributors on GitHub</gf-value |
|
|
>Contributors on GitHub</gf-value |
|
|
> |
|
|
> |
|
@ -75,6 +86,7 @@ |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.gitHubStargazers ?? '-'" |
|
|
[value]="statistics?.gitHubStargazers ?? '-'" |
|
|
>Stars on GitHub</gf-value |
|
|
>Stars on GitHub</gf-value |
|
|
> |
|
|
> |
|
@ -87,6 +99,7 @@ |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="statistics?.dockerHubPulls ?? '-'" |
|
|
[value]="statistics?.dockerHubPulls ?? '-'" |
|
|
>Pulls on Docker Hub</gf-value |
|
|
>Pulls on Docker Hub</gf-value |
|
|
> |
|
|
> |
|
@ -97,6 +110,7 @@ |
|
|
<gf-value |
|
|
<gf-value |
|
|
size="large" |
|
|
size="large" |
|
|
[isPercent]="true" |
|
|
[isPercent]="true" |
|
|
|
|
|
[locale]="user?.settings?.locale" |
|
|
[precision]="2" |
|
|
[precision]="2" |
|
|
[value]="statistics?.uptime ?? '-'" |
|
|
[value]="statistics?.uptime ?? '-'" |
|
|
>Uptime</gf-value |
|
|
>Uptime</gf-value |
|
|