henrygd
|
5837b4f25c
|
Refactor hub initialization and error handling
|
2025-03-15 00:25:42 -04:00 |
|
henrygd
|
c38d04b34b
|
Add health command for hub and align agent health command
|
2025-03-15 00:23:12 -04:00 |
|
henrygd
|
edefc6f53e
|
add health check for agent
- Updated command-line flag parsing.
- Moved GetAddress and GetNetwork to server.go
|
2025-03-14 03:33:25 -04:00 |
|
henrygd
|
5fbc0de07f
|
refactor: rename address flag and environment variable to 'listen'
|
2025-03-05 23:37:51 -05:00 |
|
henrygd
|
9e56f4611f
|
refactor: restructure hub initialization and startup process
- Separated hub initialization logic into distinct methods
- Move command specific things to cmd/hub
- Add compatibility with new systems package
|
2025-03-03 23:54:25 -05:00 |
|
henrygd
|
b958e9eefe
|
fix: agent network not set to unix if addr provided by env var
|
2025-02-21 00:56:22 -05:00 |
|
henrygd
|
7485f79071
|
refactor(agent): refactor option parsing logic for agent command
|
2025-02-19 19:39:24 -05:00 |
|
henrygd
|
d170e7a00d
|
feat(agent): NETWORK env var and support for multiple keys
- merges agent.Run with agent.NewAgent
- separates StartServer method
- bumps go version to 1.24
- add tests
|
2025-02-19 00:32:27 -05:00 |
|
Alexander Mnich
|
1a6a2a64f2
|
implement agent startup arguments and help message (#581)
|
2025-02-19 00:19:49 -05:00 |
|
henrygd
|
2ab2cc83de
|
refactor(hub): embed pocketbase fields in hub struct
|
2025-02-11 19:18:36 -05:00 |
|
Henry Dollman
|
120aff0d18
|
config: prefix environment variables with BESZEL_AGENT_ (#502)
|
2025-01-29 20:13:07 -05:00 |
|
Henry Dollman
|
e8c680bda7
|
refactor: streamline key retrieval logic in agent.go
|
2025-01-16 17:49:20 -05:00 |
|
Ben Morgenstren
|
1c4533f1f2
|
adding reading agent ssh key from file
|
2025-01-14 22:13:36 -05:00 |
|
Henry Dollman
|
14716d36a6
|
refactor go code for pocketbase 0.23.0 (#300)
|
2024-11-24 18:15:24 -05:00 |
|
Henry Dollman
|
5b0fac429b
|
move update functions to agent / hub packages
|
2024-10-10 18:36:01 -04:00 |
|
Henry Dollman
|
2ecf5572ba
|
remove addr, pubKey fields from agent struct
|
2024-09-28 16:48:55 -04:00 |
|
Henry Dollman
|
b5607025f7
|
slight improvements to agent memory usage
|
2024-08-18 17:45:39 -04:00 |
|
Henry Dollman
|
c7e67a9b63
|
refactor: agent and entities
|
2024-08-14 14:14:41 -04:00 |
|
Henry Dollman
|
f8d2161489
|
refactor: alerts / emails
|
2024-08-12 19:13:42 -04:00 |
|
Henry Dollman
|
4105567051
|
remove cobra dependency for agent
|
2024-08-11 15:54:27 -04:00 |
|
Henry Dollman
|
9d2192f323
|
update migrations / gitignore
|
2024-08-11 15:14:58 -04:00 |
|
Henry Dollman
|
9da1e5751a
|
move application code into beszel folder
|
2024-08-11 13:41:57 -04:00 |
|