{"id":13725835,"url":"https://github.com/cloudlinux/kd_gallery3","last_synced_at":"2026-01-17T11:46:40.587Z","repository":{"id":77720882,"uuid":"53573232","full_name":"cloudlinux/kd_gallery3","owner":"cloudlinux","description":"a docker for gallery3","archived":false,"fork":false,"pushed_at":"2014-12-27T23:01:34.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T16:44:44.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"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/cloudlinux.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}},"created_at":"2016-03-10T09:46:31.000Z","updated_at":"2018-12-27T12:29:29.000Z","dependencies_parsed_at":"2023-02-24T18:30:25.732Z","dependency_job_id":null,"html_url":"https://github.com/cloudlinux/kd_gallery3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlinux%2Fkd_gallery3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlinux%2Fkd_gallery3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlinux%2Fkd_gallery3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlinux%2Fkd_gallery3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudlinux","download_url":"https://codeload.github.com/cloudlinux/kd_gallery3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252957006,"owners_count":21831420,"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":[],"created_at":"2024-08-03T01:02:36.932Z","updated_at":"2026-01-17T11:46:40.527Z","avatar_url":"https://github.com/cloudlinux.png","language":"Shell","readme":"# gallery3-docker\n\nIt's a project to easyly install gallery3 with mysql thanks docker\n\n----------\n\n\n##Installation\n\n* create a fig.yml:\n\n```\nmysqlgallery3:\n  image: mysql:5.5 \n  volumes:\n    - /var/lib/mysql_gallery3/:/var/lib/mysql\n  environment:\n    - MYSQL_ROOT_PASSWORD: XXXX\n    - MYSQL_DATABASE: gallery3\n    - MYSQL_USER: gallery3\n    - MYSQL_PASSWORD: XXXXXX\n    \ngallery3:\n  image: mathieuruelan/gallery3\n  ports:\n    - \"8889:80\"\n  links:\n    - mysqlgallery3:mysql\n  volumes:\n    - /LOCALGALLERYPATH:/var/www/var/\n    - /var/log\n    - /var/log/gallery3:/var/log/apache2\n  hostname: myhost\n  domainname: mydomain.com\n\n```\n\n\n\u003e MySQL environment variables are needed only the first at the first launch. For security, edit it after and remove passwords.\n\u003e the host and the domain must be set otherwise, the mod_rewrite checking doesn't work.\n\n##Launch\n```\nfig up -d\n```\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudlinux%2Fkd_gallery3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudlinux%2Fkd_gallery3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudlinux%2Fkd_gallery3/lists"}