Athou / commafeed

Google Reader inspired self-hosted personal RSS reader.
https://www.commafeed.com
Apache License 2.0
2.82k stars 377 forks source link

API docs down/moved #1060

Closed jangernert closed 1 year ago

jangernert commented 1 year ago

Last week I was able to reach API docs under https://www.commafeed.com/api/#/. Now the docs seem to be gone and I can't find any reference to another location.

Athou commented 1 year ago

You're right, I deployed CommaFeed 3.x on commafeed.com this morning and the documentation indeed moved to https://www.commafeed.com/#/app/api

antivirtel commented 1 year ago

Hi, it also looks like I get 502 on https://www.commafeed.com . Is there an ongoing maintenance or outage?

labatts commented 1 year ago

Yeah, same. Sure hope this gets fixed. Makes me think I need to start backing up my opml file monthly or something.

Athou commented 1 year ago

Hi, it also looks like I get 502 on https://www.commafeed.com . Is there an ongoing maintenance or outage?

The app crashed while I was sleeping. It seems redis was not responding, the issue looks like https://github.com/redis/jedis/issues/1561 I'm going to investigate further, sorry for the inconvenience :(

labatts commented 1 year ago

All good. Thank you Athou!

Athou commented 1 year ago

Looks like updating jedis fixed the issue.

jangernert commented 1 year ago

At least on my end it doesn't seem to work again.

Trying to reach https://www.commafeed.com/#/app/api with firefox

Screenshot from 2023-05-28 19-19-39

Chromium just drops me to the welcome page https://www.commafeed.com/#/welcome

Am I missing something?

Athou commented 1 year ago

You're right, the API documentation page required users to be authenticated which made little sense.

I just deployed a fix for this, the documentation is now hosted at https://www.commafeed.com/#/api and no longer requires users to be authenticated.