{"id":18036413,"url":"https://github.com/jaredrethman/wld","last_synced_at":"2026-02-27T03:31:35.854Z","repository":{"id":221601522,"uuid":"754664982","full_name":"jaredrethman/wld","owner":"jaredrethman","description":"WordPress Local Docker - Multisite \u0026 Multiple site Docker LEMP with SSL","archived":false,"fork":false,"pushed_at":"2025-01-27T01:48:57.000Z","size":121,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-16T20:47:58.650Z","etag":null,"topics":[],"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/jaredrethman.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-02-08T14:32:44.000Z","updated_at":"2025-05-06T19:59:05.000Z","dependencies_parsed_at":"2024-10-30T12:13:06.382Z","dependency_job_id":"63f5bf28-b507-4aa1-adec-d91177948156","html_url":"https://github.com/jaredrethman/wld","commit_stats":null,"previous_names":["jaredrethman/wp-local-docker","jaredrethman/wld"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredrethman/wld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredrethman%2Fwld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredrethman%2Fwld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredrethman%2Fwld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredrethman%2Fwld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredrethman","download_url":"https://codeload.github.com/jaredrethman/wld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredrethman%2Fwld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29883696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":[],"created_at":"2024-10-30T12:12:59.588Z","updated_at":"2026-02-27T03:31:35.840Z","avatar_url":"https://github.com/jaredrethman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Local Docker (WLD)\n\nYes, just another WordPress ~~Site~~ Local Docker environment. I wanted to create something:\n* Lightweight.\n* Dependency free.\n* Takes care of common installation workflows for different architectures i.e. Multisite.\n* Easily scaffold a `wp-content` only version controlled project.\n\n### Prerequisites\n\n- Docker: https://docs.docker.com/get-docker/\n- Docker Compose v2: https://docs.docker.com/compose/install/\n\n## Usage\n\nOnce you've cloned this repo, `cd` into it.\u003c!--, then manually, or automatically, start-up a new site using one of the strategies below.--\u003e\n\n### `wld scaffold`\nThis is the automated (Recommended) approach.\n\n```bash\nsh wld scaffold\n```\nAnswer prompts and/or hit enter/return to select defaults. Once you've responded to last prompt, you should see something resembling below.\n\n![WLD Scaffold](/docs/scaffold.png \"WLD Scaffold\")\n\nIf you're happy with the details, respond with `y`. This will:\n* Create a directory, housing your sites local file system, inside `./sites` using the domain you specified.\n* Prompt for password and/or boimetric authentication to generate necessary certs. NB: macOS or [mkcert](https://github.com/FiloSottile/mkcert) required.\n* Generate site specific Nginx conf.\n* Build Docker Compose or restart the nginx container.\n\nOnce above has concluded you should see the below in your terminal.\n\u003e Site created, visit: https://test.local/wp-admin\n\n### WP CLI\nFor ease of use, a command for submitting [WP CLI](https://wp-cli.org/) commands to the relevant site on the PHP container was created. \n\n```bash\nwld site test.local -- wp user list\n# Or from within a `sites/test.local` directory\nwld -- wp user list\n```\nVS.\n```bash\ndocker compose exec php wp user list --allow-root --path=\"/var/www/html/test.local\"\n```\n\n### Beware:\n* Only subdomain Multisite is supported in `wld scaffold`\n* Cert generation can only be done on macOS or if [mkcert](https://github.com/FiloSottile/mkcert) is installed\n* All WordPress sites run on the same Nginx/PHP services. This might change in the future i.e. different PHP/Nginx versions per/site. This is technically possible, but would require manual intervention and remove ablity to stay in sync with this code base.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredrethman%2Fwld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredrethman%2Fwld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredrethman%2Fwld/lists"}