🤕 Problem
2023-10-30T16:29:26.842-00:00 ERROR see https://Seppo.mro.name/E1021 Web.Profile.post Permission denied: mkdir ../.well-known
🩺 Background
To resolve names like @foo@example.org
a mechanism called 'WebFinger' (RFC7033) is used.
At first the
https://example.org/.well-known/webfinger?resource=acct:foo@example.org
is asked
for the document describing the account of @foo@example.org
.
So, on initial installation #Seppo has to write to that location which is potentially outside it's own directory but in the root of the webspace.
🔧 What to do
...