mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 07:41:48 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -46,6 +46,6 @@
|
|||||||
"slug": "fireflyiii",
|
"slug": "fireflyiii",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.7.14-2",
|
"version": "5.7.14-3",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -139,6 +139,11 @@ if [ -d /var/www/html/storage/ha_upload ]; then
|
|||||||
fi
|
fi
|
||||||
ln -s /config/addons_config/fireflyiii/upload /var/www/html/storage/ha_upload
|
ln -s /config/addons_config/fireflyiii/upload /var/www/html/storage/ha_upload
|
||||||
|
|
||||||
|
# Updating permissions
|
||||||
|
chown -R www-data:www-data /config/addons_config/fireflyiii
|
||||||
|
chown -R www-data:www-data /var/www/html/storage
|
||||||
|
chmod -R 775 /config/addons_config/fireflyiii
|
||||||
|
|
||||||
################
|
################
|
||||||
# CRON OPTIONS #
|
# CRON OPTIONS #
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user