mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-08 00:41:14 -04:00
9 lines
226 B
Plaintext
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"
|