{"id":28442743,"url":"https://github.com/data-tangles/band-resources","last_synced_at":"2026-01-30T19:04:44.004Z","repository":{"id":281514576,"uuid":"945506869","full_name":"data-tangles/band-resources","owner":"data-tangles","description":"Monorepo for hosting band website infrastructure","archived":false,"fork":false,"pushed_at":"2026-01-13T15:36:06.000Z","size":101,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T18:18:48.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/data-tangles.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-09T15:33:54.000Z","updated_at":"2025-12-18T20:05:10.000Z","dependencies_parsed_at":"2025-03-09T16:32:26.564Z","dependency_job_id":"ac877067-3a41-401c-b599-7270a731f56a","html_url":"https://github.com/data-tangles/band-resources","commit_stats":null,"previous_names":["data-tangles/band-resources"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/data-tangles/band-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-tangles%2Fband-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-tangles%2Fband-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-tangles%2Fband-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-tangles%2Fband-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data-tangles","download_url":"https://codeload.github.com/data-tangles/band-resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-tangles%2Fband-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"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":"2025-06-06T06:08:27.960Z","updated_at":"2026-01-30T19:04:43.988Z","avatar_url":"https://github.com/data-tangles.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![terraform](https://img.shields.io/badge/Terraform-purple?style=for-the-badge\u0026logo=terraform)](https://www.terraform.io/)\n[![digital-ocean](https://img.shields.io/badge/digitalocean-blue?style=for-the-badge\u0026logo=digitalocean)](https://www.digitalocean.com)\n[![renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?style=for-the-badge\u0026logo=renovatebot)](https://github.com/renovatebot/renovate)\n\n[![Terraform Cloudflare Workflow](https://github.com/data-tangles/band-resources/actions/workflows/cloudflare_terraform.yml/badge.svg)](https://github.com/data-tangles/band-resources/actions/workflows/cloudflare_terraform.yml)\n[![Terraform Digital Ocean Workflow](https://github.com/data-tangles/band-resources/actions/workflows/digital_ocean_terraform.yml/badge.svg)](https://github.com/data-tangles/band-resources/actions/workflows/digital_ocean_terraform.yml)\n\n# band-resources\n\n## Overview \nThis repository contains a collection of Terraform modules, Docker Compose templates and Ansible Playbooks for managing Digital Ocean resources for hosting my band website and associated reosurces. The modules are designed to be reusable and can be combined to create complex infrastructure setups.\n\n## Directory Structure\n- **ansible/**: Contains Ansible playbooks for configuring Docker\n- **docker/**: Contains Docker Compose templates for setting up Traefik, WordPress and MySQL\n- **terraform/**: Contains Terraform configurations for setting up resources.\n\n## Getting Started\nTo get started with these modules, you will need to have Terraform installed on your machine. You can download Terraform from the [official website](https://www.terraform.io/downloads.html).\n\n### Prerequisites\n- Terraform \u003e= 1.0\n- Digital Ocean account\n- Personal Access Token\n\n### Usage\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/data-tangles/band-resources.git\n    cd band-resources\n    ```\n\n2. Navigate to the desired module directory (e.g., `terraform/cloudflare`):\n    ```sh\n    cd terraform/cloudflare\n    ```\n\n3. Initialize Terraform:\n    ```sh\n    terraform init\n    ```\n\n4. Review and modify the `terraform.tfvars` file to match your environment.\n\n5. Plan and apply the Terraform configuration:\n    ```sh\n    terraform plan\n    terraform apply\n    ```\n\n## CI/CD\nThis repository uses GitHub Actions for continuous integration and deployment. The workflows are defined in the [workflows](./.github/workflows) directory.\n\n### Workflows\n- **cloudflare_terraform.yml**: CI/CD pipeline for running Cloudflare Terraform deployment.\n- **digital_ocean_terraform.yml**: CI/CD pipeline for running Digital Ocean Terraform deployment.\n\n## Contributing\nWe welcome contributions to this repository. If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request.\n\n### Steps to Contribute\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and commit them with a clear message.\n4. Push your changes to your fork.\n5. Open a pull request to the main repository.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](http://_vscodecontentref_/4) file for details.\n\n## Contact\nFor any questions or support, please open an issue or contact the repository owner.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-tangles%2Fband-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata-tangles%2Fband-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-tangles%2Fband-resources/lists"}