We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
great to see someone maintaining the PHP version from 2018 :)
app\templates\items\item.php : line 7 + lines 19-25
the $item doesnt contain pinned, has to REM it and restore it when a feed added
--
on some RSS hosts occurring SSL Cerification error, fix by :
vendor\miniflux\picofeed\lib\PicoFeed\Client\Curl.php : line 252 added curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
the .htaccess inside \data folder, drives to 403, when miniflux going to read the feed icons.
tested with
https://github.com/Cygnusfear/Miniflux-Theme-Sun
by creating these two folders \themes\sun
is wonderful :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
great to see someone maintaining the PHP version from 2018 :)
app\templates\items\item.php : line 7 + lines 19-25
the $item doesnt contain pinned, has to REM it and restore it when a feed added
--
on some RSS hosts occurring SSL Cerification error, fix by :
vendor\miniflux\picofeed\lib\PicoFeed\Client\Curl.php : line 252 added
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
--
the .htaccess inside \data folder, drives to 403, when miniflux going to read the feed icons.
--
tested with
by creating these two folders
\themes\sun
is wonderful :)
The text was updated successfully, but these errors were encountered: