Skip to content

Commit

Permalink
Updater bot : fireflyiii updated to 6.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Oct 20, 2023
1 parent 9a3b5eb commit 53272be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions fireflyiii/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 6.0.27 (20-10-2023)
- Update to latest version from firefly-iii/firefly-iii

## 6.0.26 (30-09-2023)
- Update to latest version from firefly-iii/firefly-iii
## 6.0.25 (23-09-2023)
Expand Down
2 changes: 1 addition & 1 deletion fireflyiii/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# # Change data location
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'

ARG BUILD_UPSTREAM="6.0.26"
ARG BUILD_UPSTREAM="6.0.27"
RUN \
# 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
Expand Down
2 changes: 1 addition & 1 deletion fireflyiii/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
"startup": "services",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.0.26",
"version": "6.0.27",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
4 changes: 2 additions & 2 deletions fireflyiii/updater.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"last_update": "30-09-2023",
"last_update": "20-10-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.0.26"
"upstream_version": "6.0.27"
}

0 comments on commit 53272be

Please sign in to comment.