{"id":15129830,"url":"https://github.com/jasonpaulraj/config","last_synced_at":"2026-01-20T15:04:56.866Z","repository":{"id":257479764,"uuid":"858208845","full_name":"jasonpaulraj/config","owner":"jasonpaulraj","description":"Configuration files for various services","archived":false,"fork":false,"pushed_at":"2025-05-08T17:14:40.000Z","size":210,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T18:27:40.836Z","etag":null,"topics":["docker","docker-compose","documentation","github-actions","grafana","homeassistant","proxmox","terraform","uptime-kuma"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/jasonpaulraj.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":"2024-09-16T13:56:29.000Z","updated_at":"2025-05-08T17:14:43.000Z","dependencies_parsed_at":"2024-09-17T02:08:48.871Z","dependency_job_id":"ba954285-4578-4ea6-977c-42fb990711e4","html_url":"https://github.com/jasonpaulraj/config","commit_stats":null,"previous_names":["jasonpaulraj/config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonpaulraj/config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonpaulraj%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonpaulraj%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonpaulraj%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonpaulraj%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonpaulraj","download_url":"https://codeload.github.com/jasonpaulraj/config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonpaulraj%2Fconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"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":["docker","docker-compose","documentation","github-actions","grafana","homeassistant","proxmox","terraform","uptime-kuma"],"created_at":"2024-09-26T02:21:10.380Z","updated_at":"2026-01-20T15:04:56.861Z","avatar_url":"https://github.com/jasonpaulraj.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud \u0026 DevOps Configuration Repository\n\n## File Legend\n\n- [Docker Services Reference](DOCKER_SERVICES.MD)\n- [Programming Daily Backup Task](programming_daily_backup_task.bat)\n- [Home Assistant Config](homeassistant/configuration.yaml)\n- [WezTerm Config](wezterm/)\n- [Proxmox Deployment Docs](scripts/proxmox-lxc-container-deploy-webserver/README.md)\n\nA comprehensive collection of configuration files, deployment scripts, and infrastructure templates for various cloud services, containers, and development tools. This repository serves as a reference for DevOps engineers, cloud architects, and developers looking to implement best practices for deployment and configuration management.\n\n## Table of Contents\n\n- [Docker Configurations](#docker-configurations)\n  - [Docker Compose Templates](#docker-compose-templates)\n  - [Dockerfile Templates](#dockerfile-templates)\n- [Cloud Deployment Templates](#cloud-deployment-templates)\n- [Scripts](#scripts)\n  - [Proxmox LXC Container Deployment](#proxmox-lxc-container-deployment)\n  - [GitHub Utilities](#github-utilities)\n  - [cURL Testing](#curl-testing)\n  - [Windows Scripts](#windows-scripts)\n- [GitHub Actions Workflows](#github-actions-workflows)\n- [Documentation](#documentation)\n- [Home Assistant Configurations](#home-assistant-configurations)\n- [Terminal Configurations](#terminal-configurations)\n\n## Docker Configurations\n\n### Docker Compose Templates\n\n- [**Laravel Apache**](docker-compose/laravel-apache/) - Docker Compose setup for Laravel applications with Apache web server.\n- [**Laravel FPM**](docker-compose/laravel-fpm/) - Docker Compose setup for Laravel applications with PHP-FPM and Nginx.\n- [**Portainer**](docker-compose/portainer/) - Collection of Docker Compose files for Portainer and related services:\n  - [Grafana](docker-compose/portainer/grafana.yml) - Metrics visualization platform\n  - [Homepage Dashboard](docker-compose/portainer/homepage-dashboard.yml) - Web dashboard for services\n  - [MySQL](docker-compose/portainer/mysql.yml) - MySQL database server\n  - [Uptime Kuma](docker-compose/portainer/uptime-kuma.yml) - Uptime monitoring tool\n- [**Prometheus + Grafana**](docker-compose/prometheus+grafana/) - Monitoring stack with Prometheus and Grafana.\n- [**Prometheus**](docker-compose/prometheus/) - Prometheus monitoring system standalone setup.\n\n### Dockerfile Templates\n\n- [**Nginx**](docker_file/nginx/Dockerfile) - Custom Nginx web server configuration.\n- [**PHP Apache**](docker_file/php-apache/Dockerfile) - PHP with Apache web server setup.\n- [**PHP FPM**](docker_file/php-fpm/Dockerfile) - PHP-FPM configuration for high-performance PHP applications.\n\n### Docker Services\n\n- [**Docker Services Reference**](DOCKER_SERVICES.MD) - Quick reference for common Docker service commands including Pi-hole, AdGuard Home, and MySQL.\n\n## Cloud Deployment Templates\n\n- [**React Web Applications**](cloud-deployments/react-web/)\n  - [Basic SCP Deployment](cloud-deployments/react-web/basic-scp/) - Guide for deploying React applications to Linux servers using SCP and Nginx.\n- [**Terraform Templates**](cloud-deployments/terraform/)\n  - [Laravel AWS](cloud-deployments/terraform/laravel-aws/) - Terraform configuration for deploying Laravel applications on AWS.\n  - [React Web](cloud-deployments/terraform/react-web/) - Terraform configuration for deploying React applications.\n\n## Scripts\n\n### Proxmox LXC Container Deployment\n\n- [**Proxmox LXC Container Deployment Scripts**](scripts/proxmox-lxc-container-deploy-webserver/) - Collection of scripts for automating web application deployment in Proxmox LXC containers:\n  - [Documentation](scripts/proxmox-lxc-container-deploy-webserver/README.md) - Comprehensive guide for all deployment scripts\n  - [Docker Python API Deployment](scripts/proxmox-lxc-container-deploy-webserver/deploy_docker_python_api.sh) - Script for deploying Python API applications in Docker containers on Proxmox LXC\n  - [Docker Python API Deployment v2](scripts/proxmox-lxc-container-deploy-webserver/deploy_docker_python_api_v2.sh) - Improved version with enhanced Nginx configuration handling\n  - [Alpine Deployment](scripts/proxmox-lxc-container-deploy-webserver/deploy_to_alpine.sh) - Script for deploying various application types to Alpine Linux containers\n\n### GitHub Utilities\n\n- [**GitHub Repository Downloader**](scripts/github/) - Script to download all repositories from a GitHub account with filtering options.\n\n### cURL Testing\n\n- [**cURL Test Scripts**](scripts/curl/)\n  - [Test cURL](scripts/curl/test_curl.sh) - Basic script for testing cURL requests with fixed parameters.\n  - [Dynamic cURL](scripts/curl/dynamic_curl.sh) - Flexible script for testing cURL requests with dynamic parameters.\n\n### Windows Scripts\n\n- [**Windows Firewall Configuration**](scripts/windows/Firewall_Inbound_Outbound_Connection/) - Scripts for configuring Windows Firewall rules.\n- [**Windows 10 Debloater**](scripts/windows/Windows_10_Debloater/) - Scripts to remove bloatware from Windows 10.\n- [**Windows 11 Debloater**](scripts/windows/Windows_11_Debloater/) - Scripts to remove bloatware from Windows 11.\n- [**Daily Disk Backup**](scripts/windows/daily_disk_backup_task_scheduler/) - Task scheduler scripts for automated disk backups.\n- [**Programming Daily Backup Task**](programming_daily_backup_task.bat) - Batch script for daily backup of programming projects.\n\n## GitHub Actions Workflows\n\n- [**Laravel CI/CD**](github-actions/laravel/) - GitHub Actions workflows for Laravel applications.\n- [**React Web CI/CD**](github-actions/react-web/) - GitHub Actions workflows for React web applications.\n\n## Documentation\n\n- [**Deploy React Web on Oracle/Fedora**](documentation/Deploy-React-Web-Nginx-Linux-Oracle-Fedora-Server.md) - Guide for deploying React applications on Oracle Linux or Fedora Server with Nginx.\n- [**Oracle Linux/Fedora YUM RPMDB Error**](documentation/oracle-linux-fedora-yum-rpmdb-open-failed-error.md) - Troubleshooting guide for YUM RPMDB errors on Oracle Linux or Fedora.\n- [**Windows Command Line with Whitespace**](documentation/windows-folder-with-whitespace-on-commandline.md) - Guide for handling Windows paths with whitespace in command line operations.\n\n## Home Assistant Configurations\n\n- [**Home Assistant Configuration Files**](homeassistant/)\n  - [Automations](homeassistant/automations.yaml) - Home Assistant automation configurations.\n  - [Configuration](homeassistant/configuration.yaml) - Main Home Assistant configuration.\n  - [Scenes](homeassistant/scenes.yaml) - Home Assistant scene configurations.\n  - [Scripts](homeassistant/scripts.yaml) - Home Assistant script configurations.\n  - [Sensors](homeassistant/sensors.yaml) - Home Assistant sensor configurations.\n\n## Terminal Configurations\n\n- [**WezTerm Configuration**](wezterm/) - Configuration files for the WezTerm terminal emulator.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonpaulraj%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonpaulraj%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonpaulraj%2Fconfig/lists"}