Social App for Nextcloud error: 'well-known` URLs, failed
-
Hi there!
After installing Social app I am getting this error:
Your web server is not properly set up to resolve.well-known
URLs, failed on:/.well-known/webfinger
For more details see the documentation
And looking at the documentation I don't see the way to solve it for Social.
I recently installed the synapse for Matrix in Cloudron and realized that there is a way to define those well-known URLs on the "Domain settings" in Cloudron. It would be possible to add a similar field for Nextcloud in case of using the Social app, and it would that solve this error, for Nextcloud? Or am I totally lost?Thanks in advance for your help!
Best regards, -
Hello @giofonseca
Currently, only the documented.well-known
paths are configurable.
https://docs.cloudron.io/domains/#well-known-locationsI am converting this topic to a feature request.
Please add the functionality to add custom entries to the
.well-known
paths. -
J james moved this topic from Nextcloud
-
Hello @giofonseca
Currently, only the documented.well-known
paths are configurable.
https://docs.cloudron.io/domains/#well-known-locationsI am converting this topic to a feature request.
Please add the functionality to add custom entries to the
.well-known
paths.@james That sounds great, thanks!
-
WebFinger is not a simple static file (though of course it can be). The URL has to respond based on the acct provided in the query parameter. So, each user needs to have their own links .
For the moment, it's best to use something like https://wordpress.org/plugins/webfinger/ . Or if you can code, just write some simple PHP page or static Surfer page to respond . Cloudron's nginx server will query the app.