Commit Graph

4 Commits

Author SHA1 Message Date
aumetra 0541ddf7e8
restructure readme, add spellcheck, fix typos (#476) 2024-01-21 10:54:29 +00:00
aumetra 735aa91bb7
Revamp observability (#381)
* move to opentelemetry

* finish

* add http client

* remove few dependencies

* prometheus-port config removed
2023-10-22 12:15:22 +00:00
aumetra 24056d04f4
Update dependencies (#321)
* update cargo deps

* flake.lock: Update

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4' (2023-07-11)
  → 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e' (2023-08-10)
  → 'github:nixos/nixpkgs/5690c4271f2998c304a45c91a0aeb8fb69feaea7' (2023-08-25)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/b87a7db512340dea25e95f444db29e9264ff7a63' (2023-08-12)
  → 'github:oxalica/rust-overlay/1aac4029cfbc529f8b39c96d29fe1d09338f9110' (2023-08-27)

* flake.lock: Update

Flake lock file updates:

• Updated input 'rust-overlay/nixpkgs':
    'github:NixOS/nixpkgs/96ba1c52e54e74c3197f4d43026b3f3d92e83ff9' (2023-04-13)
  → follows 'nixpkgs'

* follow nixpkgs

* format, follow flake-utils

* flake.lock: Update

Flake lock file updates:

• Updated input 'rust-overlay/flake-utils':
    'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
  → follows 'flake-utils'
• Removed input 'rust-overlay/flake-utils/systems'

* reorder
2023-08-27 12:23:03 +00:00
Nemo157 f221f7d165
Add nixos service module to the flake (#270)
* Use version from workspace Cargo.toml for nix flake

* Don't rebuild package when flake changes

* Add package for frontend

* Add module with nixos service definition

* Switch nixos service from dhall to toml config
2023-07-15 23:01:30 +00:00