Package Details: freshrss 1.24.3-2

Git Clone URL: https://aur.archlinux.org/freshrss.git (read-only, click to copy)
Package Base: freshrss
Description: A free, self-hostable aggregator…
Upstream URL: http://freshrss.org/
Licenses: AGPL-3.0-only
Submitter: cgirard
Maintainer: cgirard
Last Packager: cgirard
Votes: 10
Popularity: 0.000754
First Submitted: 2016-06-22 09:12 (UTC)
Last Updated: 2024-11-13 10:49 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

1 2 Next › Last »

cgirard commented on 2024-11-13 10:50 (UTC)

@Gilrain, done, thanks.

Gilrain commented on 2024-11-12 09:55 (UTC)

Hi, could you change the hard dependency on php to php-interpreter?

php forcibly installs itself when php-legacy is already present.

You might even use php-interpreter<8.1 to be thorough.

Thanks.

BlackLotus89 commented on 2024-05-17 11:37 (UTC)

Maybe add something like /etc/systemd/system/freshrss-actualize.service

[Unit]
Description=FreshRSS actualize script

[Service]
User=http
ExecStart=/usr/bin/php /usr/share/webapps/freshrss/app/actualize_script.php

/etc/systemd/system/freshrss-actualize.timer

[Unit]
Description=Run FreshRSS actualize script every 15 minutes

[Timer]
OnUnitActiveSec=15min
Unit=freshrss-actualize.service

[Install]
WantedBy=timers.target

yochaigal commented on 2024-03-12 17:00 (UTC)

A note for those of you running this as a subdirectory in an nginx reverse proxy: I had to add the directory /usr/share/webapps/freshrss to my php.ini file for permissions to work properly, as well as symlink freshrss/p to /srv/nginx/freshrss.

MarsSeed commented on 2024-01-03 10:19 (UTC)

Hi,

I'd like to suggest that you please kindly remove optdepends=cherokee, an insecure abandonware server which has been unbuildable for a long time.

cgirard commented on 2021-01-29 12:53 (UTC)

Sorry my bad, seems only 1.18.0 will be compatible with PHP 8. These kind of change are not in the latest release: https://github.com/FreshRSS/FreshRSS/pull/3207

cgirard commented on 2021-01-29 12:43 (UTC)

Did not test yet, but this issue lead me to think it is ok: https://github.com/FreshRSS/FreshRSS/issues/3082

bjo commented on 2021-01-29 12:16 (UTC)

@cgirard: Oh, nice. So, sorry for the noise. I just thougt it's incompatible with PHP 8 like nextcloud and wallabag.

cgirard commented on 2021-01-29 08:34 (UTC)

@bjo Upstream claims to support PHP 8. Do you have a different experience? (Or maybe those comments are just from a bot?)

bjo commented on 2021-01-29 07:49 (UTC)

Please update the php dependencies according to https://archlinux.org/news/php-80-and-php-7-legacy-packages-are-available/