Commit Graph

14 Commits

Author SHA1 Message Date
Mynacol
9328eb7b4b rss-bridge: Run update checker on it
The GitHub Releases of rss-bridge are automatically the right target.
https://github.com/RSS-Bridge/rss-bridge/releases
2024-10-07 20:08:20 +02:00
Mynacol
aa0fc3e8b8 rss-bridge: Remove pkg patch, adapt nixos service
The rss-bridge service changes introduced in f2201789fe
resp. https://github.com/NixOS/nixpkgs/pull/223148 removes the need for
the package patch. This commit removes the patch to ease updating and
maintenance.
Relevant service functionality was also removed (e.g. the setting of
RSSBRIDGE_DATA).

The explicit definition of FileCache.path so users can easily see its
default value and change it, requires to use a freeformType to let users
freely add potentially upcoming config options. This type is restricted
to ini types (although we coerce them to environment variables).
This however makes the list of enabled_bridges impossible. That was
fixed by explicitly introducing this option with a type allowing lists.
The default value however should be unset, which is expressed as `null`,
which further spurred a change in the environment variable generation to
ignore null values (instead of coercing them to an empty string).

A breaking change note was added to highlight this change. A check that
warns users of the not-application of their existing config file is
not easily possible, as people could have only added or changed the
config.ini.php file on the file system without changing a nix variable.
2024-10-04 14:58:15 +02:00
Mynacol
b444a0e028 rss-bridge: Add simple NixOS test
Add a simple test that starts rss-bridge and tries to fetch the feed of
a demo bridge. On success we know the system setup (web server, PHP) and
rss-bridge are working fine. Internet access is avoided by using a demo
bridge.
2024-08-01 16:55:09 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Sandro Jäckel
2cdd5b48f6
rss-bridge: 2023-09-24 -> 2024-02-02
Changelog: https://github.com/RSS-Bridge/rss-bridge/releases/tag/2024-02-02
2024-02-04 23:37:59 +01:00
Mynacol
e8fde3fd7d rss-bridge: add maintainer 2023-10-22 22:19:46 +02:00
Mynacol
c2c5d261ab rss-bridge: Move substitutions into patch file
As requested in https://github.com/NixOS/nixpkgs/pull/257641#pullrequestreview-1678477898
2023-10-22 22:19:46 +02:00
Mynacol
e9ea06e57f rss-bridge: 2022-06-14 -> 2023-09-24
The source code substitutions have to be adopted to continue working.
The PATH_CACHE const has to use `define` instead, as const forbids using
functions.
2023-10-22 22:19:46 +02:00
R. Ryantm
6d77dfe185 rss-bridge: 2022-01-20 -> 2022-06-14 2022-07-29 21:19:59 +00:00
R. Ryantm
963cb6d9e5 rss-bridge: 2021-04-25 -> 2022-01-20 2022-02-06 17:02:50 -08:00
ymeister
765b9672e1 rss-bridge: 2020-11-10 -> 2021-04-25 2021-05-08 14:35:58 +07:00
R. RyanTM
a431ca0463 rss-bridge: 2020-02-26 -> 2020-11-10 2020-11-12 00:58:24 +00:00
Pavol Rusnak
2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
dawidsowa
ca64913fac rss-bridge: init at 2020-02-26 2020-08-13 19:51:28 +02:00