{"id":19900455,"url":"https://github.com/kuix/kirby-docker-image","last_synced_at":"2026-02-10T00:31:03.784Z","repository":{"id":221748315,"uuid":"115624942","full_name":"kuix/kirby-docker-image","owner":"kuix","description":"Docker Image For Kirby CMS","archived":false,"fork":false,"pushed_at":"2018-04-12T08:41:47.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-15T14:56:17.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/kuix.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}},"created_at":"2017-12-28T13:14:44.000Z","updated_at":"2024-05-01T18:59:21.000Z","dependencies_parsed_at":"2024-02-09T20:49:49.018Z","dependency_job_id":null,"html_url":"https://github.com/kuix/kirby-docker-image","commit_stats":null,"previous_names":["kuix/kirby-docker-image"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kuix/kirby-docker-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fkirby-docker-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fkirby-docker-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fkirby-docker-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fkirby-docker-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuix","download_url":"https://codeload.github.com/kuix/kirby-docker-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuix%2Fkirby-docker-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29287365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-12T20:12:25.802Z","updated_at":"2026-02-10T00:31:03.764Z","avatar_url":"https://github.com/kuix.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Docker Image for Kirby CMS\n\nThe image based on the original `php:7.2-apache` image but added some extra apache module which necessary for run Kirby CMS. The following modifications added:\n\n* MySQL module added\n* Apache ModRewrite module enabled\n* Apache SSL module enabled\n\n### Usage\n\nDefine your environment variables based on `.env.example` file. After that place a compose file with the following content. This compose file will start two container:\n\n* An Apache and PHP container to server Kirby\n* A MySQL container optional\n\n```\nversion: '2'\nservices:\n    apache-php:\n        image: kuix/kirby\n        volumes:\n            - ./:/var/www/html\n        ports:\n          - \"80:80\"\n          - \"443:443\"\n        env_file:\n            - .env\n        links:\n            - mysql\n    mysql:\n        image: mysql:5.5\n        volumes:\n            - ./data/mysql:/var/lib/mysql\n        ports:\n            - \"3306:3306\"\n        env_file:\n              - .env\n```\n\n### Generate SSL Certificate\n\nYou should run certification generation on your production server with the following command:\n\n```docker run -it --rm -p 443:443 -p 80:80 --name certbot -v \"/etc/letsencrypt:/etc/letsencrypt\" -v \"/var/lib/letsencrypt:/var/lib/letsencrypt\" certbot/certbot certonly -d DOMAIN_NAME1 -d DOMAIN_NAME2```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuix%2Fkirby-docker-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuix%2Fkirby-docker-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuix%2Fkirby-docker-image/lists"}