Nathan Fretz
4 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
4 deletions
-
ghostfolio/docker-compose.yml
-
ghostfolio/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3334 |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghostfolio/ghostfolio:2.121.1@sha256:4164c03991149160aca84b5e9dca688223ef050dc1e9a3967ac3341b9aaf5c55 |
|
|
|
image: ghostfolio/ghostfolio:2.122.0@sha256:b2a4e21a1dcd19e54b70e33d19bb845c3058f740f0f54c2f9dbd5dc8927328db |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: ghostfolio |
|
|
|
category: finance |
|
|
|
name: Ghostfolio |
|
|
|
version: "2.121.1" |
|
|
|
version: "2.122.0" |
|
|
|
tagline: Manage your wealth like a boss |
|
|
|
description: >- |
|
|
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances. |
|
|
@ -32,8 +32,9 @@ deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: > |
|
|
|
This release includes improvements to the application: |
|
|
|
- Updated permissions handling for better security |
|
|
|
- Improved Stripe payment integration |
|
|
|
- Fixed chart display issues in the holdings tab |
|
|
|
- Improved user authorization handling |
|
|
|
- Enhanced market overview functionality |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. |
|
|
|