diff --git a/.all-contributorsrc b/.all-contributorsrc old mode 100755 new mode 100644 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/img/AddPeer.png b/img/AddPeer.png old mode 100755 new mode 100644 diff --git a/img/Configuration.png b/img/Configuration.png old mode 100755 new mode 100644 diff --git a/img/DashboardSetting.png b/img/DashboardSetting.png old mode 100755 new mode 100644 diff --git a/img/DeleteBulk.png b/img/DeleteBulk.png old mode 100755 new mode 100644 diff --git a/img/DeletePeer.png b/img/DeletePeer.png old mode 100755 new mode 100644 diff --git a/img/EditPeer.png b/img/EditPeer.png old mode 100755 new mode 100644 diff --git a/img/HomePage.png b/img/HomePage.png old mode 100755 new mode 100644 diff --git a/img/PWA.gif b/img/PWA.gif old mode 100755 new mode 100644 diff --git a/img/Ping.png b/img/Ping.png old mode 100755 new mode 100644 diff --git a/img/QRCode.png b/img/QRCode.png old mode 100755 new mode 100644 diff --git a/img/SearchIP.png b/img/SearchIP.png old mode 100755 new mode 100644 diff --git a/img/SignIn.png b/img/SignIn.png old mode 100755 new mode 100644 diff --git a/img/Traceroute.png b/img/Traceroute.png old mode 100755 new mode 100644 diff --git a/img/logo.png b/img/logo.png old mode 100755 new mode 100644 diff --git a/src/certbot.ini b/src/certbot.ini old mode 100755 new mode 100644 diff --git a/src/dashboard.py b/src/dashboard.py old mode 100755 new mode 100644 diff --git a/src/gunicorn.conf.py b/src/gunicorn.conf.py old mode 100755 new mode 100644 diff --git a/src/requirements.txt b/src/requirements.txt old mode 100755 new mode 100644 diff --git a/src/static/css/bootstrap.min.css b/src/static/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/src/static/css/bootstrap.min.css.map b/src/static/css/bootstrap.min.css.map old mode 100755 new mode 100644 diff --git a/src/static/css/dashboard.css b/src/static/css/dashboard.css old mode 100755 new mode 100644 diff --git a/src/static/css/dashboard.min.css b/src/static/css/dashboard.min.css old mode 100755 new mode 100644 diff --git a/src/static/img/192x192ios.png b/src/static/img/192x192ios.png old mode 100755 new mode 100644 diff --git a/src/static/img/icon-192x192.png b/src/static/img/icon-192x192.png old mode 100755 new mode 100644 diff --git a/src/static/img/icon-256x256.png b/src/static/img/icon-256x256.png old mode 100755 new mode 100644 diff --git a/src/static/img/icon-384x384.png b/src/static/img/icon-384x384.png old mode 100755 new mode 100644 diff --git a/src/static/img/icon-512x512.png b/src/static/img/icon-512x512.png old mode 100755 new mode 100644 diff --git a/src/static/img/logo.png b/src/static/img/logo.png old mode 100755 new mode 100644 diff --git a/src/static/js/bootstrap.bundle.js b/src/static/js/bootstrap.bundle.js old mode 100755 new mode 100644 diff --git a/src/static/js/bootstrap.bundle.js.map b/src/static/js/bootstrap.bundle.js.map old mode 100755 new mode 100644 diff --git a/src/static/js/bootstrap.bundle.min.js b/src/static/js/bootstrap.bundle.min.js old mode 100755 new mode 100644 diff --git a/src/static/js/bootstrap.bundle.min.js.map b/src/static/js/bootstrap.bundle.min.js.map old mode 100755 new mode 100644 diff --git a/src/static/js/configuration.js b/src/static/js/configuration.js old mode 100755 new mode 100644 diff --git a/src/static/js/configuration.min.js b/src/static/js/configuration.min.js old mode 100755 new mode 100644 diff --git a/src/static/js/configurationsTools.js b/src/static/js/configurationsTools.js old mode 100755 new mode 100644 diff --git a/src/static/js/configurationsTools.min.js b/src/static/js/configurationsTools.min.js old mode 100755 new mode 100644 diff --git a/src/static/js/jquery.min.js b/src/static/js/jquery.min.js old mode 100755 new mode 100644 diff --git a/src/static/js/tools.js b/src/static/js/tools.js old mode 100755 new mode 100644 diff --git a/src/static/js/tools.min.js b/src/static/js/tools.min.js old mode 100755 new mode 100644 diff --git a/src/static/js/wireguard.js b/src/static/js/wireguard.js old mode 100755 new mode 100644 diff --git a/src/static/js/wireguard.min.js b/src/static/js/wireguard.min.js old mode 100755 new mode 100644 diff --git a/src/static/json/manifest.json b/src/static/json/manifest.json old mode 100755 new mode 100644 diff --git a/src/templates/configuration.html b/src/templates/configuration.html old mode 100755 new mode 100644 diff --git a/src/templates/footer.html b/src/templates/footer.html old mode 100755 new mode 100644 diff --git a/src/templates/get_conf.html b/src/templates/get_conf.html old mode 100755 new mode 100644 diff --git a/src/templates/header.html b/src/templates/header.html old mode 100755 new mode 100644 diff --git a/src/templates/index.html b/src/templates/index.html old mode 100755 new mode 100644 diff --git a/src/templates/navbar.html b/src/templates/navbar.html old mode 100755 new mode 100644 diff --git a/src/templates/qrcode.html b/src/templates/qrcode.html old mode 100755 new mode 100644 diff --git a/src/templates/settings.html b/src/templates/settings.html old mode 100755 new mode 100644 diff --git a/src/templates/sidebar.html b/src/templates/sidebar.html old mode 100755 new mode 100644 diff --git a/src/templates/signin.html b/src/templates/signin.html old mode 100755 new mode 100644 diff --git a/src/templates/tools.html b/src/templates/tools.html old mode 100755 new mode 100644 diff --git a/src/util.py b/src/util.py old mode 100755 new mode 100644 diff --git a/src/wg-dashboard.service b/src/wg-dashboard.service old mode 100755 new mode 100644 diff --git a/src/wgd.sh b/src/wgd.sh old mode 100755 new mode 100644