Blueprint: Extended and more easy support for external shares

The most annoying but also promising tool is the possibility to add external shares.

At moment, I get several shares to some cloud storeage which content that gets updated frequently. Most of these shares do not need a username and password.

Replace the UI and follow an analytic way.

  1. User could somewhere add any Link he get and tick “Analyse”
  2. User could (not required) add username and password to allow analyse behind a login form.
  3. Nextcloud check the URL for hints to several protocols.
    1. check if a .well-known exist
    2. check redirects
    3. check content
    4. check for login-forms or password less access
  4. ask for username/password if not already provided or password less
  5. ask what integration in Nextcloud is wished if more than one is detected and possible.
    e.g. ohter Nextclouds provide contact, calendar, files, etc. may not all integration is wished.
    e.g. file acces is not needed but integration in Photo.
  • Allow addons to add own protocol, add detection rules and integration if certain requirement are given.
  • add a generic html reader. e.g. If I get a shortlink for some thirdparty cloudstorage (without support for a known way) with a image/file galery. It would be nice if Nextcloud would be able to extract the images and files from html and allow me access them over a nextcloud directory.

Hi @Mannshoch,

would you mind filing a Github issue? Please search existing issues matching your topic before filing a new one. Please reference the issue here as well.

Thank you and have a good day.
christianlupus

Hi @christianlupus

Thanks for commenting.

I did not find a similar GitHub issue. But found a lot of not resolved errors around shares [1,2], that gives me some bad wipes. I only found an Issue that may would be solved on the way.

My GitHub issue: https://github.com/nextcloud/server/issues/55708

1 Like