mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-30 12:03:18 -04:00
compile goaccess with qemu
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
|
||||
echo "Applying the SWAG dashboard mod..."
|
||||
|
||||
apk add libmaxminddb
|
||||
ARCH=$(uname -m)
|
||||
if [ -d "/goaccess/${ARCH}" ]; then
|
||||
echo "**** Installing/updating goaccess ****"
|
||||
cp -a /goaccess/${ARCH}/* /
|
||||
rm -rf /goaccess
|
||||
else
|
||||
echo "**** Goaccess already installed and up to date ****"
|
||||
fi
|
||||
|
||||
apk add --no-cache libmaxminddb
|
||||
cp -f /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard.subdomain.conf.sample
|
||||
if [ ! -f /config/nginx/proxy-confs/dashboard.subdomain.conf ]; then
|
||||
cp /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard.subdomain.conf
|
||||
|
||||
Reference in New Issue
Block a user