Skip to content
New issue

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

Nextcloud support #97

Closed
rugk opened this issue Aug 4, 2018 · 1 comment
Closed

Nextcloud support #97

rugk opened this issue Aug 4, 2018 · 1 comment

Comments

@rugk
Copy link

rugk commented Aug 4, 2018

From #95 (comment)

Support Nextcloud News: https://github.com/nextcloud/news/

Here is the API doc: https://github.com/nextcloud/news/blob/master/docs/externalapi/External-Api.md

Of course, you need to provide the user the ability to enter their Nextcloud server URl somewhere. (and signup, I guess).

Signup can be done via OAUTH in new Nextcloud versions, or just the password/device-specific password by the user.
But, probably, you don't need to authenticate and just can assume the user is logged in in the browser. Just don't know how that works with WebExtensions.

@shgysk8zer0
Copy link
Owner

@rugk The plan is to have an input for the domain of a Nextcloud / Owncloud instance, check /status.php to verify the address and that it's running, and then to use the subscription path (new URL(instanceURL, subscribePath)) to open a window / tab.

Have a hidden & disabled input which becomes required if Nextcloud is seleced.

@shgysk8zer0 shgysk8zer0 added this to the Feed Aggregator milestone Aug 7, 2018
shgysk8zer0 added a commit that referenced this issue Aug 23, 2018
- Add ability to hide/require URL inputs bases on subscription resolves  #101
- Add Nextcloud News support resolves #97
- Add TinyTinyRss support resolves #100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants