Browse Source
Update Firefly III to version 6.0.9 (#518)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
jimSuleymanBr
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
11 additions and
4 deletions
-
firefly-iii/docker-compose.yml
-
firefly-iii/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: fireflyiii/core:version-5.7.18@sha256:f72a0dfcc2e12fb96d4a7f1e64834518692914ce40565904473f64401c1bda58 |
|
|
|
image: fireflyiii/core:version-6.0.9@sha256:4ad204ece837cef2f3763f93f5230093dad11a20e5dd92f3d6b3d8d6163a6a98 |
|
|
|
# This image runs under the user/group www-data:www-data |
|
|
|
# user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
@ -35,4 +35,4 @@ services: |
|
|
|
MYSQL_DATABASE: "fireflyiii" |
|
|
|
MYSQL_USER: "fireflyiii" |
|
|
|
MYSQL_PASSWORD: "moneyprintergobrrr" |
|
|
|
MYSQL_ROOT_PASSWORD: "moneyprintergobrrr" |
|
|
|
MYSQL_ROOT_PASSWORD: "moneyprintergobrrr" |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: firefly-iii |
|
|
|
category: Finance |
|
|
|
name: Firefly III |
|
|
|
version: "5.7.18" |
|
|
|
version: "6.0.9" |
|
|
|
tagline: Your personal finance manager |
|
|
|
description: >- |
|
|
|
Firefly III is a manager for your personal finances. It is self-hosted and open source. This means that it's free, it has no ads and no tracking. |
|
|
@ -44,5 +44,12 @@ gallery: |
|
|
|
path: "" |
|
|
|
deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
⚠️ This upgrade from version 5.7.18 to 6.0.9 may not be backwards compatible for users who manage outgoing loans. |
|
|
|
The Firefly III team recommends that you make a backup of your database before updating. |
|
|
|
See here for more details before updating: https://gist.github.com/JC5/909385c5086f9e07ba2c32e047446d68 |
|
|
|
|
|
|
|
|
|
|
|
Full release notes can be found here: https://github.com/firefly-iii/firefly-iii/releases |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/378 |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/378 |
|
|
|