h7x4
39e93806aa
Revert "various: replace systemd.services.<name>.{script,preStart} with ExecStart{,Pre}"
2025-10-31 11:03:32 +01:00
Martin Weinelt
61eabfa975
discourse: 3.4.7 -> 3.5.2 ( #447219 )
2025-10-30 22:39:55 +00:00
dish
591830fb9d
nixos/actual: add environmentFile option ( #452544 )
2025-10-30 01:50:47 +00:00
Gutyina Gergő
c13f744cdf
nixos/actual: add environmentFile option
2025-10-30 00:19:03 +01:00
Leona Maroni
aeeb97eb19
discourse: 3.4.7 -> 3.5.1
...
https://meta.discourse.org/t/3-5-0-major-release/379212?tl=en
https://meta.discourse.org/t/3-5-1-security-and-maintenance-release/383511
This release introduces a few rust-based ruby dependencies.
Two plugins were removed
- discourse-migratepassword as it's deprecated
- discourse-topic-voting as it's integrated into discourse core
pgvector extension handling:
Co-Authored-By: talyz <kim.lindberger@gmail.com>
2025-10-29 20:28:06 +01:00
misuzu
82e1380db8
nixos/glance: fix "invalid user 'glance'" error ( #456164 )
2025-10-29 12:42:24 +00:00
Sandro
c32d974077
various: replace systemd.services.<name>.{script,preStart} with ExecStart{,Pre} ( #448763 )
2025-10-29 12:34:37 +00:00
Gutyina Gergő
4ba4852f23
nixos/glance: start after nss to fix invalid user 'glance' error
2025-10-29 13:28:28 +01:00
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
999be140d6
nixos/peering-manager: replace preStart with ExecStartPre
2025-10-27 18:55:10 +09:00
h7x4
6302adedb3
nixos/miniflux: replace preStart with ExecStartPre
2025-10-27 18:55:09 +09:00
h7x4
b6e8ec65a4
nixos/healthchecks: replace preStart with ExecStartPre
2025-10-27 18:52:27 +09:00
h7x4
4077942ac6
nixos/galene: replace preStart with ExecStartPre
2025-10-27 18:52:27 +09:00
h7x4
32d1b3178d
nixos/misskey: replace preStart with ExecStartPre
2025-10-27 18:52:22 +09:00
h7x4
d075ef1ef3
nixos/mediagoblin: replace preStart with ExecStartPre
2025-10-27 18:52:22 +09:00
h7x4
7227679c51
nixos/glitchtip: replace preStart with ExecStartPre
2025-10-27 18:52:21 +09:00
h7x4
d7a2c9e69f
nixos/silverbullet: replace systemd script with ExecStart
2025-10-27 18:52:17 +09:00
h7x4
d681e38b9c
nixos/nexus: replace systemd script with ExecStart
2025-10-27 18:52:16 +09:00
h7x4
9e0d1baaee
nixos/cloudlog: replace systemd script with ExecStart
2025-10-27 18:52:14 +09:00
h7x4
eb7cd01c2e
nixos/part-db: replace systemd script with ExecStart
2025-10-27 18:52:14 +09:00
h7x4
e7b38d45d2
nixos/wakapi: replace systemd script with ExecStart
2025-10-27 18:52:13 +09:00
h7x4
6b2172233c
nixos/bluemap: replace systemd script with ExecStart
2025-10-27 18:52:13 +09: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