|
| 1 | +{ |
| 2 | + "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld", |
| 3 | + "import": [ |
| 4 | + "css:config/app/init/static-root.json", |
| 5 | + "css:config/app/main/default.json", |
| 6 | + "css:config/app/variables/default.json", |
| 7 | + "css:config/http/handler/default.json", |
| 8 | + "css:config/http/middleware/default.json", |
| 9 | + "css:config/http/notifications/all.json", |
| 10 | + "css:config/http/server-factory/http.json", |
| 11 | + "css:config/http/static/default.json", |
| 12 | + "css:config/identity/access/public.json", |
| 13 | + "css:config/identity/email/default.json", |
| 14 | + "css:config/identity/handler/default.json", |
| 15 | + "css:config/identity/oidc/default.json", |
| 16 | + "css:config/identity/ownership/token.json", |
| 17 | + "css:config/identity/pod/static.json", |
| 18 | + "css:config/ldp/authentication/dpop-bearer.json", |
| 19 | + "css:config/ldp/authorization/webacl.json", |
| 20 | + "css:config/ldp/handler/default.json", |
| 21 | + "css:config/ldp/metadata-parser/default.json", |
| 22 | + "css:config/ldp/metadata-writer/default.json", |
| 23 | + "css:config/ldp/modes/default.json", |
| 24 | + "css:config/storage/backend/file.json", |
| 25 | + "css:config/storage/key-value/resource-store.json", |
| 26 | + "css:config/storage/location/pod.json", |
| 27 | + "css:config/storage/middleware/cache.json", |
| 28 | + "css:config/util/auxiliary/acl.json", |
| 29 | + "css:config/util/identifiers/suffix.json", |
| 30 | + "css:config/util/index/default.json", |
| 31 | + "css:config/util/logging/winston.json", |
| 32 | + "css:config/util/representation-conversion/default.json", |
| 33 | + "css:config/util/resource-locker/file.json", |
| 34 | + "css:config/util/variables/default.json" |
| 35 | + ], |
| 36 | + "@graph": [ |
| 37 | + { |
| 38 | + "comment": "A Solid server that stores its resources on disk and uses WAC for authorization." |
| 39 | + } |
| 40 | + ] |
| 41 | +} |
0 commit comments