Solid on Nextcloud
-
Did anyone tested Solid on nextcloud already ?
I have found this below here : https://pdsinterop.org/solid-nextcloud/
Manual install
If you enable this app in your Nextcloud instance, you should edit your .htaccess file and then test whether https://your-nextcloud-server.com/.well-known/openid-configuration redirects to https://your-nextcloud-server.com/apps/solid/openid.
Also, take the CORS instructions from site.conf and add them to your own webserver configuration.
Unattended testing
To test whether your server is install correctly, you can run Solid’s webid-provider-tests against it.
Manual testing
Go to https://solidcommunity.net and create a Solid pod. Go to https://generator.inrupt.com/text-editor and log in with https://solidcommunity.net. Tick all 4 boxes in the consent dialog. Click ‘Load’, type something, click ‘Save’. Grant access to co-editor https://your-nextcloud-server.com/apps/solid/@your-username/profile/card#me. For instance, if you’re using the development install, that would be https://localhost/apps/solid/@alice/profile/card#me Now in a separate browser window, log in to https://generator.inrupt.com/text-editor with https://your-nextcloud-server.com. You should be able to edit the file as a co-author now, using your Nextcloud account as a webid identity provider.
and I was wondering what is the proper cloudron like approach to access .well-known config for a domain/nextcloud instance, any idea ?
Any way this setup could be automated or better integrated into the cloudron nextcloud distribution ? -
This seems to be of interest too : https://forum.solidproject.org/t/nextlcloud-with-solid-webid-login/1067
-
It's also throwing PHP notice errors, might be related to .well-known parts not being in place ?
https://paste.armada.digital/cuqodoxago.pl
This errors output when one try to visit one's Solid profile :https://cloud.domain.com/apps/solid/@rick/
I should probably report this upstream since this does not seem related to the cloudron distribution branch
-