|
| 1 | +{ |
| 2 | + "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld", |
| 3 | + "@graph": [ |
| 4 | + { |
| 5 | + "comment": "A single-pod server that stores its resources on disk." |
| 6 | + }, |
| 7 | + { |
| 8 | + "@id": "urn:solid-server-app-setup:default:CliExtractor", |
| 9 | + "@type": "YargsCliExtractor", |
| 10 | + "parameters": [ |
| 11 | + { |
| 12 | + "@type": "YargsParameter", |
| 13 | + "name": "redisUri", |
| 14 | + "options": { |
| 15 | + "demandOption": true, |
| 16 | + "describe": "Connection URI of Redis instance to be used for resource locking", |
| 17 | + "requiresArg": true, |
| 18 | + "type": "string" |
| 19 | + } |
| 20 | + } |
| 21 | + ] |
| 22 | + }, |
| 23 | + { |
| 24 | + "@id": "urn:solid-server-app-setup:default:ShorthandResolver", |
| 25 | + "@type": "CombinedShorthandResolver", |
| 26 | + "comment": "Adds resolvers to assign the Redis CLI values to the Components.js variables.", |
| 27 | + "resolvers": [ |
| 28 | + { |
| 29 | + "CombinedShorthandResolver:_resolvers_key": "urn:solid-server:custom:variable:redisUri", |
| 30 | + "CombinedShorthandResolver:_resolvers_value": { |
| 31 | + "@type": "KeyExtractor", |
| 32 | + "key": "redisUri" |
| 33 | + } |
| 34 | + } |
| 35 | + ] |
| 36 | + }, |
| 37 | + { |
| 38 | + "@id": "urn:solid-server:default:RedisLocker", |
| 39 | + "@type": "RedisLocker", |
| 40 | + "redisClient": { |
| 41 | + "@id": "urn:solid-server:custom:variable:redisUri", |
| 42 | + "@type": "Variable" |
| 43 | + } |
| 44 | + } |
| 45 | + ], |
| 46 | + "import": [ |
| 47 | + "css:config/app/main/default.json", |
| 48 | + "css:config/app/init/default.json", |
| 49 | + "css:config/app/setup/required.json", |
| 50 | + "css:config/app/variables/default.json", |
| 51 | + "css:config/http/handler/default.json", |
| 52 | + "css:config/http/middleware/websockets.json", |
| 53 | + "css:config/http/server-factory/websockets.json", |
| 54 | + "css:config/http/static/default.json", |
| 55 | + "css:config/identity/access/public.json", |
| 56 | + "css:config/identity/email/default.json", |
| 57 | + "css:config/identity/handler/default.json", |
| 58 | + "css:config/identity/ownership/token.json", |
| 59 | + "css:config/identity/pod/static.json", |
| 60 | + "css:config/identity/registration/enabled.json", |
| 61 | + "css:config/ldp/authentication/dpop-bearer.json", |
| 62 | + "css:config/ldp/authorization/webacl.json", |
| 63 | + "css:config/ldp/handler/default.json", |
| 64 | + "css:config/ldp/metadata-parser/default.json", |
| 65 | + "css:config/ldp/metadata-writer/default.json", |
| 66 | + "css:config/ldp/modes/default.json", |
| 67 | + "css:config/storage/backend/file.json", |
| 68 | + "css:config/storage/key-value/resource-store.json", |
| 69 | + "css:config/storage/middleware/default.json", |
| 70 | + "css:config/util/auxiliary/acl.json", |
| 71 | + "css:config/util/identifiers/suffix.json", |
| 72 | + "css:config/util/index/default.json", |
| 73 | + "css:config/util/logging/winston.json", |
| 74 | + "css:config/util/representation-conversion/default.json", |
| 75 | + "css:config/util/resource-locker/redis.json", |
| 76 | + "css:config/util/variables/default.json" |
| 77 | + ] |
| 78 | +} |
0 commit comments