{"id":19951026,"url":"https://github.com/webpwnized/dragonfly-terraform","last_synced_at":"2026-03-03T23:03:03.724Z","repository":{"id":214807564,"uuid":"737394770","full_name":"webpwnized/dragonfly-terraform","owner":"webpwnized","description":"Code to build a hosting environment to run the Dragonfly PHP project containers","archived":false,"fork":false,"pushed_at":"2025-01-14T18:10:08.000Z","size":59,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-29T16:46:38.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webpwnized.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-30T21:51:45.000Z","updated_at":"2025-01-14T18:10:12.000Z","dependencies_parsed_at":"2024-05-12T04:31:03.437Z","dependency_job_id":"bf2dc2e0-d4fb-49fa-b650-ab116b9e9faf","html_url":"https://github.com/webpwnized/dragonfly-terraform","commit_stats":null,"previous_names":["webpwnized/dragonfly-terraform"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/webpwnized/dragonfly-terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webpwnized","download_url":"https://codeload.github.com/webpwnized/dragonfly-terraform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpwnized%2Fdragonfly-terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T01:06:33.343Z","updated_at":"2026-03-03T23:03:03.702Z","avatar_url":"https://github.com/webpwnized.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n    ____                               ______         ______                     ____                   \n   / __ \\_________ _____ _____  ____  / __/ /_  __   /_  __/__  ______________ _/ __/___  _________ ___ \n  / / / / ___/ __ `/ __ `/ __ \\/ __ \\/ /_/ / / / /    / / / _ \\/ ___/ ___/ __ `/ /_/ __ \\/ ___/ __ `__ \\\n / /_/ / /  / /_/ / /_/ / /_/ / / / / __/ / /_/ /    / / /  __/ /  / /  / /_/ / __/ /_/ / /  / / / / / /\n/_____/_/   \\__,_/\\__, /\\____/_/ /_/_/ /_/\\__, /    /_/  \\___/_/  /_/   \\__,_/_/  \\____/_/  /_/ /_/ /_/ \n                 /____/                  /____/                                                         \n```\n\n# Dragonfly Project Documentation\n\n## Overview\n\nWelcome to the Dragonfly project documentation! Dragonfly is a comprehensive web-based application designed to collect metrics for measuring browser privacy impact. This document provides an overview of the project structure and instructions for setting up and deploying Dragonfly.\n\n## Project Announcements\n\nStay updated with project announcements via [Twitter](https://twitter.com/webpwnized).\n\n## TLDR\n\nTo quickly deploy Dragonfly on Google Cloud Platform (GCP), follow these steps:\n\n```bash\ngit clone https://github.com/webpwnized/dragonfly-terraform.git\ncd dragonfly-terraform/terraform\nterraform plan\nterraform apply\n```\n\n## Terraform\n\nThe `terraform/` directory contains Terraform configuration files for deploying Dragonfly on various cloud platforms. These files define resources such as cloud run services, network configurations, and IAM policies. Here's a brief overview of the key files:\n\n- `cloud-run-service.tf`: Defines the main Cloud Run service.\n- `network.tf`: Configures network settings such as subnets and firewall rules.\n- `variables.tf`: Declares input variables used throughout the Terraform configuration.\n- `provider.tf`: Specifies the cloud provider and its configuration.\n- Other files: Define additional resources and configurations.\n\n## Tools\n\nThe `.tools/` directory contains scripts for Git operations and project management.\n\n## License\n\nDragonfly is licensed under the [GNU General Public License v3.0](LICENSE).\n\n## Version\n\nThe current version of Dragonfly is specified in the `version` file.\n\n## Directory Structure\n\n```\n.\n├── LICENSE\n├── README.md\n├── version\n├── terraform/\n│   ├── artifact-registry-remote-repository.tf\n│   ├── cloud-run-service-backend-service.tf\n│   ├── cloud-run-service-cloud-armor-policy.tf\n│   ├── cloud-run-service-forwarding-rule.tf\n│   ├── cloud-run-service-network-endpoint-group.tf\n│   ├── cloud-run-service-service-account.tf\n│   ├── cloud-run-service-service-iam-member.tf\n│   ├── cloud-run-service-subnet.tf\n│   ├── cloud-run-service-target-http-proxy.tf\n│   ├── cloud-run-service.tf\n│   ├── cloud-run-service-url-map.tf\n│   ├── network.tf\n│   ├── outputs.tf\n│   ├── project-services.tf\n│   ├── provider.tf\n│   ├── terraform.tfstate\n│   ├── terraform.tfstate.backup\n│   ├── variables.tf\n│   └── variables.tf.CHANGEME\n└── .tools/\n    ├── git.sh\n    └── push-development-branch.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpwnized%2Fdragonfly-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebpwnized%2Fdragonfly-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpwnized%2Fdragonfly-terraform/lists"}