From 3b478bcc2d306e5e101ddc5cdf2ce1f549ad7c88 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Fri, 4 Feb 2022 21:36:46 -0500 Subject: [PATCH] OneDrive gone again.... --- .all-contributorsrc | 0 .github/FUNDING.yml | 0 .github/ISSUE_TEMPLATE/bug_report.md | 0 .github/ISSUE_TEMPLATE/feature_request.md | 0 .gitignore | 0 LICENSE | 0 README.md | 0 img/AddPeer.png | Bin img/Configuration.png | Bin img/DashboardSetting.png | Bin img/DeleteBulk.png | Bin img/DeletePeer.png | Bin img/EditPeer.png | Bin img/HomePage.png | Bin img/PWA.gif | Bin img/Ping.png | Bin img/QRCode.png | Bin img/SearchIP.png | Bin img/SignIn.png | Bin img/Traceroute.png | Bin img/logo.png | Bin src/certbot.ini | 0 src/dashboard.py | 0 src/gunicorn.conf.py | 0 src/requirements.txt | 0 src/static/css/bootstrap.min.css | 0 src/static/css/bootstrap.min.css.map | 0 src/static/css/dashboard.css | 0 src/static/css/dashboard.min.css | 0 src/static/img/192x192ios.png | Bin src/static/img/icon-192x192.png | Bin src/static/img/icon-256x256.png | Bin src/static/img/icon-384x384.png | Bin src/static/img/icon-512x512.png | Bin src/static/img/logo.png | Bin src/static/js/bootstrap.bundle.js | 0 src/static/js/bootstrap.bundle.js.map | 0 src/static/js/bootstrap.bundle.min.js | 0 src/static/js/bootstrap.bundle.min.js.map | 0 src/static/js/configuration.js | 0 src/static/js/configuration.min.js | 0 src/static/js/configurationsTools.js | 0 src/static/js/configurationsTools.min.js | 0 src/static/js/jquery.min.js | 0 src/static/js/tools.js | 0 src/static/js/tools.min.js | 0 src/static/js/wireguard.js | 0 src/static/js/wireguard.min.js | 0 src/static/json/manifest.json | 0 src/templates/configuration.html | 0 src/templates/footer.html | 0 src/templates/get_conf.html | 0 src/templates/header.html | 0 src/templates/index.html | 0 src/templates/navbar.html | 0 src/templates/qrcode.html | 0 src/templates/settings.html | 0 src/templates/sidebar.html | 0 src/templates/signin.html | 0 src/templates/tools.html | 0 src/util.py | 0 src/wg-dashboard.service | 0 src/wgd.sh | 0 63 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .all-contributorsrc mode change 100755 => 100644 .github/FUNDING.yml mode change 100755 => 100644 .github/ISSUE_TEMPLATE/bug_report.md mode change 100755 => 100644 .github/ISSUE_TEMPLATE/feature_request.md mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 img/AddPeer.png mode change 100755 => 100644 img/Configuration.png mode change 100755 => 100644 img/DashboardSetting.png mode change 100755 => 100644 img/DeleteBulk.png mode change 100755 => 100644 img/DeletePeer.png mode change 100755 => 100644 img/EditPeer.png mode change 100755 => 100644 img/HomePage.png mode change 100755 => 100644 img/PWA.gif mode change 100755 => 100644 img/Ping.png mode change 100755 => 100644 img/QRCode.png mode change 100755 => 100644 img/SearchIP.png mode change 100755 => 100644 img/SignIn.png mode change 100755 => 100644 img/Traceroute.png mode change 100755 => 100644 img/logo.png mode change 100755 => 100644 src/certbot.ini mode change 100755 => 100644 src/dashboard.py mode change 100755 => 100644 src/gunicorn.conf.py mode change 100755 => 100644 src/requirements.txt mode change 100755 => 100644 src/static/css/bootstrap.min.css mode change 100755 => 100644 src/static/css/bootstrap.min.css.map mode change 100755 => 100644 src/static/css/dashboard.css mode change 100755 => 100644 src/static/css/dashboard.min.css mode change 100755 => 100644 src/static/img/192x192ios.png mode change 100755 => 100644 src/static/img/icon-192x192.png mode change 100755 => 100644 src/static/img/icon-256x256.png mode change 100755 => 100644 src/static/img/icon-384x384.png mode change 100755 => 100644 src/static/img/icon-512x512.png mode change 100755 => 100644 src/static/img/logo.png mode change 100755 => 100644 src/static/js/bootstrap.bundle.js mode change 100755 => 100644 src/static/js/bootstrap.bundle.js.map mode change 100755 => 100644 src/static/js/bootstrap.bundle.min.js mode change 100755 => 100644 src/static/js/bootstrap.bundle.min.js.map mode change 100755 => 100644 src/static/js/configuration.js mode change 100755 => 100644 src/static/js/configuration.min.js mode change 100755 => 100644 src/static/js/configurationsTools.js mode change 100755 => 100644 src/static/js/configurationsTools.min.js mode change 100755 => 100644 src/static/js/jquery.min.js mode change 100755 => 100644 src/static/js/tools.js mode change 100755 => 100644 src/static/js/tools.min.js mode change 100755 => 100644 src/static/js/wireguard.js mode change 100755 => 100644 src/static/js/wireguard.min.js mode change 100755 => 100644 src/static/json/manifest.json mode change 100755 => 100644 src/templates/configuration.html mode change 100755 => 100644 src/templates/footer.html mode change 100755 => 100644 src/templates/get_conf.html mode change 100755 => 100644 src/templates/header.html mode change 100755 => 100644 src/templates/index.html mode change 100755 => 100644 src/templates/navbar.html mode change 100755 => 100644 src/templates/qrcode.html mode change 100755 => 100644 src/templates/settings.html mode change 100755 => 100644 src/templates/sidebar.html mode change 100755 => 100644 src/templates/signin.html mode change 100755 => 100644 src/templates/tools.html mode change 100755 => 100644 src/util.py mode change 100755 => 100644 src/wg-dashboard.service mode change 100755 => 100644 src/wgd.sh 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