mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-17 11:30:32 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
2
.github/starsevol.svg
vendored
2
.github/starsevol.svg
vendored
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
2
.github/workflows/helper_stats_graphs.yaml
vendored
2
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -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?limit=31 || true
|
||||
# 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
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
||||
@@ -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)
|
||||
- Update to latest version from fireflyiii/data-importer
|
||||
|
||||
@@ -40,6 +40,6 @@
|
||||
},
|
||||
"slug": "fireflyiii_data_importer",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "version-1.2.2",
|
||||
"version": "version-1.2.2-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -14,6 +14,9 @@ if [ "$(ls -A "$CONFIGSOURCE/configurations")" ]; then
|
||||
export JSON_CONFIGURATION_DIR
|
||||
fi
|
||||
|
||||
# Allow config dir
|
||||
export IMPORT_DIR_ALLOWLIST="$CONFIGSOURCE"
|
||||
|
||||
################
|
||||
# CRON OPTIONS #
|
||||
################
|
||||
|
||||
Reference in New Issue
Block a user