This commit is contained in:
Alexandre
2023-03-26 15:44:42 +02:00
8 changed files with 15 additions and 9 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -241,7 +241,7 @@ jobs:
wget -S -O .github/stars2.svg https://git-lister.onrender.com/api/stars/alexbelgium/hassio-addons || \ wget -S -O .github/stars2.svg https://git-lister.onrender.com/api/stars/alexbelgium/hassio-addons || \
wget -S -O .github/stars2.svg https://git-lister.onrender.com/api/stars/alexbelgium/hassio-addons?limit=31 || true wget -S -O .github/stars2.svg https://git-lister.onrender.com/api/stars/alexbelgium/hassio-addons?limit=31 || true
# Get stars evolution # Get stars evolution
wget -S -O .github/starsevol.svg https://api.star-history.com/svg?repos=alexbelgium/hassio-addons&type=Date wget -S -O .github/starsevol.svg "https://api.star-history.com/svg?repos=alexbelgium/hassio-addons&type=Date"
- name: Commit if needed - name: Commit if needed
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9
with: with:

View File

@@ -1,3 +1,6 @@
### version-1.2.2-2 (25-03-2023)
- Minor bugs fixed
- Allow IMPORT_DIR_ALLOWLIST
## version-1.2.2 (24-03-2023) ## version-1.2.2 (24-03-2023)
- Update to latest version from fireflyiii/data-importer - Update to latest version from fireflyiii/data-importer

View File

@@ -40,6 +40,6 @@
}, },
"slug": "fireflyiii_data_importer", "slug": "fireflyiii_data_importer",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-1.2.2", "version": "version-1.2.2-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -14,6 +14,9 @@ if [ "$(ls -A "$CONFIGSOURCE/configurations")" ]; then
export JSON_CONFIGURATION_DIR export JSON_CONFIGURATION_DIR
fi fi
# Allow config dir
export IMPORT_DIR_ALLOWLIST="$CONFIGSOURCE"
################ ################
# CRON OPTIONS # # CRON OPTIONS #
################ ################