0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-19 08:31:01 +03:00
Commit graph

11 commits

Author SHA1 Message Date
Ryan Horiguchi
c4d748d54a nixos/librenms: add package option and expose package
(cherry picked from commit d512e07338)
2024-12-14 17:23:47 +00:00
Ryan Horiguchi
2b70f03006 nixos/librenms: use db socket when set
(cherry picked from commit 7241f54c9f)
2024-12-14 17:23:47 +00:00
Marcel
2e61864ce1 nixos/librenms: order librenms-setup after network.target
librenms-setup requires database access; when deploying databases externally, networking is required.

(cherry picked from commit 8153ad4458)
2024-12-11 12:15:03 +00:00
Jennifer Graul
98a8a38def nixos/librenms: add netali to maintainers
(cherry picked from commit 7e2f76a187)
2024-12-09 17:40:15 +00:00
Jennifer Graul
4a3dacc509 nixos/librenms: fix links in docs
(cherry picked from commit 4bac8c5de5)
2024-12-09 17:40:15 +00:00
Jennifer Graul
fa0a8b5536 nixos/librenms: add enableLocalBilling option
(cherry picked from commit c59a8279ae)
2024-12-09 17:40:15 +00:00
Jennifer Graul
a5fa0a2eac nixos/librenms: add default php_memory_limit and use it in cronjobs
(cherry picked from commit c0efae7559)
2024-12-09 17:40:15 +00:00
Sam Grimee
b5d6de74ed nixos/librenms: fix lnms wrapper to ensure run by correct user
Complementary to the fix for #322344
2024-08-07 11:32:04 +02:00
Sam Grimee
4397a6d0a6 nixos/librenms: fix artisan wrapper
Fixes how the librenms-artisan wrapper passes arguments to allow invocations with multiple complex parameters to work.
2024-08-07 11:32:04 +02:00
Sam Grimee
dc6c6e42e4 nixos/librenms: add socket auth for mysql
This allows librenms to use socket authentication to the mysql package out of the box if installed under
the same username, avoiding complex DB password initialization steps.
2024-08-07 11:32:04 +02:00
Jennifer Graul
e94820dfb2 nixos/librenms: init 2023-10-16 13:28:22 +02:00