{"id":31733536,"url":"https://github.com/fs1n/moodle-dockerized","last_synced_at":"2026-05-04T00:32:04.206Z","repository":{"id":245239510,"uuid":"817663514","full_name":"fs1n/Moodle-Dockerized","owner":"fs1n","description":"Moodle Dockerized","archived":false,"fork":false,"pushed_at":"2025-10-06T16:40:12.000Z","size":62,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T17:33:57.820Z","etag":null,"topics":["docker","docker-compose","docker-image","learning","lms","moodle","moodle-local"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fs1n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-20T07:38:44.000Z","updated_at":"2025-10-06T16:40:13.000Z","dependencies_parsed_at":"2024-06-20T20:23:06.713Z","dependency_job_id":"dfffc26c-03d4-409e-aa04-8d35f7f5e168","html_url":"https://github.com/fs1n/Moodle-Dockerized","commit_stats":null,"previous_names":["pommmmmes/moodle-dockerized","fs1n/moodle-dockerized"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fs1n/Moodle-Dockerized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fs1n%2FMoodle-Dockerized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fs1n%2FMoodle-Dockerized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fs1n%2FMoodle-Dockerized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fs1n%2FMoodle-Dockerized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fs1n","download_url":"https://codeload.github.com/fs1n/Moodle-Dockerized/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fs1n%2FMoodle-Dockerized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001070,"owners_count":26082991,"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-09T02:00:07.460Z","response_time":59,"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":["docker","docker-compose","docker-image","learning","lms","moodle","moodle-local"],"created_at":"2025-10-09T08:27:33.071Z","updated_at":"2026-05-04T00:32:04.190Z","avatar_url":"https://github.com/fs1n.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Moodle-Dockerized\n\n[![Scheduled Version Check](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/scheduled-version-check.yml/badge.svg)](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/scheduled-version-check.yml)\n[![Test and Update Versions](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/test-and-update.yml/badge.svg)](https://github.com/fs1n/Moodle-Dockerized/actions/workflows/test-and-update.yml)\n[![PHP Version](https://img.shields.io/badge/PHP-8.3-blue.svg)](https://www.php.net/)\n[![Moodle Version](https://img.shields.io/badge/Moodle-501-green.svg)](https://moodle.org/)\n[![Database Support](https://img.shields.io/badge/Database-MySQL_8.0%2B%20%7C%20MariaDB_10.6%2B-orange.svg)](https://docs.moodle.org/)\n\nThis repository provides a ready-to-use Docker environment for running Moodle, the popular open-source learning management system. It includes all necessary configuration files and scripts to deploy Moodle with PHP, Nginx, and supporting services in containers.\n\n## Features\n- Quick and easy Moodle deployment using Docker\n- Pre-configured PHP and Nginx setup\n- Integrated cron job and Supervisor support\n- Customizable configuration for all components\n\n## Directory Structure\n- `docker/` – Entrypoint scripts and Supervisor configuration\n- `nginx/` – Nginx configuration for Moodle\n- `php/` – PHP configuration for Moodle\n- `cron/` – Cron job configuration\n- `Dockerfile` – Docker build instructions\n\n## Usage\n1. Clone this repository:\n\t```bash\n\tgit clone https://github.com/fs1n/Moodle-Dockerized.git\n\tcd Moodle-Dockerized\n\t```\n2. Build and run the container:\n\t```bash\n\tdocker build -t moodle-dockerized .\n\tdocker run -d -p 8080:80 moodle-dockerized\n\t```\n3. Access Moodle in your browser at [http://localhost:8080](http://localhost:8080).\n\n## License\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffs1n%2Fmoodle-dockerized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffs1n%2Fmoodle-dockerized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffs1n%2Fmoodle-dockerized/lists"}