Commit ce9b514
3 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
- Cargo.lock+2
- README.md+8-14
- basefiles/app-compose.service+2-2
- basefiles/dstack-guest-agent.service+1-1
- docs/assets/app-dns-a.png
- docs/assets/app-dns-txt.png
- docs/assets/tapp-dns-a.png
- docs/assets/tapp-dns-txt.png
- docs/deployment.md+7-7
- dstack-types/src/lib.rs+9
- dstack-types/src/shared_filenames.rs+2-1
- examples/attestation/.gitignore-1
- examples/attestation/app-compose.json-1
- examples/attestation/report.json-1
- examples/attestation/verify.py-199
- examples/crypt-kv/.gitignore-1
- examples/crypt-kv/README.md-79
- examples/crypt-kv/crypt_kv.ipynb-91
- examples/crypt-kv/crypt_kv.py-182
- examples/crypt-kv/test_crypt_kv.py-107
- examples/crypt-kv/test_s3.py-39
- examples/killswitch/.gitignore-19
- examples/killswitch/README.md-13
- examples/killswitch/client/.gitignore-1
- examples/killswitch/client/AppRegistry.json-1
- examples/killswitch/client/killswitch.ipynb-348
- examples/killswitch/client/killswitch.py-134
- examples/killswitch/client/requirements.txt-4
- examples/killswitch/contracts/AppRegistry.sol-146
- examples/killswitch/contracts/Lock.sol-34
- examples/killswitch/hardhat.config.js-18
- examples/killswitch/ignition/modules/Lock.js-18
- examples/killswitch/package-lock.json-7.0k
- examples/killswitch/package.json-20
- examples/killswitch/scripts/deploy.js-15
- examples/killswitch/scripts/verify.js-34
- examples/killswitch/test/Lock.js-126
- examples/prelanch-script/docker-compose.yaml-7
- examples/prelanch-script/prelanch.sh-36
- gateway/Cargo.toml+1
- gateway/gateway.toml+2-1
- gateway/src/config.rs+2-1
- gateway/src/main.rs+5-8
- gateway/src/main_service.rs+1-1
- gateway/src/main_service/sync_client.rs+5-5
- gateway/src/proxy/tls_passthough.rs+26-24
- gateway/src/proxy/tls_terminate.rs+1-1
- gateway/tapp/docker-compose.yaml+3-3
- gateway/tapp/entrypoint.sh+1-1
- guest-agent/dstack.toml+2-2
- http-client/src/lib.rs+6-1
- kms/Cargo.toml+1
- kms/README.md+3-3
- kms/auth-eth/hardhat.config.ts+3
- kms/src/onboard_service.rs+6-5
- kms/tapp/deploy-to-vmm.sh+2-2
- tdxctl/src/fde_setup.rs+1-1
- tdxctl/src/main.rs+5-5
- tdxctl/src/tboot.rs+7-8
- vmm/rpc/proto/vmm_rpc.proto+1-1
- vmm/src/app.rs+28-1
- vmm/src/config.rs+10
- vmm/src/console.html+2-2
- vmm/src/main.rs+19-1
- vmm/vmm.toml+5-1
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
0 commit comments