-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d786be
commit 3c439a8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kc
updated
25 files
+12 −1 | .github/workflows/docker-publish.yml | |
+17 −0 | Dockerfile.tess | |
+152 −12 | admin-cli.js | |
+5 −0 | config.js | |
+1 −0 | data/.gitignore | |
+22 −0 | data/tesseract/tesseract.conf | |
+59 −0 | db-json.js | |
+39 −8 | db-mongodb.js | |
+40 −0 | db-sqlite.js | |
+63 −0 | dc-tess.yml | |
+52 −2 | gatekeeper-sdk.js | |
+190 −62 | gatekeeper.js | |
+70 −12 | gatekeeper.test.js | |
+51 −47 | hyperswarm-mediator.js | |
+8 −8 | keychain-cli.js | |
+174 −23 | keymaster.js | |
+348 −49 | keymaster.test.js | |
+513 −9 | package-lock.json | |
+1 −0 | package.json | |
+56 −4 | server.js | |
+3 −0 | start-node.sh | |
+2 −0 | stop-node.sh | |
+2 −0 | sync-node.sh | |
+2 −0 | tess-cli | |
+246 −0 | tess-mediator.js |