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.103.0 #1332

Merged
merged 2 commits into from
Aug 12, 2024
Merged
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

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:
@@ -7,7 +7,7 @@
APP_PORT: 3334

server:
image: ghostfolio/ghostfolio:2.100.0@sha256:36cb25e49fcd46ed923839a52258fb921a8795d9a052b22e00eb4bba2b02e640
image: ghostfolio/ghostfolio:2.103.0@sha256:37d155f903375acba3e4fc739a95bf7dc199bbc86f6f34921b9add4f4c0facf8
init: true
restart: on-failure
environment:
17 changes: 5 additions & 12 deletions ghostfolio/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.100.0"
version: "2.103.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@@ -31,17 +31,10 @@ path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >
This release includes several improvements and additions:


Added:
- Support to manage tags of holdings in the holding detail dialog

Changed:
- Improved the color assignment in the chart of the holdings tab on the home page (experimental)
- Persisted the view mode of the holdings tab on the home page (experimental)
- Improved the language localization for Catalan and Spanish

This release includes several improvements:
- Improved the color assignment in the chart of the holdings tab on the home page
- Enabled Catalan and Polish as options in the user settings
- Improved the language localization for Portuguese

Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.
submitter: BeauAgst