Browse Source
Update Ghostfolio to 1.241.0 (#445)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Jeremy Fong
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
17 additions and
3 deletions
-
ghostfolio/docker-compose.yml
-
ghostfolio/umbrel-app.yml
|
|
@ -7,14 +7,13 @@ services: |
|
|
|
APP_PORT: 3334 |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghostfolio/ghostfolio:1.231.0@sha256:09d957bf25f48093ed6a0b0ac661f6b19337ac091d2b69dc2fb2985a0d51f025 |
|
|
|
image: ghostfolio/ghostfolio:1.241.0@sha256:0fd0b0bd722420bcc8fb92076f4bcfd8e1dcfb9b8b136367539e82184e992e1c |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
NODE_ENV: production |
|
|
|
HOST: 0.0.0.0 |
|
|
|
PORT: 3334 |
|
|
|
ACCESS_TOKEN_SALT: $APP_GHOSTFOLIO_ACCESS_TOKEN_SALT |
|
|
|
BASE_CURRENCY: USD |
|
|
|
DATABASE_URL: postgresql://${APP_GHOSTFOLIO_DB_USERNAME}:${APP_GHOSTFOLIO_DB_PASSWORD}@ghostfolio_postgres_1:5432/${APP_GHOSTFOLIO_DB_DATABASE_NAME}?sslmode=prefer |
|
|
|
JWT_SECRET_KEY: ${APP_SEED} |
|
|
|
POSTGRES_DB: ${APP_GHOSTFOLIO_DB_DATABASE_NAME} |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: ghostfolio |
|
|
|
category: Finance |
|
|
|
name: Ghostfolio |
|
|
|
version: "1.231.0" |
|
|
|
version: "1.241.0" |
|
|
|
tagline: Manage your wealth like a boss |
|
|
|
description: >- |
|
|
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances. |
|
|
@ -30,5 +30,20 @@ gallery: |
|
|
|
path: "" |
|
|
|
deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: > |
|
|
|
This release updates Ghostfolio from 1.231.0 to 1.241.0. |
|
|
|
A full list of new features, improvements, and bug fixes |
|
|
|
for versions between 1.231.0 and 1.241.0 can be found here: https://github.com/ghostfolio/ghostfolio/releases. |
|
|
|
|
|
|
|
Version 1.241.0 release notes: |
|
|
|
|
|
|
|
- Filtered activities with type ITEM from search results |
|
|
|
|
|
|
|
- Considered the user's language in the Stripe checkout |
|
|
|
|
|
|
|
- Upgraded the Stripe dependencies |
|
|
|
|
|
|
|
- Upgraded twitter-api-v2 from version 1.10.3 to 1.14.2 |
|
|
|
|
|
|
|
submitter: BeauAgst |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/396 |