Update config.json

This commit is contained in:
Alexandre
2024-03-28 15:45:04 +01:00
committed by GitHub
parent 46d59555a0
commit 2503304a9f

View File

@@ -70,13 +70,14 @@
},
"image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}",
"map": [
"config:rw",
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii Data Importer",
"options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
"CONFIG_LOCATION": "/config"
},
"ports": {
"8080/tcp": 3474
@@ -102,6 +103,6 @@
"slug": "fireflyiii_data_importer",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.5",
"version": "1.4.5-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}