Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-dashboard-config
T
2022-01-12 20:54:35 +02:00

12 lines
322 B
Plaintext

#!/usr/bin/with-contenv bash
echo "Applying the SWAG dashboard mod..."
apk add --no-cache --upgrade goaccess
if [ ! -f /config/nginx/proxy-confs/dashboard.subdomain.conf ]; then
cp /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard.subdomain.conf
fi
echo "Applied the SWAG dashboard mod"