mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : fireflyiii updated to 6.0.23
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 6.0.23 (09-09-2023)
|
||||||
|
- Update to latest version from firefly-iii/firefly-iii
|
||||||
|
|
||||||
## 6.0.22 (02-09-2023)
|
## 6.0.22 (02-09-2023)
|
||||||
- Update to latest version from firefly-iii/firefly-iii
|
- Update to latest version from firefly-iii/firefly-iii
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
# # Change data location
|
# # Change data location
|
||||||
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
|
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
|
||||||
|
|
||||||
ARG BUILD_UPSTREAM="6.0.22"
|
ARG BUILD_UPSTREAM="6.0.23"
|
||||||
RUN \
|
RUN \
|
||||||
# Change upload folder to "ha_upload" since the default one is binded to a volume (see base image)
|
# Change upload folder to "ha_upload" since the default one is binded to a volume (see base image)
|
||||||
sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php
|
sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php
|
||||||
|
|||||||
@@ -94,6 +94,6 @@
|
|||||||
"slug": "fireflyiii",
|
"slug": "fireflyiii",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "6.0.22",
|
"version": "6.0.23",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"last_update": "02-09-2023",
|
"last_update": "09-09-2023",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "fireflyiii",
|
"slug": "fireflyiii",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "firefly-iii/firefly-iii",
|
"upstream_repo": "firefly-iii/firefly-iii",
|
||||||
"upstream_version": "6.0.22"
|
"upstream_version": "6.0.23"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user