{"id":24504338,"url":"https://github.com/vegardit/docker-wordpress-ext","last_synced_at":"2025-03-15T08:26:38.341Z","repository":{"id":43059530,"uuid":"271830595","full_name":"vegardit/docker-wordpress-ext","owner":"vegardit","description":"Docker image extending the official Wordpress docker image with support for LDAP auth, OPcache and reverse HTTPS proxies.","archived":false,"fork":false,"pushed_at":"2024-03-09T15:46:50.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-21T23:26:32.039Z","etag":null,"topics":["docker-image","ldap","opcache","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vegardit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-06-12T15:26:14.000Z","updated_at":"2023-09-12T04:04:42.000Z","dependencies_parsed_at":"2024-11-21T05:28:41.672Z","dependency_job_id":null,"html_url":"https://github.com/vegardit/docker-wordpress-ext","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/vegardit%2Fdocker-wordpress-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegardit%2Fdocker-wordpress-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegardit%2Fdocker-wordpress-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vegardit%2Fdocker-wordpress-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vegardit","download_url":"https://codeload.github.com/vegardit/docker-wordpress-ext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243705162,"owners_count":20334297,"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":["docker-image","ldap","opcache","wordpress"],"created_at":"2025-01-21T23:23:09.653Z","updated_at":"2025-03-15T08:26:38.316Z","avatar_url":"https://github.com/vegardit.png","language":"Shell","readme":"# vegardit/wordpress-ext \u003ca href=\"https://github.com/vegardit/docker-wordpress-ext/\" title=\"GitHub Repo\"\u003e\u003cimg height=\"30\" src=\"https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/github.svg?sanitize=true\"\u003e\u003c/a\u003e\n\n[![Build Status](https://github.com/vegardit/docker-wordpress-ext/workflows/Build/badge.svg \"GitHub Actions\")](https://github.com/vegardit/docker-wordpress-ext/actions?query=workflow%3ABuild)\n[![License](https://img.shields.io/github/license/vegardit/docker-wordpress-ext.svg?label=license)](#license)\n[![Docker Pulls](https://img.shields.io/docker/pulls/vegardit/wordpress-ext.svg)](https://hub.docker.com/r/vegardit/wordpress-ext)\n[![Docker Stars](https://img.shields.io/docker/stars/vegardit/wordpress-ext.svg)](https://hub.docker.com/r/vegardit/wordpress-ext)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\n1. [What is it?](#what-is-it)\n1. [License](#license)\n\n\n## \u003ca name=\"what-is-it\"\u003e\u003c/a\u003eWhat is it?\n\nThis docker image extends the official [Wordpress](https://wordpress.org) docker image [`wordpress:latest`](https://hub.docker.com/_/wordpress/?tab=tags\u0026name=latest) with additional support for [LDAP auth](https://www.php.net/manual/en/book.ldap.php), [OPcache](https://www.php.net/manual/en/book.opcache.php) and reverse HTTPS proxies.\n\nIt is automatically built **daily** to include the latest OS security fixes.\n\n1. Adds [PHP LDAP](https://www.php.net/manual/en/book.ldap.php) client support.\n1. Enables the [php-production.ini](https://github.com/php/php-src/blob/master/php.ini-production) configuration.\n1. Adds [OPcache](https://www.php.net/manual/en/book.opcache.php), wich can be configured via the following environment variables:\n   ```bash\n   PHP_OPCACHE_ENABLE=\"1\"                     # Enables the opcode cache\n   PHP_OPCACHE_INTERNED_STRINGS_BUFFER=\"8\"    # Amount of memory used to store interned strings, in MB.\n   PHP_OPCACHE_LOG_VERBOSITY_LEVEL=\"1\"        # The log verbosity level. 0 to 4\n   PHP_OPCACHE_MAX_ACCELERATED_FILES=\"10000\"\n   PHP_OPCACHE_MAX_WASTED_PERCENTAGE=\"5\"      # The max. percentage of wasted memory before a restart is scheduled.\n   PHP_OPCACHE_MEMORY_CONSUMPTION=\"128\"       # Shared memory storage used, in MB.\n   PHP_OPCACHE_REVALIDATE_FREQ=\"2\"\n   PHP_OPCACHE_VALIDATE_TIMESTAMPS=\"1\"        # If enabled, checks for updated scripts every $PHP_OPCACHE_REVALIDATE_FREQ seconds.\n   ```\n\n1. Configures force HTTPS Login / Admin UI via environment variables:\n   ```bash\n   WP_FORCE_SSL_LOGIN=\"true\" # default is \"false\"\n   WP_FORCE_SSL_ADMIN=\"true\" # default is \"false\"\n   ```\n   See https://wordpress.org/support/article/administration-over-ssl/\n\n1. Enables support for reverse proxies (e.g. [Traefik](https://containo.us/traefik/)) via environment variable\n   ```bash\n   WP_REVERSE_HTTPS_PROXY=\"true\" # default is \"false\"\n   ```\n   See https://wordpress.org/support/article/administration-over-ssl/#using-a-reverse-proxy\n\n\n## \u003ca name=\"license\"\u003e\u003c/a\u003eLicense\n\nAll files in this repository are released under the [GNU General Public License v2.0 or later](LICENSE.txt).\n\nIndividual files contain the following tag instead of the full license text:\n```\nSPDX-License-Identifier: GPL-2.0-or-later\n```\n\nThis enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvegardit%2Fdocker-wordpress-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvegardit%2Fdocker-wordpress-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvegardit%2Fdocker-wordpress-ext/lists"}