mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update
This commit is contained in:
@@ -33,6 +33,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
# # Change data location
|
# # Change data location
|
||||||
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
|
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Change upload folder to "ha_upload" since the default one is binded to a volume (see base image)
|
# 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
|
sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php
|
||||||
|
|||||||
@@ -106,6 +106,6 @@
|
|||||||
"startup": "services",
|
"startup": "services",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "20250205.2-2",
|
"version": "20250205.2-1",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user