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.135.0 #2074

Merged
merged 1 commit into from
Jan 21, 2025
Merged
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.133.1@sha256:cedb0677aa7c3012da3faac13adcdc912ffb9ef42a050cbfa3a976ff9e64e69a
image: ghostfolio/ghostfolio:2.135.0@sha256:85b6124f3607bac0725be7c2e87af27d46bf3142a712409e8ab5353b92d09c64
init: true
restart: on-failure
environment:
Expand Down
11 changes: 5 additions & 6 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.133.1"
version: "2.135.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,11 +32,10 @@ deterministicPassword: false
torOnly: false
releaseNotes: >
This release includes improvements to the application:
- Added AI prompt copy feature to the analysis page
- Improved usability of portfolio sharing with clipboard confirmation
- Enhanced asset and platform logo handling
- Improved German language support
- Updated cryptocurrency listings
- Added Polish language support
- Enhanced Financial Modeling Prep service functionality
- Improved chart visualizations and annotations
- Various performance improvements and dependency updates


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