{"id":29405642,"url":"https://github.com/pnguyen215/shell-devops-stores","last_synced_at":"2026-05-09T19:14:27.822Z","repository":{"id":304003642,"uuid":"1017460984","full_name":"pnguyen215/shell-devops-stores","owner":"pnguyen215","description":"A secure and structured repository for managing environment-specific configurations, secrets, and automation scripts that support rapid DevOps workflows across multiple languages, CI/CD platforms, and deployment environments.","archived":false,"fork":false,"pushed_at":"2025-07-10T16:00:55.000Z","size":14,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-10T21:55:31.869Z","etag":null,"topics":["cicd","devops","devops-cicd","devops-linux-mastery","devops-tools","linux","macos","shell-scripts"],"latest_commit_sha":null,"homepage":"https://github.com/pnguyen215/shell-devops-stores","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnguyen215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-10T15:08:10.000Z","updated_at":"2025-07-10T16:00:58.000Z","dependencies_parsed_at":"2025-07-10T21:55:36.161Z","dependency_job_id":"c79ff8a3-fb03-4caa-9bd1-d67501fa62ac","html_url":"https://github.com/pnguyen215/shell-devops-stores","commit_stats":null,"previous_names":["pnguyen215/shell-devops-stores"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pnguyen215/shell-devops-stores","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnguyen215%2Fshell-devops-stores","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnguyen215%2Fshell-devops-stores/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnguyen215%2Fshell-devops-stores/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnguyen215%2Fshell-devops-stores/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnguyen215","download_url":"https://codeload.github.com/pnguyen215/shell-devops-stores/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnguyen215%2Fshell-devops-stores/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264679796,"owners_count":23648362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cicd","devops","devops-cicd","devops-linux-mastery","devops-tools","linux","macos","shell-scripts"],"created_at":"2025-07-10T22:46:17.343Z","updated_at":"2026-05-09T19:14:27.778Z","avatar_url":"https://github.com/pnguyen215.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shell-devops-stores\n\nA secure, structured, and scalable repository for storing and managing environment-specific configurations, secrets, and DevOps automation assets to support rapid development, CI/CD, and production operations across diverse technology stacks.\n\n---\n\n## 📌 Purpose\n\nThis repository serves as a centralized configuration hub for:\n\n- Environment configurations (dev, staging, prod)\n- Encrypted secrets management\n- CI/CD pipeline definitions (GitHub Actions, GitLab, Jenkins)\n- Language-specific DevOps configurations (Java, Go, Python, JS, etc.)\n- Infrastructure tool integrations (Terraform, Helm, Ansible)\n- Automation and bootstrap scripts\n\n---\n\n## 🗂️ Repository Template\n\n```text\nshell-devops-stores/\n│\n├── environments/                      # Environment-specific configuration\n│   ├── dev/\n│   ├── staging/\n│   └── prod/\n│       └── secrets.enc.yaml           # Encrypted with SOPS or git-crypt\n│\n├── languages/                         # Language-specific configs\n│   ├── java/\n│   │   ├── application.properties\n│   │   ├── logger.xml\n│   │   └── README.md\n│   ├── golang/\n│   │   ├── config.yaml\n│   │   ├── env.sample\n│   │   └── README.md\n│   ├── python/\n│   │   ├── .env\n│   │   ├── logging.conf\n│   │   ├── config.py\n│   │   └── README.md\n│   ├── javascript/\n│   │   ├── .env\n│   │   ├── config.json\n│   │   ├── webpack.config.js\n│   │   └── README.md\n│   └── html/\n│       ├── nginx.conf\n│       └── README.md\n│\n├── ci-cd/                             # CI/CD definitions\n│   ├── github-actions/\n│   ├── gitlab/\n│   └── jenkins/\n│\n├── templates/                         # Template for any new service\n│   ├── .env.template\n│   ├── config.template.yaml\n│   ├── secrets.template.enc.yaml\n│   └── README.md\n│\n├── scripts/                           # Automation utilities\n│   ├── bootstrap.sh\n│   ├── decrypt-secrets.sh\n│   ├── lint-configs.sh\n│   └── README.md\n│\n├── tools/                             # DevOps tools and infra as code\n│   ├── terraform/\n│   │   └── backend-config/\n│   ├── ansible/\n│   └── helm/\n│\n├── .gitattributes                     # Use with git-crypt\n├── .gitignore\n├── .sops.yaml                         # SOPS encryption rule definitions\n└── README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnguyen215%2Fshell-devops-stores","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnguyen215%2Fshell-devops-stores","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnguyen215%2Fshell-devops-stores/lists"}