{"id":30249094,"url":"https://github.com/that-prod-guy/daily-devops-scripts","last_synced_at":"2025-08-15T08:12:26.848Z","repository":{"id":305373689,"uuid":"1021433483","full_name":"that-prod-guy/daily-devops-scripts","owner":"that-prod-guy","description":"Bash scripts to automate your day-to-day deployments.","archived":false,"fork":false,"pushed_at":"2025-07-19T17:22:53.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-19T20:54:27.863Z","etag":null,"topics":["automation","bash","devops","linux","shell-scripting"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/that-prod-guy.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-17T11:43:31.000Z","updated_at":"2025-07-19T17:22:56.000Z","dependencies_parsed_at":"2025-07-19T21:06:54.692Z","dependency_job_id":null,"html_url":"https://github.com/that-prod-guy/daily-devops-scripts","commit_stats":null,"previous_names":["that-prod-guy/daily-devops-scripts"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/that-prod-guy/daily-devops-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/that-prod-guy%2Fdaily-devops-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/that-prod-guy%2Fdaily-devops-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/that-prod-guy%2Fdaily-devops-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/that-prod-guy%2Fdaily-devops-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/that-prod-guy","download_url":"https://codeload.github.com/that-prod-guy/daily-devops-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/that-prod-guy%2Fdaily-devops-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270539722,"owners_count":24603214,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","bash","devops","linux","shell-scripting"],"created_at":"2025-08-15T08:12:22.096Z","updated_at":"2025-08-15T08:12:26.841Z","avatar_url":"https://github.com/that-prod-guy.png","language":"Shell","readme":"# ⚙️ DevOps Bash Automation Scripts\n\nWelcome to the **Daily DevOps Scripts** — a structured collection of modular scripts to help you **automate** and **accelerate** your day-to-day DevOps workflows. From app **deployment** to **server setup**, **reverse-proxy** and **SSL configuration**, each script is ready to save you time and effort.\n\n\n## 🚀 What's Available\n\n### 📁 `Deploy-react-app/`\n\n| Script               | Description                                                                |\n|----------------------|----------------------------------------------------------------------------|\n| `deploy-react.sh`    | Clones and deploys a React.js app using PM2                                |\n| `nginx-setup.sh`     | Installs and configures Nginx as a reverse proxy for React                 |\n| `install-ssl.sh`     | Installs SSL (Let's Encrypt) for your domain using Certbot + Nginx plugin  |\n\n### 📁 `Docker-apps/`\n\n\n\n| Script               | Description                                                                |\n|----------------------|----------------------------------------------------------------------------|\n| `deploy-docker-app.sh`    | Clones and deploys a Docker-based application using Docker or Docker Compose                                |\n| `nginx-setup.sh`     | Installs and configures Nginx as a reverse proxy for the running Docker app                |\n| `install-ssl.sh`     | Installs SSL (Let's Encrypt) for your Docker app domain using Certbot + Nginx  |\n\n### 📁 `Node-backends/`\n\n\n| Script               | Description                                                                |\n|----------------------|----------------------------------------------------------------------------|\n| `deploy_node_app.sh`    | Clones and deploys a Node.js app using PM2                                |\n| `nginx-setup.sh`     | Installs and configures Nginx as a reverse proxy for Node                 |\n| `install-ssl.sh`     | Installs SSL (Let's Encrypt) for your domain using Certbot + Nginx plugin  |\n\n### 📁 `Deploy Wordpress Site/`\n\n| Script              | Description                                                                 |\n|---------------------|-----------------------------------------------------------------------------|\n| `deploy-wordpress.sh` | Installs WordPress along with Apache, MySQL, PHP, and sets up wp-config     |\n| `apache-setup.sh`     | Configures Apache virtual host for the WordPress domain                     |\n| `install-ssl.sh`      | Installs SSL (Let's Encrypt) for your WordPress site using Certbot + Apache |\n\n### 📁 `Python-scripts/`\n\n| Script               | Description                                                                       |\n|----------------------|-----------------------------------------------------------------------------------|\n| `deploy-python-app.sh` | Clones and deploys a Python (Flask/FastAPI) app using Gunicorn and virtual-env    |\n| `nginx-setup.sh`     | Installs and configures Nginx as a reverse proxy to Gunicorn                      |\n| `install-ssl.sh`     | Installs SSL (Let's Encrypt) for your domain using Certbot + Nginx plugin         |\n\n\n### 📁 `Dotnet-applications/`\n\n**Coming soon:** Scripts for deploying ASP.NET Core applications, reverse proxy setup with Nginx, Dockerization, and systemd-based process management.\n\n### 📁 `Java-apps/`\n**Coming soon**: Scripts to deploy Spring Boot or other Java-based applications using JAR/WAR, set up Nginx reverse proxy, and run apps as systemd services or with Docker.\n\n---\n\n## 🧑‍💻 How to Use\n\n```bash\n# Clone the repository\ngit clone https://github.com/that-prod-guy/daily-devops-scripts.git\ncd daily-devops-scripts\n\n# Navigate to the folder you need\ncd Deploy-React-app\n\n# Make scripts executable\nchmod +x *.sh\n\n# Run the required script\n./deploy-react.sh\n./nginx-setup.sh\n./install-ssl.sh\n\n```\n\n## Contributing\nIf you'd like to contribute to this project, please open an **issue** or submit a **pull request**.\nGive it a **Star** if you liked it!\n\n## Contributer\n\u003ca href = \"https://daoudhussain.netlify.app/\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=that-prod-guy/daily-devops-scripts\"/\u003e\n\u003c/a\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthat-prod-guy%2Fdaily-devops-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthat-prod-guy%2Fdaily-devops-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthat-prod-guy%2Fdaily-devops-scripts/lists"}