{"id":44084910,"url":"https://github.com/thatdevopsengineer/daily-devops-scripts","last_synced_at":"2026-04-13T18:01:44.459Z","repository":{"id":305373689,"uuid":"1021433483","full_name":"thatdevopsengineer/daily-devops-scripts","owner":"thatdevopsengineer","description":"Bash scripts to automate your day-to-day deployments.","archived":false,"fork":false,"pushed_at":"2025-12-23T10:05:55.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-08T14:57:19.639Z","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/thatdevopsengineer.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-17T11:43:31.000Z","updated_at":"2026-02-06T04:58:46.000Z","dependencies_parsed_at":"2025-08-18T11:46:57.920Z","dependency_job_id":"89fdcff8-591a-4655-999b-ef30da4d326c","html_url":"https://github.com/thatdevopsengineer/daily-devops-scripts","commit_stats":null,"previous_names":["that-prod-guy/daily-devops-scripts","thatt-server-guy/daily-devops-scripts","thatdevopsengineer/daily-devops-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thatdevopsengineer/daily-devops-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatdevopsengineer%2Fdaily-devops-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatdevopsengineer%2Fdaily-devops-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatdevopsengineer%2Fdaily-devops-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatdevopsengineer%2Fdaily-devops-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatdevopsengineer","download_url":"https://codeload.github.com/thatdevopsengineer/daily-devops-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatdevopsengineer%2Fdaily-devops-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["automation","bash","devops","linux","shell-scripting"],"created_at":"2026-02-08T09:46:10.383Z","updated_at":"2026-04-13T18:01:44.449Z","avatar_url":"https://github.com/thatdevopsengineer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"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| Script               | Description                                                                       |\n|----------------------|-----------------------------------------------------------------------------------|\n| `deploy-dotnet-app.sh` | Clones and deploys a Dotnet app using nohup    |\n| `nginx-setup.sh`     | Installs and configures Nginx as a reverse proxy                      |\n| `install-ssl.sh`     | Installs SSL (Let's Encrypt) for your domain using Certbot + Nginx plugin         |\n\n### 📁 `Java-apps/`\n\n| Script               | Description                                                                       |\n|----------------------|-----------------------------------------------------------------------------------|\n| `deploy-java-app.sh` | Clones and deploys a Java app using nohup    |\n| `nginx-setup.sh`     | Installs and configures Nginx as a reverse proxy                      |\n| `install-ssl.sh`     | Installs SSL (Let's Encrypt) for your domain using Certbot + Nginx plugin         |\n\n---\n\n## 🧑‍💻 How to Use\n\n```bash\n# Clone the repository\ngit clone https://github.com/thatdevopsengineer/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://thatdevopsengineer.com/\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=thatdevopsengineer/daily-devops-scripts\"/\u003e\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatdevopsengineer%2Fdaily-devops-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatdevopsengineer%2Fdaily-devops-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatdevopsengineer%2Fdaily-devops-scripts/lists"}