mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

* feat: (AppRunner) Mechanism to configure cli args and derive componentsjs vars from them implemented * fix: (AppRunner) tidying * fix: (AppRunner) tidying up * fix: (AppRunner) runCli method made sync * fix; (VarResolver) refactored to multiple files, and other stylistic fixes. * chore: (AppRunner) Uses builder pattern for yargs base arguments setup to enable better typescript inference * fix(AppRunner): refactoring AppRunner and VarResolver * fix(AppRunner): refactoring AppRunner promise handling * fix(AppRunner): verror dependency removal * fix: Simplify CLI error handling * feat: Use same config for both CLI and app instantiation * fix: Update typings and imports * feat: Split VariableResolver behaviour to 2 classes * feat: Move default value behaviour from CLI to ValueComputers * test: Add unit tests for new CLI classes * feat: Integrate new CLI configuration with all default configurations * feat: Add createApp function to AppRunner * docs: Update comments in CLI-related classes * fix: Various fixes and refactors Co-authored-by: damooo <damodara@protonmail.com>
44 lines
2.0 KiB
JSON
44 lines
2.0 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^2.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/app/main/default.json",
|
|
"files-scs:config/app/init/initialize-root.json",
|
|
"files-scs:config/app/setup/disabled.json",
|
|
"files-scs:config/app/variables/default.json",
|
|
"files-scs:config/http/handler/default.json",
|
|
"files-scs:config/http/middleware/websockets.json",
|
|
"files-scs:config/http/server-factory/websockets.json",
|
|
"files-scs:config/http/static/default.json",
|
|
"files-scs:config/identity/access/public.json",
|
|
"files-scs:config/identity/email/default.json",
|
|
"files-scs:config/identity/handler/default.json",
|
|
"files-scs:config/identity/ownership/token.json",
|
|
"files-scs:config/identity/pod/static.json",
|
|
"files-scs:config/identity/registration/enabled.json",
|
|
"files-scs:config/ldp/authentication/dpop-bearer.json",
|
|
"files-scs:config/ldp/authorization/webacl.json",
|
|
"files-scs:config/ldp/handler/default.json",
|
|
"files-scs:config/ldp/metadata-parser/default.json",
|
|
"files-scs:config/ldp/metadata-writer/default.json",
|
|
"files-scs:config/ldp/modes/default.json",
|
|
"files-scs:config/storage/backend/regex.json",
|
|
"files-scs:config/storage/key-value/memory.json",
|
|
"files-scs:config/storage/middleware/default.json",
|
|
"files-scs:config/util/auxiliary/acl.json",
|
|
"files-scs:config/util/identifiers/suffix.json",
|
|
"files-scs:config/util/index/default.json",
|
|
"files-scs:config/util/logging/winston.json",
|
|
"files-scs:config/util/representation-conversion/default.json",
|
|
"files-scs:config/util/resource-locker/memory.json",
|
|
"files-scs:config/util/variables/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": [
|
|
"A server with dynamic routing: all /file/* requests go to the file store, /memory/* to the memory store and /sparql/* to the sparql endpoint store.",
|
|
"The root .acl file will be stored in the sparql endpoint store."
|
|
]
|
|
}
|
|
]
|
|
}
|