• Home
Name Date Size #Lines LOC

..--

.gcloudignoreD04-Jul-202531 33

README.mdD04-Jul-2025608 1611

app.yamlD04-Jul-202591 65

deployD04-Jul-20251.3 KiB5025

main.pyD04-Jul-20253.2 KiB9763

requirements.txtD04-Jul-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