Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
5 deletions
-
ghostfolio/docker-compose.yml
-
ghostfolio/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3334 |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghostfolio/ghostfolio:2.119.0@sha256:97c45749c6826e68667b74487577b57ae04af0a516288718808fe4159f8dc608 |
|
|
|
image: ghostfolio/ghostfolio:2.120.0@sha256:b0d32371e712d26ab1218b7c4819857aab7b844079722736c938c17d30172a2b |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: ghostfolio |
|
|
|
category: finance |
|
|
|
name: Ghostfolio |
|
|
|
version: "2.119.0" |
|
|
|
version: "2.120.0" |
|
|
|
tagline: Manage your wealth like a boss |
|
|
|
description: >- |
|
|
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances. |
|
|
@ -32,9 +32,9 @@ deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: > |
|
|
|
This release includes several improvements: |
|
|
|
- Fixed issues with chart scaling on the analysis page |
|
|
|
- Fixed calculations for portfolio analysis rules related to market allocation risks |
|
|
|
- Improved configuration settings |
|
|
|
- Restructured resources page for better organization |
|
|
|
- Renamed portfolio analysis rule from Allocation Cluster Risk to Economic Market Cluster Risk |
|
|
|
- Improved German language localization |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. |
|
|
|