Commit Graph

13 Commits

Author SHA1 Message Date
R. Ryantm
535d6021c2 freshrss: 1.23.0 -> 1.23.1 2023-12-31 12:19:15 +00:00
Elis Hirwing
59fa082abd
Merge pull request #273210 from Stunkymonkey/freshrss-lint
freshrss: cleanup + runHook
2023-12-29 08:13:20 +01:00
R. Ryantm
7e573feffa freshrss: 1.22.1 -> 1.23.0 2023-12-24 21:53:14 +00:00
Felix Buehler
303c78a655 freshrss: cleanup + runHook 2023-12-09 23:08:35 +01:00
Felix Buehler
29d41b7fd2 nixos/freshrss: migrate to DATA_PATH 2023-11-01 12:31:42 +01:00
R. Ryantm
67b0da8f51 freshrss: 1.21.0 -> 1.22.1 2023-11-01 12:31:38 +01:00
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