Commit Graph
811217 Commits
Author SHA1 Message Date
Nick CaoandGitHub 618d8ba315 jumppad: 0.20.0 -> 0.20.1 (#413661) 2025-06-03 19:07:36 -04:00
Nick CaoandGitHub 090d40dc73 sioyek: 2.0.0-unstable-2025-05-23 -> 2.0.0-unstable-2025-05-30 (#413674) 2025-06-03 19:07:06 -04:00
Nick CaoandGitHub 339dc59ee8 kubectl-view-allocations: 0.21.1 -> 0.21.2 (#413610) 2025-06-03 19:06:30 -04:00
Nick CaoandGitHub 7bce763995 ffizer: 2.13.2 -> 2.13.3 (#413612) 2025-06-03 19:06:13 -04:00
655d0e8bd8 ghostfolio: 2.162.0 -> 2.165.0 (#413739)
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
2025-06-03 23:05:25 +00:00
Nick CaoandGitHub a591ef5e3b qv2ray: drop (#413574) 2025-06-03 19:03:54 -04:00
R. Ryantm 3b3cb2b5a2 python3Packages.prophet: 1.1.6 -> 1.1.7 2025-06-03 23:02:35 +00:00
Nick CaoandGitHub f3b1e97c95 cargo-modules: 0.24.0 -> 0.24.1 (#413595) 2025-06-03 19:02:17 -04:00
Nick CaoandGitHub 7e97779719 flake-checker: 0.2.6 -> 0.2.7 (#413534) 2025-06-03 19:00:41 -04:00
Nick CaoandGitHub 25b93f233b netavark: 1.15.0 -> 1.15.1 (#413535) 2025-06-03 18:59:40 -04:00
Nick CaoandGitHub 414cd6d10e python3Packages.roombapy: 1.9.0 -> 1.9.1 (#413499) 2025-06-03 18:54:06 -04:00
Nick CaoandGitHub be7a6de25d terraform-providers.kafka: 0.10.1 -> 0.10.2 (#413501) 2025-06-03 18:53:43 -04:00
Nick CaoandGitHub 40e22888e4 dooit-extras: 0.2.0 -> 0.2.1 (#413504) 2025-06-03 18:53:32 -04:00
Nick CaoandGitHub 0563475c82 python3Packages.awswrangler: 3.11.0 -> 3.12.0 (#413523) 2025-06-03 18:52:35 -04:00
Nick CaoandGitHub 5032f4879c vaultenv: 0.18.0 -> 0.19.0 (#413527) 2025-06-03 18:51:52 -04:00
Nick CaoandGitHub 43cc9d7c30 python3Packages.mpi-pytest: 2025.4.0 -> 2025.5.0 (#413529) 2025-06-03 18:51:13 -04:00
Nick CaoandGitHub 467a838e53 smpmgr: 0.12.0 -> 0.12.1 (#413532) 2025-06-03 18:50:32 -04:00
Nick CaoandGitHub 76773eb11f gqlgen: 0.17.73 -> 0.17.74 (#413456) 2025-06-03 18:50:13 -04:00
Nick CaoandGitHub e90cebf4d0 doctl: 1.127.0 -> 1.128.0 (#413459) 2025-06-03 18:49:39 -04:00
Nick CaoandGitHub cd9ec51ed2 cotp: 1.9.5 -> 1.9.6 (#413460) 2025-06-03 18:49:04 -04:00
Nick CaoandGitHub ad3a85796b rofi-unwrapped: 1.7.9 -> 1.7.9.1 (#413461) 2025-06-03 18:48:46 -04:00
Nick CaoandGitHub 3e43f15715 python3Packages.kserve: 0.15.1 -> 0.15.2 (#413489) 2025-06-03 18:46:02 -04:00
Nick CaoandGitHub eb6ccca433 git-spice: 0.13.0 -> 0.14.1 (#413494) 2025-06-03 18:44:19 -04:00
R. Ryantm f8718e7922 ghostfolio: 2.162.0 -> 2.165.0 2025-06-03 22:32:15 +00:00
R. Ryantm 49611957b5 sleek: 0.4.0 -> 0.5.0 2025-06-03 22:31:04 +00:00
Felix Buehler faa82381b6 mediaelch: fix qt6.9 build 2025-06-04 00:26:50 +02:00
williamvds 727fe21d5d nixos/pihole-web: init
Pihole's dashboard is a web app which visualises statistics from pihole-FTL
(i.e. dnsmasq), shows query logs, and allows configuration.

With this module, configuration is largely declarative and immutable, so
settings can't be changed, but they can be viewed from the webpage.

The admin page also allows regenerating the DNS ("gravity") database.
2025-06-03 23:15:18 +01:00
williamvds 8f5d24c1b2 nixos/pihole-ftl: init
Add a module for pihole-ftl, which allows declaratively defining the
pihole.toml config file.

Also provide options for adlists to use, which can be added through the pihole
script (packaged as "pihole"). Other state such as clients and groups require
complex database operations, which is normally performed by the pihole
webapp (packaged as "pihole-web").

Extend the dnsmasq module to avoid duplication, since pihole-ftl is a soft-fork
of dnsmasq which maintains compatibility.

Provide the pihole script in `environment.systemPackages` so pihole-ftl can be
easily administrated.
2025-06-03 23:15:18 +01:00
williamvds 4bdf75f1cb dnsmasq: pass through config file as an option
So that the pihole module reuse it. pihole-ftl is a fork of dnsmasq and its
configuration file is compatible.
2025-06-03 23:15:17 +01:00
williamvds 725597318e pihole-web: init at 6.1 2025-06-03 23:15:17 +01:00
williamvds 0b00667772 pihole: init at 6.1
Which is the core admin script for pihole, which modifies the pihole-FTL and
gravity (DNS settings) database.

It requires quite a lot of patching to remove most of the hard-coded absolute
paths, and add the many dependencies the script has.

Patches also remove numerous unnecessary/unsupported operations from the script,
including reinstalling, uninstalling, and updating pihole, pihole-FTL, and
pihole-web.

Some scripts also include the installation scripts for some utilities, so these
utils need to be copied over to the files which are included in the Nix package.
2025-06-03 23:15:17 +01:00
37d2287524 pihole-ftl: init at 6.1
Replace a hardcoded execv with a dynamic execvp to allow the executed program to
live in the Nix store.

Co-Authored-By: JamieMagee <jamie.magee@gmail.com>
Co-Authored-By: nuxeh <1516017+nuxeh@users.noreply.github.com>
2025-06-03 23:15:17 +01:00
Chris Moultrie 0fa2fe7bd7 fittrackee: add tebriel as maintainer 2025-06-03 18:14:45 -04:00
4cb1e5e671 vault: 1.19.4 -> 1.19.5 (#413676)
Co-authored-by: techknowlogick <hello@techknowlogick.com>
2025-06-03 22:09:33 +00:00
Pascal WittmannandGitHub 0f4ccc6fc7 xlockmore: 5.82 -> 5.83 (#413464) 2025-06-04 00:07:33 +02:00
Domen KožarandGitHub 4a741a2098 paretosecurity: 0.2.27 -> 0.2.31 (#413531) 2025-06-04 03:06:56 +05:00
Marcus RambergandGitHub 4a46d9adf1 perlPackages.NetMQTTSimple: Add IO::Socket::SSL (#402090) 2025-06-04 00:02:44 +02:00
R. Ryantm 106b68293b fiddler-everywhere: 6.5.0 -> 6.6.0 2025-06-03 21:59:01 +00:00
a2a95e9d1a n8n: 1.93.0 -> 1.95.2 (#413543)
Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
2025-06-03 21:48:24 +00:00
R. Ryantm ac1d175cbc tpnote: 1.25.10 -> 1.25.11 2025-06-03 21:47:56 +00:00
Marcus RambergandGitHub 0f64ecd19d pocket-id: 1.1.0 -> 1.2.0 (#413727) 2025-06-03 23:45:53 +02:00
Martin WeineltandGitHub 31798e9eb2 esphome: 2025.5.1 -> 2025.5.2 (#413725) 2025-06-03 23:21:46 +02:00
isabelandGitHub 3b182c82fb albert: 0.27.8 -> 0.28.0 (#412570) 2025-06-03 23:18:14 +02:00
Gutyina Gergő 259a75fb1f nixos/pocket-id: harden after backend-frontend merge 2025-06-03 23:15:45 +02:00
R. Ryantm 2c62201908 automatic-timezoned: 2.0.76 -> 2.0.79 2025-06-03 21:15:44 +00:00
Gaétan LepageandGitHub 3422f04ccf python312Packages.pytensor: 2.31.2 -> 2.31.3 (#413249) 2025-06-03 23:14:01 +02:00
Gutyina Gergő f4249b03a9 pocket-id: 1.1.0 -> 1.2.0 2025-06-03 21:13:29 +00:00
Adam C. StephensandGitHub d790bb743e audiobookshelf: 2.23.0 -> 2.24.0 (#413679) 2025-06-03 17:09:43 -04:00
Nick CaoandGitHub 3731ffed14 dbip-{asn,city,country}-lite: 2025-05 -> 2025-06 (#413398) 2025-06-03 17:08:31 -04:00
Arne KellerandGitHub 8228174200 albyhub: init at 1.17.1 (#368929) 2025-06-03 23:08:19 +02:00