Commit Graph
661 Commits
Author SHA1 Message Date
Donald Zou 864f82ba11 Started to refactor dashboard.py with dashboard_new.py and trying really hard to figure out sqlalchemy lol 2024-01-09 00:25:47 -05:00
Donald Zou f671c992e1 testing something... 2024-01-08 12:23:57 -05:00
Donald Zou 86220694ce Update README.md
Added instruction to install `net-tools`. It is required for the Python package `ifcfg`. Seems like it is not pre-installed on a fresh debian based system.
2023-12-10 13:01:45 -05:00
Donald Zou 77f31177c8 Update .gitignore 2023-12-10 12:56:49 -05:00
Donald Zou 33ff91aea8 Update .gitignore 2023-12-10 12:56:02 -05:00
Donald Zou 0c0bce9755 Combining Vue.js!!! How exciting!
Adding Vue.js to handle frontend changes, leaving the server only need to response json data. Ditching flask template and hope it can reduce the memory and cpu usage :)
2023-11-30 09:42:02 -05:00
Donald Zou f07508073f A new update to the dev branch 2023-11-28 16:37:16 -05:00
Donald ZouandGitHub 2c9cade70a Create SECURITY.md 2023-03-23 13:07:36 -04:00
Donald Cheng Hong Zou e06cc1bd2d Finally finished theme switching!!!! 2022-04-23 00:34:11 -04:00
Donald Cheng Hong Zou 36e33a4c10 Adjust the dark mode theme for PWA 2022-04-22 16:21:16 -04:00
Donald Cheng Hong Zou 7f668c1653 Some changes to dark mode css 2022-04-22 00:12:22 -04:00
Donald ZouandGitHub b464fa98df Merge pull request #173 from LeoEricson/v3.1-dev
Add dark theme
2022-04-21 22:33:40 -04:00
LeoEricson 23491f1e8c Add dark theme 2022-04-21 21:30:55 +00:00
Donald Cheng Hong Zou 2b90a2eed2 Update header.html 2022-04-21 15:11:35 -04:00
Donald Cheng Hong Zou 13b9d15d8f New darkmode theme 2022-04-21 15:11:01 -04:00
Donald Cheng Hong Zou a053504bb8 Make the dashboard more mobile friendly 2022-04-11 20:01:29 -04:00
Donald ZouandGitHub d7d7a84bd5 Update README.md 2022-04-10 09:35:50 -04:00
Donald ZouandGitHub 990463fbea Update README.md 2022-04-10 09:29:07 -04:00
Donald Cheng Hong Zou dcdd4aec85 Update Peer Data Usage Graph 2022-04-10 09:26:54 -04:00
Donald ZouandGitHub 0d9a8ba6f7 Update README.md 2022-04-06 21:05:24 -04:00
Donald Cheng Hong Zou 179da2ac05 Finished peer data usage chart 2022-04-06 20:59:23 -04:00
Donald Cheng Hong Zou 4848739b6e Added dockerfile! Thanks @ikidd! 2022-04-05 21:39:47 -04:00
Donald Cheng Hong Zou 46da285831 Adjusted js 2022-03-30 14:20:08 -04:00
Donald Cheng Hong Zou 71a6a36a54 Update dashboard.css 2022-03-30 14:06:05 -04:00
Donald Cheng Hong Zou c8ca9ef7ab Minimized some js code 2022-03-30 00:54:11 -04:00
Donald Cheng Hong Zou 5af2fff9ca IPv6 configuration IP should be working now 2022-03-29 15:11:50 -04:00
Donald ZouandGitHub edbaf3ac82 Update README.md 2022-03-29 12:27:39 -04:00
Donald Cheng Hong Zou 337c9bc01e Update dashboard.py 2022-03-28 15:33:26 -04:00
Donald ZouandGitHub cd84674ae0 Update README.md 2022-03-28 08:23:12 -04:00
Donald Cheng Hong Zou a196dce1fa Removed flask-socketio 2022-03-28 08:09:28 -04:00
Donald ZouandGitHub f60ea43f29 Create codeql-analysis.yml 2022-03-27 21:44:49 -04:00
Donald ZouandGitHub 76f547a726 Update README.md 2022-03-26 11:14:27 -04:00
Donald ZouandGitHub dffe5e0819 Update README.md 2022-03-25 14:11:39 -04:00
Donald Cheng Hong Zou b9633bbcd6 Finished implementing add/delete config 2022-03-24 20:43:56 -04:00
Donald Cheng Hong Zou 46efe2b8dd Finished developing add config 2022-03-24 02:10:52 -04:00
Donald ZouandGitHub fb9ef0c547 Update README.md 2022-03-22 17:34:34 -04:00
Donald Cheng Hong Zou d52cd2b17c Doing a update v3.0.6 2022-03-22 17:28:19 -04:00
Donald Cheng Hong Zou cefa80f317 Fixed redirect functionality 2022-03-22 16:17:12 -04:00
Donald Cheng Hong Zou cc1dd682e8 Add configuration and adjusted redirect functionality 2022-03-22 16:13:57 -04:00
Donald Cheng Hong Zou bdd984a887 Brand new switch button and toast UI 2022-03-21 22:33:19 -04:00
Donald Cheng Hong Zou 2d3dffe5fc Moved refresh interval and display mode to localStorage 2022-03-07 09:29:47 -05:00
Donald Cheng Hong Zou 65f31a0b38 Gave up using WebSocket
Flask-SocketIO does not fully compatible with Gunicorn, and it limited to 1 worker, which it will takes forever to finish loading the webpage. Switched back to  using ajax.
2022-03-04 22:09:01 -05:00
Donald Cheng Hong Zou 4a1a6c5933 Testing 2022-03-04 10:06:14 -05:00
Donald Cheng Hong Zou 7e1fd99c37 Fixed chart and updated requirement.txt 2022-03-04 08:28:54 -05:00
Donald Cheng Hong Zou 8fe8209580 Added line graph using chart.js & Improving websocket.
Added line graph to show total receive & total sent changes per refresh interval, using chart.js line chart to show the changes. Switching configuration don't need to refresh anymore, by using websocket.
2022-03-03 08:46:23 -05:00
Donald Cheng Hong Zou 264a050360 Temp fix 2022-02-28 13:34:46 -05:00
Donald Cheng Hong Zou 3623104e3b Merge branch 'main' into hmm-what-about-socket 2022-02-28 13:31:06 -05:00
Donald Cheng Hong Zou 191ff1abec Merge branch 'main' of https://github.com/donaldzou/WGDashboard 2022-02-28 13:29:25 -05:00
Donald Cheng Hong Zou 3bb86493cc Minor changes 2022-02-28 13:29:17 -05:00
Donald ZouandGitHub d1d3151e1e Update README.md 2022-02-27 15:50:55 -05:00