YunoHost-Apps / freshrss_ynh

FreshRSS package for YunoHost
https://freshrss.org
GNU Affero General Public License v3.0
29 stars 20 forks source link

Cannot pass the API test #164

Open xiaopaul opened 1 year ago

xiaopaul commented 1 year ago

I have setup the Freshrss on Docker in Synology, & it works well on web browers. But when I tried to enable the API for mobile app, it failed in the Pass test.

image

I read the following linkage which is similar problem with mine. But I am sorry I cannot get the way to fix it. https://github.com/YunoHost-Apps/freshrss_ynh/issues/67

Pls help. Thank you very much.

lapineige commented 1 year ago

So this is not a Yunohost install, but a classic one using Docker ? If so, you have to ask on upstream (FreshRSS) repository, we can't debug this configuration.

Alkarex commented 1 year ago

@xiaopaul The repository would be https://github.com/FreshRSS/FreshRSS/discussions/categories/q-a

Please tell which precise Docker image you are using.

  1. It looks like you are using a local-network IP, which will not work from a mobile phone, typically using another network
  2. After you have fixed the IP / DNS problem, as the error message says, check your ./freshrss/data/config.php for your base_url parameter.
xiaopaul commented 1 year ago

@Alkarex Thank you for the help. I use the linuxserver/freshrss image. Is it correct?

1, You are right. I just deployed in on local network. Thank I will do the port forward for the ww using. is it correct setting? Or I have to delopy it on the cloud? Thank you.

Alkarex commented 1 year ago

Please check our documentation:

If needed, you can then ask on https://github.com/FreshRSS/FreshRSS/discussions/categories/q-a

xiaopaul commented 1 year ago

Thank you Alkarex,

I will read it again & try to find out the solution.