Commit Graph

  • e56c5f30e0 Fixes edge cases where container health message does not have expected suffix theRealBassist 2024-08-19 15:29:50 -04:00
  • 7cf7b706c1 add check to catch containers in restart loop. closes #103 Henry Dollman 2024-08-19 13:01:01 -04:00
  • 58fe9f723a fix: uri encode system url. closes #102 Henry Dollman 2024-08-19 12:13:18 -04:00
  • a337ece52e Merge branch 'TOomaAh-feature/change-file-structure' Henry Dollman 2024-08-18 18:33:17 -04:00
  • 61723a24e0 tweak opacity of non-stacked area charts Henry Dollman 2024-08-18 18:32:15 -04:00
  • b7934931cf refactor hub requestJsonFromAgent Henry Dollman 2024-08-18 18:30:44 -04:00
  • 0566433aa1 move longer records creation to a scheduled job Henry Dollman 2024-08-18 18:23:17 -04:00
  • b5607025f7 slight improvements to agent memory usage Henry Dollman 2024-08-18 17:45:39 -04:00
  • 683dc74cbf update workflows Henry Dollman 2024-08-14 14:56:01 -04:00
  • c7e67a9b63 refactor: agent and entities Henry Dollman 2024-08-14 14:14:41 -04:00
  • 083da9598e refactor: hub Henry Dollman 2024-08-14 11:28:43 -04:00
  • f8d2161489 refactor: alerts / emails Henry Dollman 2024-08-12 19:13:42 -04:00
  • d0d4e546d9 update dockerfiles and docker workflow Henry Dollman 2024-08-11 16:21:02 -04:00
  • 2ac5d797d2 update readme / .gitignore Henry Dollman 2024-08-11 16:20:29 -04:00
  • 4105567051 remove cobra dependency for agent Henry Dollman 2024-08-11 15:54:27 -04:00
  • c06eabefe0 add docker compose examples for hub / agent to supplemental Henry Dollman 2024-08-11 15:22:30 -04:00
  • 9d2192f323 update migrations / gitignore Henry Dollman 2024-08-11 15:14:58 -04:00
  • dd55e74ec9 update goreleaser config Henry Dollman 2024-08-11 13:57:09 -04:00
  • 9da1e5751a move application code into beszel folder Henry Dollman 2024-08-11 13:41:57 -04:00
  • ea71492d13 fix migrations TOomaAh 2024-08-11 02:18:24 +02:00
  • b51770a703 Merge branch 'henrygd:main' into feature/change-file-structure THOMAS B 2024-08-10 11:21:02 +02:00
  • 39596b8da8 add -p flag to hub installer and run on 0.0.0.0 Henry Dollman 2024-08-09 12:17:22 -04:00
  • 932d126117 remove global variable TOomaAh 2024-08-09 17:58:09 +02:00
  • 034a5c21eb change agent file structure TOomaAh 2024-08-09 17:52:02 +02:00
  • d840178cc0 change hub file structure TOomaAh 2024-08-07 23:59:02 +02:00
  • 8a04a9bed6 release 0.1.2 Henry Dollman 2024-08-07 16:19:27 -04:00
  • 3f692ce528 close idle connections on timeout Henry Dollman 2024-08-07 16:12:18 -04:00
  • 876fb6e02e refresh auth status if no systems are found Henry Dollman 2024-08-07 15:07:22 -04:00
  • 2eb691661c improve y axis annoyances on charts Henry Dollman 2024-08-06 20:23:59 -04:00
  • f4332d69d5 adjust y axis width Henry Dollman 2024-08-06 18:50:12 -04:00
  • b958e84572 fix: down systems jamming the system update queue Henry Dollman 2024-08-06 18:15:12 -04:00
  • 7ce6f76315 use precise number for max mem in memory chart Henry Dollman 2024-08-06 17:36:11 -04:00
  • cdd10a3011 add swap usage chart Henry Dollman 2024-08-06 16:46:25 -04:00
  • dcdee1d943 update deps for agent Henry Dollman 2024-08-06 16:25:41 -04:00
  • f4e82ecd59 update readme Henry Dollman 2024-08-06 15:13:06 -04:00
  • b8a2d0f32f use txDao in deleteOldRecords for deletion only Henry Dollman 2024-08-06 15:09:46 -04:00
  • f13f0b2f8a make sure deletion of container stats is thread safe Henry Dollman 2024-08-06 14:44:31 -04:00
  • fdf0ce22dc improve chart scaling + add space below docker net chart for tooltip Henry Dollman 2024-08-05 19:17:54 -04:00
  • f36b0a4528 add freebsd and mips64 binaries Henry Dollman 2024-08-05 19:04:52 -04:00
  • a73a01fe37 measure docker network stats per second Henry Dollman 2024-08-05 18:58:00 -04:00
  • c6b9f1ab77 use promise.allsettled to stop docker chart from populating later Henry Dollman 2024-08-04 21:51:11 -04:00
  • 8ef30e0733 lazy load charts and disable chart animations Henry Dollman 2024-08-04 20:14:13 -04:00
  • e3ed07a999 adapt y axis width in recharts Henry Dollman 2024-08-04 16:35:12 -04:00
  • b05184a654 mobile style tweaks Henry Dollman 2024-08-04 13:58:18 -04:00
  • 2a3b228668 add docker container net stats Henry Dollman 2024-08-04 13:26:17 -04:00
  • c3e3d483b0 update js deps Henry Dollman 2024-08-04 13:19:19 -04:00
  • b0c6151664 simplify system chart data Henry Dollman 2024-08-02 19:55:38 -04:00
  • c9196def32 update install-agent.sh to add beszel user to docker group Henry Dollman 2024-08-02 14:59:26 -04:00
  • 59cbaf3009 fix FromAsCasing warning Henry Dollman 2024-08-02 13:06:49 -04:00
  • bc3f7257c0 update systemd guide Henry Dollman 2024-08-01 17:49:17 -04:00
  • 4ae65f061c Merge branch 'delta-whiplash-main' Henry Dollman 2024-08-01 17:44:00 -04:00
  • 0f9aa11255 update docs for systemd / reorganize supplemental directory Henry Dollman 2024-08-01 17:40:15 -04:00
  • 092f09b084 update linux install scripts to work with other distros Henry Dollman 2024-08-01 16:00:19 -04:00
  • 4841b95a8d Update the Readme for new install scripts DeltaWhiplash 2024-08-01 15:50:38 +02:00
  • 0ab9ba0614 add dependencies install for the hub script installer DeltaWhiplash 2024-08-01 15:40:06 +02:00
  • d809704ab3 Add Automated hub install script for debian/ubuntu DeltaWhiplash 2024-08-01 15:36:56 +02:00
  • 8d71e95d0b Add Automated agent install script for debian/ubuntu DeltaWhiplash 2024-08-01 15:27:51 +02:00
  • e204bcf9ce add support for docker socket proxy Henry Dollman 2024-07-31 19:14:51 -04:00
  • e26e9fce03 move systemd instructions to the supplemental directory Henry Dollman 2024-07-31 17:37:38 -04:00
  • 4dd201de0d use more specific methods to retrieve record fields Henry Dollman 2024-07-31 16:52:26 -04:00
  • de7e07963d improve efficiency of hourly cleanup operation Henry Dollman 2024-07-31 16:26:41 -04:00
  • ac6f50c40c update readme and add same-system docker example Henry Dollman 2024-07-31 15:59:10 -04:00
  • 4c680a2ab9 update readme - add path to update commands hank 2024-07-28 22:30:31 -04:00
  • c2cfe8cad6 release 0.1.1 Henry Dollman 2024-07-28 18:11:15 -04:00
  • 9a43ee8f1d Allow address in agent's PORT env var Henry Dollman 2024-07-28 17:53:41 -04:00
  • 556434f043 fix agent losing track of container after restart Henry Dollman 2024-07-28 17:33:07 -04:00
  • f2ff27aaa2 remove unnecessary time.Sleep in getServerConnection Henry Dollman 2024-07-28 14:30:31 -04:00
  • 93dce463d9 update site dependencies Henry Dollman 2024-07-28 14:19:02 -04:00
  • bb23673547 default values for system / update collections snapshot Henry Dollman 2024-07-28 13:16:04 -04:00
  • 517f949a30 uniform x axis on charts Henry Dollman 2024-07-28 12:48:46 -04:00
  • f54faa6bd6 make user role optional and default to 'user' Henry Dollman 2024-07-28 11:40:38 -04:00
  • c4e62bd099 only show GitHub button / dialog during onboarding Henry Dollman 2024-07-28 11:09:48 -04:00
  • d3033ed72e improve error handling in getSystemStats Henry Dollman 2024-07-27 21:45:26 -04:00
  • d0f51e5ca9 skip network interfaces if they have no traffic Henry Dollman 2024-07-27 21:13:37 -04:00
  • 935dca8679 upgrade go deps and readme Henry Dollman 2024-07-27 20:59:17 -04:00
  • 184445f089 possible fix for ios safari auth popup blockage Henry Dollman 2024-07-27 20:56:23 -04:00
  • 3dafb8ddd5 add compiling info and tutoriel en français to readme Henry Dollman 2024-07-27 18:37:02 -04:00
  • 463681e145 add automatic binary releases for 32 bit arm Henry Dollman 2024-07-25 21:08:32 -04:00
  • 26b307a629 update binary install commands and instructions Henry Dollman 2024-07-25 21:07:23 -04:00
  • fe82632804 Merge branch 'MFYDev-main' Henry Dollman 2024-07-25 16:20:00 -04:00
  • 94697658f2 correct typo Fanyang Meng 2024-07-25 15:20:17 -04:00
  • 9a1bfdd24b Update readme.md Fanyang Meng 2024-07-25 15:11:30 -04:00
  • b668da17f6 change hub compose ports from 127.0.0.1:8090:8090 to 8090:8090 Henry Dollman 2024-07-25 12:48:33 -04:00
  • 26dbb1968a version 0.1.0 Henry Dollman 2024-07-24 15:34:37 -04:00
  • ee57e84cb8 fallback prompt for copy button in insecure contexts Henry Dollman 2024-07-24 15:32:20 -04:00
  • 345dbeb757 0.0.1 Henry Dollman 2024-07-24 10:53:49 -04:00
  • 29f5d3ae62 update readme Henry Dollman 2024-07-24 10:52:55 -04:00
  • d4b0887153 update forgot password cli instructions Henry Dollman 2024-07-24 10:32:25 -04:00
  • 06e4dd10e0 0.0.1-alpha.9 Henry Dollman 2024-07-23 22:41:33 -04:00
  • af4d5137d6 lower 55 sec system update check to 50 sec Henry Dollman 2024-07-23 22:41:05 -04:00
  • 5e255f8f69 use semaphore to limit concurrency in agent subtract mem cache from container stats Henry Dollman 2024-07-23 22:40:39 -04:00
  • 76cfaaa179 0.0.1-alpha.8 Henry Dollman 2024-07-23 20:09:50 -04:00
  • b89bec31b5 add check for no records Henry Dollman 2024-07-23 20:09:09 -04:00
  • 0355d9c654 refactoring agent Henry Dollman 2024-07-23 20:07:46 -04:00
  • 41df7b7392 update agent to use short container id Henry Dollman 2024-07-23 19:51:35 -04:00
  • 52c77dd361 readme / site style updates Henry Dollman 2024-07-23 18:51:49 -04:00
  • ae0f5c938f 0.0.1-alpha.7 Henry Dollman 2024-07-23 15:47:45 -04:00
  • 78dc269538 update logic for batch updating servers Henry Dollman 2024-07-23 15:47:15 -04:00
  • f6967eab35 update gitignore / readme Henry Dollman 2024-07-23 15:43:26 -04:00
  • e787b6ea1b update docker compose to make docker sock read only Henry Dollman 2024-07-23 15:21:03 -04:00