mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 08:46:03 +02:00
Update run.txt
This commit is contained in:
@@ -50,6 +50,12 @@ if [ -f /app/Caddyfile ]; then
|
|||||||
echo "Caddyfile adapted"
|
echo "Caddyfile adapted"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Sets caddyfile to 9925 as default port
|
||||||
|
if [ -f /app/frontend/Caddyfile ]; then
|
||||||
|
sed -i "s/3000/9925/g" /app/frontend/Caddyfile
|
||||||
|
echo "Caddyfile adapted"
|
||||||
|
fi
|
||||||
|
|
||||||
#######
|
#######
|
||||||
# SSL #
|
# SSL #
|
||||||
#######
|
#######
|
||||||
|
|||||||
Reference in New Issue
Block a user