Name Date Size #Lines LOC

..--

.gcloudignoreH A D25-Apr-202531 33

README.mdH A D25-Apr-2025608 1611

app.yamlH A D25-Apr-202591 65

deployH A D25-Apr-20251.3 KiB5025

main.pyH A D25-Apr-20253.2 KiB9763

requirements.txtH A D25-Apr-202534 32

README.md

1# www.perfetto.dev Cloud scripts
2
3The docs site follows the same architecture of ui.perfetto.dev.
4See [go/perfetto-ui-autopush](http://go/perfetto-ui-autopush) for docs.
5
6## /appengine : GAE <> GCS proxy
7
8The Google AppEngine instance that responds to www.perfetto.dev.
9It simply passes through the requests to the bucket gs://perfetto.dev .
10This should NOT be re-deployed when uploading new docs, as the actual
11artifacts live in GCS.
12
13We are using AppEngine for historical reasons, at some point this should
14be migrated to a Type 7 Google Cloud Load Balancer, which supports
15direct backing by a GCS bucket.
16