+2
nixos/doc/manual/release-notes/rl-2505.section.md
+2
nixos/doc/manual/release-notes/rl-2505.section.md
···- [victorialogs][https://docs.victoriametrics.com/victorialogs/], log database from VictoriaMetrics. Available as [services.victorialogs](#opt-services.victorialogs.enable)- [nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay/), This is a nostr relay, written in Rust. Available as [services.nostr-rs-relay](options.html#opt-services.nostr-rs-relay.enable).- [Prometheus Node Cert Exporter](https://github.com/amimof/node-cert-exporter), a prometheus exporter to check for SSL cert expiry. Available under [services.prometheus.exporters.node-cert](#opt-services.prometheus.exporters.node-cert.enable).
···- [victorialogs][https://docs.victoriametrics.com/victorialogs/], log database from VictoriaMetrics. Available as [services.victorialogs](#opt-services.victorialogs.enable)+- [gokapi](https://github.com/Forceu/Gokapi), Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported. Available with [services.gokapi](options.html#opt-services.gokapi.enable)- [nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay/), This is a nostr relay, written in Rust. Available as [services.nostr-rs-relay](options.html#opt-services.nostr-rs-relay.enable).- [Prometheus Node Cert Exporter](https://github.com/amimof/node-cert-exporter), a prometheus exporter to check for SSL cert expiry. Available under [services.prometheus.exporters.node-cert](#opt-services.prometheus.exporters.node-cert.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+143
nixos/modules/services/networking/gokapi.nix
+143
nixos/modules/services/networking/gokapi.nix
···
···+enable = lib.mkEnableOption "Lightweight selfhosted Firefox Send alternative without public upload";+If disabled all required values must be set using nix, and all changes to config format over application updates must be resolved by user.+For full list see <https://gokapi.readthedocs.io/en/latest/advanced.html#environment-variables>.+Largely useful for loading secrets from a file not in the nix store. Can use systemd specifiers.
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+22
nixos/tests/gokapi.nix
+22
nixos/tests/gokapi.nix
···
···
+7
-13
pkgs/by-name/go/gokapi/package.nix
+7
-13
pkgs/by-name/go/gokapi/package.nix
···-# This is the go generate is ran in the upstream builder, but we have to run the components seperately for things to work.···-description = "Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported";
···+# This is the go generate is ran in the upstream builder, but we have to run the components separately for things to work.···