176 Commits

Author SHA1 Message Date
c0aa73c1bf
Add govulncheck to tools 2025-03-20 19:19:20 +01:00
078c5fc785
Add gomajor to tools 2025-03-20 19:16:37 +01:00
73c8486fc8
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d69ab0d71b22fa1ce3dbeff666e6deb4917db049?narHash=sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0%3D' (2025-03-05)
  → 'github:NixOS/nixpkgs/b6eaf97c6960d97350c584de1b6dcff03c9daf42?narHash=sha256-Txwa5uO%2BqpQXrNG4eumPSD%2BhHzzYi/CdaM80M9XRLCo%3D' (2025-03-18)
2025-03-20 19:12:46 +01:00
ed4d970723
Make metrics endpoint configurable 2025-03-20 18:57:31 +01:00
9b54cec29c
Update cli to v3 2025-03-20 18:53:23 +01:00
1230fb52d7
Update go-toml 2025-03-20 18:40:50 +01:00
cd0d5c469f
Update pgx 2025-03-20 18:39:18 +01:00
398160e6eb Merge pull request 'Remove unused code' (#12) from remove-old-crust into master
Reviewed-on: #12
2025-03-20 17:35:22 +00:00
3a5fa290e2
Remove unused code 2025-03-20 18:34:28 +01:00
e4327cd3a8
Fix table text alignment 2025-03-19 23:21:26 +01:00
cdbcf0e03b
Merge branch 'remove-zap' 2025-03-19 23:18:06 +01:00
46d9f4d64a
Replace zap with slog 2025-03-19 23:16:38 +01:00
49553fa965
Update go deps 2025-03-19 22:58:47 +01:00
aa5b9588d1
Remove build requirements from README v0.2.1 2025-03-19 22:40:10 +01:00
858c11b853
Minor README improvements 2025-03-19 22:39:04 +01:00
85fd24180a
Remove deprecated features from config example 2025-03-19 22:36:46 +01:00
b2e3632b56
Update README 2025-03-19 22:35:33 +01:00
73dce3d1f3
Update Dockerfile 2025-03-19 22:28:28 +01:00
d86bc2be07
Remove Makefile 2025-03-19 22:08:45 +01:00
39a682fd41 Merge pull request 'Add flake.nix and rewrite frontend' (#5) from nixify into master
Reviewed-on: #5
2025-03-19 21:07:51 +00:00
a0e661eca3
Add tarball output to flake 2025-03-19 17:50:36 +01:00
db294c171d
Sort stats after retrieving from api 2025-03-19 17:07:16 +01:00
2c75603046
Relax stats update interval 2025-03-19 16:58:08 +01:00
a7b1ba584f
Update npm deps hash 2025-03-19 16:53:39 +01:00
89237c2b84
Improve frontend 2025-03-19 16:49:18 +01:00
5ade1c0593
Change frontend deps 2025-03-09 03:20:53 +01:00
ec6c0cc45b
Frontend fixes 2025-03-08 13:01:09 +01:00
9f9e0524f5
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ba487dbc9d04e0634c64e3b1f0d25839a0a68246?narHash=sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM%3D' (2025-03-03)
  → 'github:NixOS/nixpkgs/d69ab0d71b22fa1ce3dbeff666e6deb4917db049?narHash=sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0%3D' (2025-03-05)
2025-03-07 02:10:57 +01:00
13f126ccbc
Add rev to ldflags 2025-03-07 01:49:38 +01:00
80ac8148e7
Bump version 2025-03-07 01:34:12 +01:00
d7f0ba7486
Improve flake build process 2025-03-07 01:33:31 +01:00
5682777bfe
Nixify and start frontend update 2025-03-07 01:23:15 +01:00
4a3c022958 Merge pull request 'Remove old smtp and port stuff' (#4) from remove-smtp into master
Reviewed-on: #4
2023-10-12 19:07:24 +00:00
53ae82727c Remove old smtp and port stuff 2023-10-12 21:06:10 +02:00
fb2fb5de5e
fix duplicate setspeed call 2022-09-28 15:31:33 +02:00
ca96115fe2
Fix bug with throttlespeed in ssh conn 2022-09-28 12:45:55 +02:00
e9d2f3581c
Add debug log to ssh connection init 2022-09-28 12:36:16 +02:00
8084362d22
Improve logging 2022-09-28 12:28:15 +02:00
837f89e5d3
update dependencies 2022-09-28 12:17:46 +02:00
38ff8949b9
Tryout go test fuzzing 2022-09-01 03:59:18 +02:00
fce78d234d Merge pull request 'Add bbolt store' (#3) from feature/bbolt-db into master
Reviewed-on: #3
2022-08-31 21:25:27 +00:00
940a512d56
Add bbolt store 2022-08-31 23:22:20 +02:00
52c2bd1060
Add config to not log requests to metrics endpoint 2022-08-28 02:35:33 +02:00
d2fa727990
Update dependencies and fix some linter warnings 2022-08-28 02:23:36 +02:00
0ed71be705
Bump version 2022-08-26 12:23:31 +02:00
4ff47521b4 Merge pull request 'feature/use-channel-for-all' (#2) from feature/use-channel-for-all into master
Reviewed-on: #2
2022-08-26 10:22:58 +00:00
07fe16b72a
Change store All to use channel 2022-08-26 12:21:52 +02:00
4c77b5ef9b
Use unprivileged port for ports test 2022-08-26 12:21:35 +02:00
329d93a759 Fix Makefile 2022-02-09 15:18:34 +01:00
ecc7f9bdc0 Bump version v0.1.27 2022-02-09 15:13:30 +01:00