Updater bot : fireflyiii updated to 6.1.16

This commit is contained in:
alexbelgium
2024-05-25 01:57:31 +02:00
parent 82cae9a6fd
commit 0c7da1e9ff
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 6.1.16 (25-05-2024)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.1.15 (27-04-2024)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)

View File

@@ -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.1.15"
ARG BUILD_UPSTREAM="6.1.16"
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

View File

@@ -106,6 +106,6 @@
"startup": "services",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.1.15",
"version": "6.1.16",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "27-04-2024",
"last_update": "25-05-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.1.15"
"upstream_version": "6.1.16"
}