Commit Graph

7 Commits

Author SHA1 Message Date
Matt Christ
c4d28ff161 nixos/freshrss: authType option
This patch adds an `authType` option to enable configuring FreshRSS's
`auth_type` parameter.
Upstream documentation for this feature is located here:
https://freshrss.github.io/FreshRSS/en/admins/09_AccessControl.html

An accompanying NixOS test is provided to confirm this feature works
as expected.
2023-07-19 19:43:55 -05:00
Felix Buehler
8d5674679d freshrss: 1.20.2 -> 1.21.0 2023-03-05 16:37:42 +01:00
Thomas Gerbet
f4c1ef09d8 freshrss: fix passthru.tests 2023-02-06 17:52:19 +01:00
R. Ryantm
82aa0aa57b freshrss: 1.20.1 -> 1.20.2 2022-12-10 06:27:07 +00:00
Felix Buehler
2e320d1ac0 freshrss: 1.20.0 -> 1.20.1 2022-11-14 20:25:07 +01:00
colin
9443d83e6f freshrss: patchShebangs instead of specifying interpreter at use site
this makes it easier for one to manually administer freshrss.
for example, i can import OPML from the CLI like:

```
$ nix build .#freshrss
$ freshrss FRESHRSS_DATA_PATH=/var/lib/freshrss ./result/cli/import-for-user.php --user admin --file my-opml.opml
```

whereas previously i would have needed to include
`environment.systemPackages = [ php ];` in my system for that to work.
2022-10-13 21:46:04 -07:00
Felix Buehler
0b204f0c28 freshrss: init at 1.20.0, tests and module 2022-09-28 22:46:15 +02:00