Commit graph

2714 commits

Author SHA1 Message Date
numinit 6ddde224ea
mattermost: update to 10.11 ESR and 11.x latest (#456362) 2025-10-29 04:20:32 +00:00
Morgan Jones 42f8f463bf
nixos/mattermost: require Postgres for version 11+ 2025-10-27 20:26:11 -07:00
Philip Taron 4160763d74
various: lib usage improvements - prefer elem over any for list inclusion conditions (#455789) 2025-10-27 13:21:20 +00:00
Maximilian Bosch c3615b0f5d
nixos/nextcloud: Allow disabling initial admin user creation on Nextcloud >= 32 (#418378) 2025-10-27 11:24:44 +00:00
h7x4 b827f37cb8
nixos/dolibarr: lib.any -> lib.elem 2025-10-26 16:23:36 +09:00
h7x4 2ec989b322
nixos/librespeed: lib.any -> lib.elem 2025-10-26 16:23:35 +09:00
dotlambda 63d9f002dd
nixos/immich: reindex VectorChord indexes on update (#455315) 2025-10-25 03:20:10 +00:00
Diogo Correia c0c664b327
nixos/immich: reindex VectorChord indexes on update
VectorChord requires its indexes to be reindexed when the extension is
updated. [1]
This commit adds functionality to save the current version of the
extension before performing an update, and then compare it with the
updated version to decide whether it should reindex Immich's indexes.
This complexity is needed to avoid reindexing every time PostgreSQL is
started, as it is an expensive operation that would slow down startup.

[1]: https://docs.immich.app/administration/postgres-standalone/#updating-vectorchord
2025-10-24 19:20:20 +01:00
Adam C. Stephens 06282906f2
miniflux: 2.2.13 -> 2.2.14 (#454793) 2025-10-24 17:42:26 +00:00
Ameer Taweel 132f71fa5d miniflux: 2.2.13 -> 2.2.14
https://miniflux.app/releases/2.2.14.html
https://github.com/miniflux/v2/releases/tag/2.2.14
diff: https://github.com/miniflux/v2/compare/v2.2.13...2.2.14
2025-10-24 09:38:24 +03:00
provokateurin e4629f0dda
nixos/nextcloud: Fix fetchNextcloudApp example 2025-10-23 09:52:20 +02:00
Jan Tojnar 0ec9321de6
selfoss: Fix module (#453595) 2025-10-22 23:45:01 +00:00
Johannes Kirschbauer 43b77e1457
lib/cli: add toCommandLine (#404233) 2025-10-22 14:45:00 +00:00
Maximilian Bosch b4fd706dd8
nixos/nextcloud: prevent nextcloud-occ arguments being parsed by wrapper (#451187) 2025-10-22 11:13:25 +00:00
Lukas Wurzinger 1f4c50ab81
lib/cli: deprecate toGNUCommandLine 2025-10-21 21:01:38 +02:00
Sandro 084b1f8ec5
treewide: ensure ExecReload kill fields has absolute path (#453135) 2025-10-21 15:08:46 +00:00
Masum Reza 2483e31a08
invidious: pass configuration in INVIDIOUS_CONFIG as YAML (#448855) 2025-10-21 14:47:31 +00:00
Fabian Möller 15a1d17c02
nixos/immich: fix missing parens in sql file creation 2025-10-20 08:55:36 +02:00
sweenu 16041e56cc
nixos/immich: fix sql command on inexistant table 2025-10-19 22:24:39 +02:00
Pamplemousse 37e986ab27 selfoss: Fix module
Documented way of running with `nginx` require the `.nginx.conf` to be
present.
_c.f._ https://github.com/fossar/selfoss/issues/1535
2025-10-19 21:32:38 +02:00
Nicolas Mémeint 7dc3d46155 nixos/immich: Trim trailing newline from secretSettings file contents 2025-10-18 10:39:41 +02:00
h7x4 1cdf4ba1c8
treewide: ensure ExecReload kill fields has absolute path 2025-10-18 15:00:59 +09:00
Maximilian Bosch 76b41b119e
simplesamlphp: remove
See https://github.com/NixOS/nixpkgs/pull/312251#issuecomment-3416076466

I think it's frankly careless to merge something into nixpkgs that's two
patch-releases behind the current patch-level of the _legacy branch_ of
a software. Especially for security-sensitive things.

On top, this got never updated even though there are two high-rated CVEs
in this, i.e.  CVE-2025-27773[1] and CVE-2024-52596[2].

[1] https://github.com/advisories/GHSA-46r4-f8gj-xg56
[2] https://github.com/advisories/GHSA-2x65-fpch-2fcm
2025-10-17 17:49:52 +02:00
Maximilian Bosch a1c24d0868
filesender: remove
This depends on `simplesamlphp` which is one major version behind, was
packaged in an outdated version from the beginning and is known
vulnerable in nixpkgs. As a result, I decided to remove simplesamlphp
and all its reverse dependencies.
2025-10-17 17:49:01 +02:00
Sandro 3e4edac3b4
nixos/librespeed: init (#448889) 2025-10-16 23:13:57 +00:00
emily b17ca19e8f
nixos/librespeed: init
Co-Authored-By: Sandro Jäckel <sandro.jaeckel@gmail.com>
2025-10-17 00:40:35 +02:00
Gutyina Gergő 98c30482ed
nixos/glance: restart service on failure 2025-10-16 19:59:23 +02:00
Diogo Correia 3017b2746c
nixos/pairdrop: init module 2025-10-16 10:22:06 +01:00
Martin Weinelt af0bfe2d3a
nixos/limesurvey: nginx support (#448680) 2025-10-15 13:38:59 +00:00
transcaffeine ca9406a250
netbox_4_1: remove 2025-10-14 17:47:01 +02:00
provokateurin e739c5d78d
nixos/nextcloud: Allow disabling initial admin user creation on Nextcloud >= 32
With https://github.com/nextcloud/server/pull/53212 it is not longer necessary to specify a username and password for an initial admin account during installation.
2025-10-13 20:47:01 +02:00
Sandro c58cd36d56
nixos/nextcloud-notify_push: automatically install notify_push nextcloud app (#451501) 2025-10-13 11:42:31 +00:00
Marcel 29a3e7a111
nixos/nextcloud-notify_push: automatically install notify_push nextcloud app 2025-10-13 13:37:53 +02:00
Marcel 2f00e84a4b
nixos/nextcloud-notify_push: remove not required mkMerge 2025-10-13 13:37:47 +02:00
Maximilian Bosch ddb9127071
nixos/nextcloud: remove ancient stateVersion conditions 2025-10-12 19:26:07 +02:00
Maximilian Bosch 6e416f8cc2
nixos/nextcloud: drop httpd configuration from manual
Closes #243203

This hasn't changed in years because nobody maintains it. Considering
the amount of updates in the meantime to the nginx configuration, I'm
pretty sure that this doesn't work anymore.

I think it's OK to keep the part about how to really disable nginx, but
that's it.

The reason this also closes #243203 is that config in the manual saw
zero maintenance and I don't expect that to change. This should really
be maintained by interested people in a community wiki.
2025-10-12 19:11:36 +02:00
Matthew Croughan 4f32864ef1
docuseal: init at 2.1.7 (#266880) 2025-10-12 16:16:15 +00:00
Raroh73 7117f21044
maintainers: drop raroh73 2025-10-12 15:56:30 +02:00
Masum Reza 6349231879
nixos/dolibarr: support PostgreSQL + H2O (#449173) 2025-10-12 06:33:48 +00:00
Yt e2f157e5b8
nixos/windmill: add a package option (#450986) 2025-10-12 01:14:13 +00:00
hotburger 7dcdee8d0a
nixos/nextcloud: prevent nextcloud-occ arguments being parsed by wrapper 2025-10-11 17:35:03 -07:00
Sandro 66e5020bfe
nixos/hedgedoc: fix configureNginx, set path per default, adjust nginx group (#450350) 2025-10-11 18:00:45 +00:00
sweenu 527080672c
nixos/windmill: add a package option 2025-10-11 14:38:06 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤 9427b8aeda nixos/dolibarr: stylistic, remove a mkMerge layer
removes a level of indentation & might even evaluate faster
2025-10-11 16:45:48 +07:00
·𐑑𐑴𐑕𐑑𐑩𐑤 3fdabe09a5 nixos/dolibarr: add H2O web server option 2025-10-11 16:45:48 +07:00
·𐑑𐑴𐑕𐑑𐑩𐑤 38f3a23bd5 nixos/dolibarr: split DB type; add PostgreSQL support 2025-10-11 16:45:48 +07:00
·𐑑𐑴𐑕𐑑𐑩𐑤 f9100c292f nixos/dolibarr: fix casing typos 2025-10-11 16:45:48 +07:00
Johannes Kirschbauer 1d841c88ca
nixos/lasuite-meet: make settings lazy! (#450327) 2025-10-10 13:42:55 +00:00
Sandro Jäckel 6ed6d97fc4
nixos/hedgedoc: fix configureNginx, set path per default, adjust nginx group 2025-10-10 01:49:10 +02:00
Felix Buehler cf594a3b83 nixos/docuseal: init 2025-10-09 21:46:22 +02:00