Hi,
I just installed FressRSS and try to use it with the unread iOS Version 1.9. I read the docs, and allowed api access in the authentication menu, added a api token in profile, copied the API URL into fever account settings https://server.../FreshRSS/p/api/fever.php and followed the french Fever API doc (btw. the link in the english doc https://github.com/FreshRSS/FreshRSS/blob/master/docs/en/users/06_Fever_API.md results in a http 404) with the api_key generation via
echo -n "user:pass" | md5sum | cut -d' ' -f1
And nothing worked - and than I found out that its just using username and the created api key without the whole md5sum process. And as I came from tt-rss which does not use the username but the api-key only I did not thought about doing the obvious first!
Otherwise good job, the rest of the installation worked smoothly and it looks good.
Hi, I just installed FressRSS and try to use it with the unread iOS Version 1.9. I read the docs, and allowed api access in the authentication menu, added a api token in profile, copied the API URL into fever account settings https://server.../FreshRSS/p/api/fever.php and followed the french Fever API doc (btw. the link in the english doc https://github.com/FreshRSS/FreshRSS/blob/master/docs/en/users/06_Fever_API.md results in a http 404) with the api_key generation via echo -n "user:pass" | md5sum | cut -d' ' -f1
And nothing worked - and than I found out that its just using username and the created api key without the whole md5sum process. And as I came from tt-rss which does not use the username but the api-key only I did not thought about doing the obvious first! Otherwise good job, the rest of the installation worked smoothly and it looks good.
But please update the docs accordingly.