mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Activate imagemagick
https://github.com/alexbelgium/hassio-addons/issues/1118
This commit is contained in:
@@ -113,7 +113,10 @@ RUN \
|
|||||||
cat /defaults/nginx_addition >> /defaults/nginx/site-confs/default.conf.sample && \
|
cat /defaults/nginx_addition >> /defaults/nginx/site-confs/default.conf.sample && \
|
||||||
\
|
\
|
||||||
# Run custom scripts after installation
|
# Run custom scripts after installation
|
||||||
echo "mv /scripts/* /etc/cont-init.d/ && /./ha_entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
|
echo "mv /scripts/* /etc/cont-init.d/ && /./ha_entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run \
|
||||||
|
\
|
||||||
|
# Activate imagemagick
|
||||||
|
sed -i "s/rights=\"none\"/rights=\"read|write\"/g" /etc/ImageMagick-6/policy.xml
|
||||||
|
|
||||||
############
|
############
|
||||||
# 5 Labels #
|
# 5 Labels #
|
||||||
|
|||||||
Reference in New Issue
Block a user