mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update Ghostfolio to 1.241.0 (#445)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
bf253befb6
commit
5956a3731f
@ -7,14 +7,13 @@ services:
|
|||||||
APP_PORT: 3334
|
APP_PORT: 3334
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: ghostfolio/ghostfolio:1.231.0@sha256:09d957bf25f48093ed6a0b0ac661f6b19337ac091d2b69dc2fb2985a0d51f025
|
image: ghostfolio/ghostfolio:1.241.0@sha256:0fd0b0bd722420bcc8fb92076f4bcfd8e1dcfb9b8b136367539e82184e992e1c
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
HOST: 0.0.0.0
|
HOST: 0.0.0.0
|
||||||
PORT: 3334
|
PORT: 3334
|
||||||
ACCESS_TOKEN_SALT: $APP_GHOSTFOLIO_ACCESS_TOKEN_SALT
|
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
|
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}
|
JWT_SECRET_KEY: ${APP_SEED}
|
||||||
POSTGRES_DB: ${APP_GHOSTFOLIO_DB_DATABASE_NAME}
|
POSTGRES_DB: ${APP_GHOSTFOLIO_DB_DATABASE_NAME}
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: ghostfolio
|
id: ghostfolio
|
||||||
category: Finance
|
category: Finance
|
||||||
name: Ghostfolio
|
name: Ghostfolio
|
||||||
version: "1.231.0"
|
version: "1.241.0"
|
||||||
tagline: Manage your wealth like a boss
|
tagline: Manage your wealth like a boss
|
||||||
description: >-
|
description: >-
|
||||||
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
|
||||||
@ -30,5 +30,20 @@ gallery:
|
|||||||
path: ""
|
path: ""
|
||||||
deterministicPassword: false
|
deterministicPassword: false
|
||||||
torOnly: 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
|
submitter: BeauAgst
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/396
|
submission: https://github.com/getumbrel/umbrel-apps/pull/396
|
Loading…
Reference in New Issue
Block a user