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

9 lines
226 B
Plaintext

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