{"id":24733733,"url":"https://github.com/hex01e/inception","last_synced_at":"2026-04-09T18:33:16.577Z","repository":{"id":249931905,"uuid":"832989269","full_name":"hex01e/inception","owner":"hex01e","description":"Inception is a system administration project aimed at setting up a virtualized infrastructure using Docker. The project uses docker-compose to orchestrate multiple containers, each serving a specific service. It provides a hands-on learning experience in Dockerization and system configuration.","archived":false,"fork":false,"pushed_at":"2025-01-14T21:44:13.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T18:50:15.498Z","etag":null,"topics":["cadvisor","css","docker","docker-compose","dockerfile","ftp","html","nginx","shell","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/hex01e.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}},"created_at":"2024-07-24T06:24:33.000Z","updated_at":"2025-01-15T18:41:39.000Z","dependencies_parsed_at":"2024-08-10T23:23:53.750Z","dependency_job_id":"9d8da158-85ee-4e40-8187-ab74482bb720","html_url":"https://github.com/hex01e/inception","commit_stats":null,"previous_names":["hex01e/inception"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex01e%2Finception","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex01e%2Finception/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex01e%2Finception/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex01e%2Finception/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hex01e","download_url":"https://codeload.github.com/hex01e/inception/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244986045,"owners_count":20542939,"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":["cadvisor","css","docker","docker-compose","dockerfile","ftp","html","nginx","shell","wordpress"],"created_at":"2025-01-27T18:44:08.602Z","updated_at":"2026-04-09T18:33:16.532Z","avatar_url":"https://github.com/hex01e.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inception\n\n## Overview\n\n**Inception** is a system administration project aimed at setting up a virtualized infrastructure using Docker. The project uses `docker-compose` to orchestrate multiple containers, each serving a specific service. It provides a hands-on learning experience in Dockerization and system configuration.\n\n## Features\n\n- **Core Services**:\n  - **NGINX**: Acts as a reverse proxy with TLSv1.2/1.3 support.\n  - **WordPress + php-fpm**: Hosts a WordPress site.\n  - **MariaDB**: Serves as the database backend for WordPress.\n- **Volumes**:\n  - Stores WordPress database files.\n  - Stores WordPress site files.\n- **Network**: Custom Docker network securely connects all services.\n- **Resilience**: Containers automatically restart upon crashes.\n\n## Bonus Features\n\n- **Redis Cache**: Improves WordPress performance by managing cached data effectively.\n- **FTP Server**: Provides file transfer capabilities to the WordPress volume.\n- **Static Website**: Deploy a static web site (html, css and js).\n- **Adminer**: Simplifies MariaDB database management.\n- **cAdvisor**: is included to monitor and analyze resource usage and performance of running containers.\n\n## Requirements\n\n- **Docker \u0026 Docker Compose**: Orchestrates and manages the containers.\n- **Environment Variables**:\n  - Configuration data is managed using a `.env` file.\n  - Sensitive data (e.g., passwords, API keys) is securely stored using Docker secrets.\n\n## Project strecture:\n```\ninception\n├── Makefile\n├── srcs/\n│   ├── .env\n│   ├── docker-compose.yml\n│   └── requirements/\n│       ├── mariadb/\n│       │   └── ... \n│       ├── nginx/\n│       │   └── ...\n│       └── wordpress/\n│       │   └── ...\n│       └── bonus/\n│           └── adminer\n│               └── ...\n│           └── ftp\n│               └── ...\n│           └── cadvisor\n│               └── ...\n│           └── redis\n│               └── ...\n│           └── website\n│               └── ...\n```\n## Setup Instructions\n\nClone the repository and make:\n   ```bash\n   git clone https://github.com/hex01e/inception\n   cd inception\n   make\n   ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex01e%2Finception","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhex01e%2Finception","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex01e%2Finception/lists"}