mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
25 lines
916 B
JSON
25 lines
916 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/app/setup/handlers/setup.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Combines both the redirect and the setup.",
|
|
"@id": "urn:solid-server:default:SetupHandler",
|
|
"@type": "ConditionalHandler",
|
|
"storageKey": "setupCompleted-2.0",
|
|
"storageValue": true,
|
|
"storage": { "@id": "urn:solid-server:default:SetupStorage" },
|
|
"source": {
|
|
"@type": "RouterHandler",
|
|
"args_baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"args_targetExtractor": { "@id": "urn:solid-server:default:TargetExtractor" },
|
|
"args_allowedMethods": [ "*" ],
|
|
"args_allowedPathNames": [ "/setup" ],
|
|
"args_handler": { "@id": "urn:solid-server:default:SetupHttpHandler" }
|
|
}
|
|
}
|
|
]
|
|
}
|