mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"comment": "Supports multiple roots such as both http://test.com/ and http://alice.test.com/.",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:IdentifierStrategy",
|
|
"@type": "SubdomainIdentifierStrategy",
|
|
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
},
|
|
{
|
|
"comment": "Only required when pod creation is enabled.",
|
|
"@id": "urn:solid-server:default:IdentifierGenerator",
|
|
"@type": "SubdomainIdentifierGenerator",
|
|
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
},
|
|
{
|
|
"comment": "Only required when using a file-based backend.",
|
|
"@id": "urn:solid-server:default:FileIdentifierMapper",
|
|
"@type": "SubdomainExtensionBasedMapper",
|
|
"base": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"rootFilepath": { "@id": "urn:solid-server:default:variable:rootFilePath" },
|
|
"baseSubdomain": "www"
|
|
}
|
|
]
|
|
}
|