mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-03 03:21:39 +00:00
Some extra things for Docker image.
This commit is contained in:
@@ -12,6 +12,7 @@ mkdir -p $FIREFLY_PATH/storage/export
|
|||||||
mkdir -p $FIREFLY_PATH/storage/framework/cache/data
|
mkdir -p $FIREFLY_PATH/storage/framework/cache/data
|
||||||
mkdir -p $FIREFLY_PATH/storage/framework/sessions
|
mkdir -p $FIREFLY_PATH/storage/framework/sessions
|
||||||
mkdir -p $FIREFLY_PATH/storage/framework/testing
|
mkdir -p $FIREFLY_PATH/storage/framework/testing
|
||||||
|
mkdir -p $FIREFLY_PATH/storage/framework/views/twig
|
||||||
mkdir -p $FIREFLY_PATH/storage/framework/views/v1
|
mkdir -p $FIREFLY_PATH/storage/framework/views/v1
|
||||||
mkdir -p $FIREFLY_PATH/storage/framework/views/v2
|
mkdir -p $FIREFLY_PATH/storage/framework/views/v2
|
||||||
mkdir -p $FIREFLY_PATH/storage/logs
|
mkdir -p $FIREFLY_PATH/storage/logs
|
||||||
|
@@ -34,6 +34,7 @@ return [
|
|||||||
'4.7.7' => 'This version of Firefly III requires PHP7.2.',
|
'4.7.7' => 'This version of Firefly III requires PHP7.2.',
|
||||||
'4.7.10' => 'Firefly III no longer encrypts database values. To protect your data, make sure you use TDE or FDE. Read more: https://bit.ly/FF3-encryption',
|
'4.7.10' => 'Firefly III no longer encrypts database values. To protect your data, make sure you use TDE or FDE. Read more: https://bit.ly/FF3-encryption',
|
||||||
'4.8.0' => 'This is a huge upgrade for Firefly III. Please expect bugs and errors, and bear with me as I fix them. I tested a lot of things but pretty sure I missed some. Thanks for understanding.',
|
'4.8.0' => 'This is a huge upgrade for Firefly III. Please expect bugs and errors, and bear with me as I fix them. I tested a lot of things but pretty sure I missed some. Thanks for understanding.',
|
||||||
|
'4.8.1' => 'This version of Firefly III requires PHP7.3.',
|
||||||
],
|
],
|
||||||
'install' =>
|
'install' =>
|
||||||
[
|
[
|
||||||
@@ -46,6 +47,7 @@ return [
|
|||||||
'4.7.7' => 'This version of Firefly III requires PHP7.2.',
|
'4.7.7' => 'This version of Firefly III requires PHP7.2.',
|
||||||
'4.7.10' => 'Firefly III no longer encrypts database values. To protect your data, make sure you use TDE or FDE. Read more: https://bit.ly/FF3-encryption',
|
'4.7.10' => 'Firefly III no longer encrypts database values. To protect your data, make sure you use TDE or FDE. Read more: https://bit.ly/FF3-encryption',
|
||||||
'4.8.0' => 'This is a huge upgrade for Firefly III. Please expect bugs and errors, and bear with me as I fix them. I tested a lot of things but pretty sure I missed some. Thanks for understanding.',
|
'4.8.0' => 'This is a huge upgrade for Firefly III. Please expect bugs and errors, and bear with me as I fix them. I tested a lot of things but pretty sure I missed some. Thanks for understanding.',
|
||||||
|
'4.8.1' => 'This version of Firefly III requires PHP7.3.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user