mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
73 lines
2.6 KiB
JSON
73 lines
2.6 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/app/init/initialize-root.json",
|
|
"css:config/app/main/default.json",
|
|
"css:config/http/handler/default.json",
|
|
"css:config/http/middleware/default.json",
|
|
"css:config/http/notifications/all.json",
|
|
"css:config/http/server-factory/http.json",
|
|
"css:config/http/static/default.json",
|
|
"css:config/identity/access/public.json",
|
|
"css:config/identity/email/default.json",
|
|
"css:config/identity/handler/default.json",
|
|
"css:config/identity/oidc/default.json",
|
|
"css:config/identity/ownership/token.json",
|
|
"css:config/identity/pod/static.json",
|
|
"css:config/ldp/authentication/dpop-bearer.json",
|
|
"css:config/ldp/authorization/allow-all.json",
|
|
"css:config/ldp/handler/default.json",
|
|
"css:config/ldp/metadata-parser/default.json",
|
|
"css:config/ldp/metadata-writer/default.json",
|
|
"css:config/ldp/modes/default.json",
|
|
"css:config/storage/backend/pod-quota-file.json",
|
|
"css:config/storage/key-value/resource-store.json",
|
|
"css:config/storage/location/root.json",
|
|
"css:config/storage/middleware/default.json",
|
|
"css:config/util/auxiliary/acl.json",
|
|
"css:config/util/identifiers/suffix.json",
|
|
"css:config/util/index/default.json",
|
|
"css:config/util/logging/winston.json",
|
|
"css:config/util/representation-conversion/default.json",
|
|
"css:config/util/resource-locker/memory.json",
|
|
"css:config/util/variables/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "A single-pod server that stores its resources on disk while enforcing quota."
|
|
},
|
|
{
|
|
"comment": "The set quota enforced per pod",
|
|
"@id": "urn:solid-server:default:variable:PodQuota",
|
|
"@type": "Variable"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:QuotaStrategy",
|
|
"@type": "PodQuotaStrategy",
|
|
"limit_amount": {
|
|
"@id": "urn:solid-server:default:variable:PodQuota"
|
|
},
|
|
"limit_unit": "bytes"
|
|
},
|
|
{
|
|
"comment": "Use an empty pod for quota tests",
|
|
"@type": "Override",
|
|
"overrideInstance": { "@id": "urn:solid-server:default:PodResourcesGenerator" },
|
|
"overrideParameters": {
|
|
"@type": "StaticFolderGenerator",
|
|
"templateFolder": "@css:templates/root/empty"
|
|
}
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:test:Instances",
|
|
"@type": "RecordObject",
|
|
"record": [
|
|
{
|
|
"RecordObject:_record_key": "app",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:App" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|