Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghostfolio to version 2.130.0 #1959

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in ghostfolio/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 3334

server:
image: ghostfolio/ghostfolio:2.127.0@sha256:a634d2c431a03309eaa6041432bd0e167c595357a02258e5ccf32b34194f6382
image: ghostfolio/ghostfolio:2.130.0@sha256:fe20d33c9c5befd3471c517265e89f6e9f777743caf3ad8258a635c4007702c8
init: true
restart: on-failure
environment:
Expand Down
8 changes: 5 additions & 3 deletions ghostfolio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.127.0"
version: "2.130.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
Expand Down Expand Up @@ -32,8 +32,10 @@ deterministicPassword: false
torOnly: false
releaseNotes: >
This release includes improvements to the application:
- Extended X-ray page with summary view
- Fixed portfolio snapshot caching in calculator
- Added new portfolio analysis rules for asset class risk assessment
- Improved emergency fund management interface
- Enhanced market data management capabilities
- Improved language support for German and Polish


Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.
Expand Down
Loading