{"id":18256046,"url":"https://github.com/ismoilovdevml/devops-tools","last_synced_at":"2025-08-13T07:12:19.530Z","repository":{"id":156180347,"uuid":"630354868","full_name":"ismoilovdevml/devops-tools","owner":"ismoilovdevml","description":"DevOps Tools","archived":false,"fork":false,"pushed_at":"2024-09-18T02:14:32.000Z","size":8266,"stargazers_count":26,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-18T10:52:10.181Z","etag":null,"topics":["deployment","devops","devops-tools","docker","github-actions","google-cloud","jenkins","kubernetes","nginx","postgresql","server","shell-script","tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ismoilovdevml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["ismoilovdevml"]}},"created_at":"2023-04-20T07:51:44.000Z","updated_at":"2024-09-18T02:14:35.000Z","dependencies_parsed_at":"2023-09-29T20:28:46.618Z","dependency_job_id":"7fa2a6c4-0c27-418d-aa22-7dad339a15df","html_url":"https://github.com/ismoilovdevml/devops-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismoilovdevml","download_url":"https://codeload.github.com/ismoilovdevml/devops-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223151266,"owners_count":17096078,"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":["deployment","devops","devops-tools","docker","github-actions","google-cloud","jenkins","kubernetes","nginx","postgresql","server","shell-script","tools"],"created_at":"2024-11-05T10:19:40.273Z","updated_at":"2024-11-05T10:19:41.053Z","avatar_url":"https://github.com/ismoilovdevml.png","language":"Shell","readme":"\u003ch2 align=\"center\"\u003eDevOps Tools\u003c/h2\u003e\n\n\u003ch4 align=\"center\"\u003eThis is a github repository where I share my devops scripts with others. I hope this helps others too. Contribute by contributing your code to the repository.\u003c/h4\u003e\n\n\u003cimg src=\"https://cdn.worldvectorlogo.com/logos/devops-2.svg\" alt=\"logo\" height=\"40\" align=\"left\"\u003e\n\u003ch2 style=\"display: inline\"\u003eDevops Tools\u003c/h2\u003e\n\n\u003ch3 align=\"center\"\u003eRepository Map\u003c/h3\u003e\n\n## Ansible\n* [GCP/Create GCP VM creator](https://github.com/ismoilovdevml/devops-tools/blob/master/Ansible/GCP/create-vm.yml)\n## Backup\n### MySQL\n* [Remote Backup](https://github.com/ismoilovdevml/devops-tools/blob/master/Backup/MySQL/remote-backup.sh)\n* [Backup all Databases](https://github.com/ismoilovdevml/devops-tools/blob/master/Backup/MySQL/backups.sh)\n* [Create a clone from all databases](https://github.com/ismoilovdevml/devops-tools/blob/master/Backup/MySQL/clone.py)\n### PostgreSQL\n* [Remote Backup](https://github.com/ismoilovdevml/devops-tools/blob/master/Backup/PostgreSQL/remote-backup.sh)\n* [Backup all Databases](https://github.com/ismoilovdevml/devops-tools/blob/master/Backup/PostgreSQL/backups.sh)\n* [Create a clone from all databases](https://github.com/ismoilovdevml/devops-tools/blob/master/Backup/PostgreSQL/clone.py)\n## Docker\n### .NET \n* [Dockerfile examples for .NET applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/.NET)\n### Java\n* [Dockerfile examples for Java applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/Java)\n### Javascript\n* [Dockerfile examples for Javascript[**AngularJS**] applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/Javascript/Angularjs)\n* [Dockerfile examples for Javascript[**NextJS**] applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/Javascript/Nextjs)\n* [Dockerfile examples for Javascript[**ReactJS**] applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/Javascript/Reactjs)\n### PHP\n* [Dockerfile examples for **Yii2** applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/PHP/Yii2)\n* [Dockerfile examples for **Laravel** applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Docker/PHP/laravel)\n## Github Actions\n* [Examples of github actions[**CI .NET 7**] for .NET applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/.NET)\n* [Github actions CI/CD examples for Android apps(**Java, Kotlin**)](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/Android)\n* [Build CI/CD for Docker and run on server](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/Docker)\n* [A collection of girthub actions Ci/CDs for Flutter applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/Flutter)\n* [Github actions using GCP(Google Cloud Platform) Image Registry(GCR)(for single dockerfile and multiple dockerfiles)](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/GCP)\n* [Github actions CI/CDs for GKE(Google Kubernetes(k8s) Engine)](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/GKE)\n* [CI for Javascript applications](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/Javascript)\n* [CI/CD for Kubernetes(k8s)](https://github.com/ismoilovdevml/devops-tools/tree/master/Github-Action/k8s)\n## Gitlab\n* [Gitlab installer script + Nginx configration](https://github.com/ismoilovdevml/devops-tools/tree/master/Gitlab)\n## HAProxy\n* [HAProxy configuration TCP mode for remote k8s cluster](https://github.com/ismoilovdevml/devops-tools/blob/master/HAProxy/k8s/haproxy.cfg)\n* [HAProxy configuration for local kubernetes cluster](https://github.com/ismoilovdevml/devops-tools/blob/master/HAProxy/k8s/local.cfg)\n## Jenkins\n* [Jenkins pipeline for docker container adapted to Github](https://github.com/ismoilovdevml/devops-tools/blob/master/Jenkins/pipelines/Jenkinsfile)\n* [Advanced Jenkins CI/CD pipeline **Development**, **Stage** and **Production**](https://github.com/ismoilovdevml/devops-tools/blob/master/Jenkins/pipelines/advanced.Jenkinsfile)\n\n## Nginx\n* [Nginx configuration for applications running in Docker containers](https://github.com/ismoilovdevml/devops-tools/blob/master/Nginx/docker.conf)\n* Nginx configuration [backend](https://github.com/ismoilovdevml/devops-tools/blob/master/Nginx/ismoilovdev.bk.conf) and [frontend](https://github.com/ismoilovdevml/devops-tools/blob/master/Nginx/ismoilovdev.uz.conf) for CORS\n\n## Terraform\n* [Terraform script to create vm instance in GCP(Google Cloud Platform)](https://github.com/ismoilovdevml/devops-tools/blob/master/Terraform/GCP/create-vm.tf)\n## Docker Stats\n* [Docker Container is a web application that shows real-time how much RAM, network and additional information](https://github.com/ismoilovdevml/devops-tools/tree/master/docker-stats)\n## Info\n* [A program that collects data through the domain of sites and searches for site vulnerabilities](https://github.com/ismoilovdevml/devops-tools/tree/master/info)\n## Jenkins Status\n* [Web application for monitoring Jenkins](https://github.com/ismoilovdevml/devops-tools/tree/master/jenkins-status)\n## Kubernetes(K8s)\n* [Kubernetes installer script for **k8s-master** and **worker nodes**](https://github.com/ismoilovdevml/devops-tools/tree/master/k8s/Install)\n* [After installing Kubernetes, **Network** configuration and additional basic configurations](https://github.com/ismoilovdevml/devops-tools/tree/master/k8s/Network)\n* [**Kubernetes Dashboard** installation and exposure through nginx ingress](https://github.com/ismoilovdevml/devops-tools/tree/master/k8s/Dashboard)\n* [Installing and configuring Jenkins on a Kubernetes cluster](https://github.com/ismoilovdevml/devops-tools/tree/master/k8s/Jenkins)","funding_links":["https://github.com/sponsors/ismoilovdevml"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismoilovdevml%2Fdevops-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismoilovdevml%2Fdevops-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismoilovdevml%2Fdevops-tools/lists"}