{"id":28316204,"url":"https://github.com/marciea/VCCC-Scripts","last_synced_at":"2025-12-30T21:19:56.380Z","repository":{"id":292277666,"uuid":"980381684","full_name":"m4rci3/VCCC-Scripts","owner":"m4rci3","description":"Database dump script and LAMP stack creation script","archived":false,"fork":false,"pushed_at":"2025-07-30T01:51:57.000Z","size":44,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T03:57:00.937Z","etag":null,"topics":["bash","mariadb","python","scripting","wordpress","wordpress-site"],"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/m4rci3.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-05-09T03:21:44.000Z","updated_at":"2025-07-30T01:52:00.000Z","dependencies_parsed_at":"2025-06-23T19:35:18.636Z","dependency_job_id":"481bdecc-106a-46a1-886c-8a83d6ecadd3","html_url":"https://github.com/m4rci3/VCCC-Scripts","commit_stats":null,"previous_names":["m4rci3/scripts","m4rci3/vccc-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m4rci3/VCCC-Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4rci3%2FVCCC-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4rci3%2FVCCC-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4rci3%2FVCCC-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4rci3%2FVCCC-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4rci3","download_url":"https://codeload.github.com/m4rci3/VCCC-Scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4rci3%2FVCCC-Scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283448,"owners_count":25961311,"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-10-04T02:00:05.491Z","response_time":63,"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":["bash","mariadb","python","scripting","wordpress","wordpress-site"],"created_at":"2025-05-25T02:08:14.567Z","updated_at":"2025-12-30T21:19:56.339Z","avatar_url":"https://github.com/m4rci3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Script Descriptions\nThese are scripts I made for NCyTE's VCCC. \n\nwp_db contains a 4 part script used to build and configure a WordPress `LAMP` stack (Linux, Apache, MariaDB, and PHP), these scripts are made for RPM-based distros like RHEL, Rocky, Alma, and CentOS \n\n```mermaid\nflowchart LR;\n    subgraph  \n        dnf-Updates/Upgrades\n        Firewalld--\u003eHTTPS/443\n        Firewalld--\u003eHTTP/80\n        Permissions--\u003eApache\n        Hostname-change\n        Hardening--\u003emysql_secure_installation\n        Hardening--\u003elocalhost-only-wp-admin\n         WP-Database+WPAdmin--creation for--\u003eMariaDB\n\n    end\n    subgraph  \n        Apache\n        WordPress\n        PHP\n        mod_ssl --configure SSL for HTTPS --\u003e Apache\n        MariaDB -- connection to --\u003e WordPress\n\n    end\n```    \n\ndb_dump contains a single script used to take a sql or mariadb database and dump its contents, additional details to have this script work properly are inside of the script's directory.\n\n```mermaid\nflowchart LR;\n    subgraph  \n        Database--\u003eBackup-Directory;\n    end\n```\n\n---\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![Bash Script](https://img.shields.io/badge/bash_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white)\n![WordPress](https://img.shields.io/badge/WordPress-%23117AC9.svg?style=for-the-badge\u0026logo=WordPress\u0026logoColor=white)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n![Apache](https://img.shields.io/badge/apache-%23D42029.svg?style=for-the-badge\u0026logo=apache\u0026logoColor=white)\n![MariaDB](https://img.shields.io/badge/MariaDB-003545?style=for-the-badge\u0026logo=mariadb\u0026logoColor=white)\n![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge\u0026logo=php\u0026logoColor=white)\n![Red Hat](https://img.shields.io/badge/Red%20Hat-EE0000?style=for-the-badge\u0026logo=redhat\u0026logoColor=white)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarciea%2FVCCC-Scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarciea%2FVCCC-Scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarciea%2FVCCC-Scripts/lists"}