{"id":22628037,"url":"https://github.com/turgon37/docker-phppgadmin","last_synced_at":"2025-04-11T19:03:59.235Z","repository":{"id":85533095,"uuid":"77396313","full_name":"Turgon37/docker-phppgadmin","owner":"Turgon37","description":"Docker image running phppgadmin web application","archived":false,"fork":false,"pushed_at":"2019-05-21T19:56:20.000Z","size":33,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T14:51:17.866Z","etag":null,"topics":["docker","phppgadmin","web-application"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Turgon37.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-12-26T16:54:30.000Z","updated_at":"2019-05-21T19:27:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"da977959-5554-42af-9402-9cdff7b52fd7","html_url":"https://github.com/Turgon37/docker-phppgadmin","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/Turgon37%2Fdocker-phppgadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turgon37%2Fdocker-phppgadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turgon37%2Fdocker-phppgadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turgon37%2Fdocker-phppgadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Turgon37","download_url":"https://codeload.github.com/Turgon37/docker-phppgadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465323,"owners_count":21108243,"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","phppgadmin","web-application"],"created_at":"2024-12-09T01:17:52.236Z","updated_at":"2025-04-11T19:03:59.214Z","avatar_url":"https://github.com/Turgon37.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker phpPgAdmin\n\n[![Docker Automated build](https://img.shields.io/badge/docker%20build-automated-blue.svg)](https://hub.docker.com/r/turgon37/phppgadmin/)\n[![](https://images.microbadger.com/badges/image/turgon37/phppgadmin.svg)](https://microbadger.com/images/turgon37/phppgadmin \"Get your own image badge on microbadger.com\")\n[![](https://images.microbadger.com/badges/version/turgon37/phppgadmin.svg)](https://microbadger.com/images/turgon37/phppgadmin \"Get your own version badge on microbadger.com\")\n\nThis images contains an instance of phppgadmin web application served by nginx on port 80\n\n## Docker Informations\n\n* This image expose the following port\n\n| Port           | Usage                |\n| -------------- | -------------------- |\n| 80             | HTTP web application |\n\n * This image takes theses environnements variables as parameters\n\n| Environment                | Usage                                                          |\n| -------------------------- | ---------------------------------------------------------------|\n| POSTGRES_HOST              | The hostname of the PostGreSQL database server                 |\n| POSTGRES_PORT              | The port on which join the postgressql server (default to 5432)|\n| POSTGRES_NAME              | The name of the connection profil in phpPgAdmin profile        |\n| POSTGRES_HOSTS             | Comma separated list of hostnames                              |\n| POSTGRES_PORTS             | Comma separated list of ports                                  |\n| POSTGRES_NAMES             | The name of the connection profil in phpPgAdmin profile        |\n| POSTGRES_DEFAULTDB         | The name of default database to show                           |\n| PHPPGADMIN_LOGIN_SECURITY  | If true enable restrictions on login and empty passwords       |\n| PHPPGADMIN_OWNED_ONLY      | If true, filter databases owned by the logged user             |\n| PHPPGADMIN_SHOW_COMMENTS   | If true, show comments fields                                  |\n| PHPPGADMIN_SHOW_ADVANCED   | If true, display advanced objects like types, aggregations     |\n| PHPPGADMIN_SHOW_SYSTEM     | If true, display systems objects                               |\n| PHPPGADMIN_SHOW_OIDS       | If true, show objects OIDs                                     |\n| PHPPGADMIN_USE_XHTML_STRICT| If true, send XHTML strict headers                             |\n| PHPPGADMIN_THEME           | Set here the name of the theme to use                          |\n| PHPPGADMIN_PLUGINS         | Set here the comma separated list of plugins name to enable    |\n\n\n## Installation\n\n* Manual\n\n```\ngit clone\ndocker build -t turgon37/phppgadmin .\n```\n\n* or Automatic\n\n```\ndocker pull turgon37/phppgadmin\n```\n\n\n## Usage\n\n* With docker cli\n\n```\ndocker run -p 8000:80 -e \"POSTGRES_HOST=127.0.0.1\" -e \"POSTGRES_PORT=5432\" -e \"POSTGRES_NAME=Intranet\" turgon37/phppgadmin\n```\n\n* With docker-compose\n\n```yaml\n phppgadmin:\n    image: turgon37/phppgadmin\n    environment:\n      - POSTGRES_HOSTS=postgresql01.example.net,postgresql02.example.net\n      - POSTGRES_NAMES=PostgreSQL 01,PostgreSQL 02\n    ports:\n      - \"127.0.0.1:8003:80/tcp\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturgon37%2Fdocker-phppgadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturgon37%2Fdocker-phppgadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturgon37%2Fdocker-phppgadmin/lists"}