{"id":19718934,"url":"https://github.com/adyanth/psqlmin","last_synced_at":"2026-05-15T06:01:45.017Z","repository":{"id":261766755,"uuid":"868671034","full_name":"adyanth/psqlmin","owner":"adyanth","description":"Making managing PostgreSQL easy with Webmin","archived":false,"fork":false,"pushed_at":"2024-11-08T13:52:06.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T06:28:45.526Z","etag":null,"topics":["management","postgres","postgresql","webmin"],"latest_commit_sha":null,"homepage":"https://adyanth.site/posts/psqlmin/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adyanth.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-10-07T00:51:19.000Z","updated_at":"2024-11-08T14:55:25.000Z","dependencies_parsed_at":"2024-11-08T10:41:03.028Z","dependency_job_id":"b45dad50-be3b-4de6-bbeb-9445f19c902a","html_url":"https://github.com/adyanth/psqlmin","commit_stats":null,"previous_names":["adyanth/psqlmin"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fpsqlmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fpsqlmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fpsqlmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fpsqlmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adyanth","download_url":"https://codeload.github.com/adyanth/psqlmin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239341542,"owners_count":19622854,"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":["management","postgres","postgresql","webmin"],"created_at":"2024-11-11T23:01:49.437Z","updated_at":"2026-05-15T06:01:39.985Z","avatar_url":"https://github.com/adyanth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSQLMIN: Postgres + Webmin\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/adyanth/psqlmin\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/adyanth/psqlmin/refs/heads/main/images/psqlmin.png\" alt=\"Logo\" height=\"256\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n[![ci](https://github.com/adyanth/psqlmin/actions/workflows/docker.yaml/badge.svg)](https://github.com/adyanth/psqlmin/actions/workflows/docker.yaml)\n[![GitHub license](https://img.shields.io/github/license/adyanth/psqlmin?color=brightgreen)](https://github.com/adyanth/psqlmin/blob/main/LICENSE)\n[![GitHub forks](https://img.shields.io/github/forks/adyanth/psqlmin)](https://github.com/adyanth/cloudflare-operator/network)\n[![GitHub stars](https://img.shields.io/github/stars/adyanth/psqlmin)](https://github.com/adyanth/cloudflare-operator/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/adyanth/psqlmin)](https://github.com/adyanth/psqlmin/issues)\n[![Dockerhub](https://img.shields.io/badge/package-darkblue?style=flat\u0026logo=docker\u0026link=https%3A%2F%2Fhub.docker.com%2Fr%2Fadyanth%2Fpsqlmin)](https://hub.docker.com/r/adyanth/psqlmin)\n[![Github Packages](https://img.shields.io/badge/package-gray?style=flat\u0026logo=github)\n](https://github.com/adyanth/psqlmin/pkgs/container/psqlmin)\n\nAll I wanted was a simple management UI for postgres where I can add tables and give users permissions on those tables.\nMy usecase was to run a postgres server on my NAS letting all other apps use it as a central database.\n\nEnter `psqlmin`.\n\n## Build\n\nTo build, run the command on the cloned repo, optionally setting the postgres version tag to use. This is only tested with ubuntu versions of postgres\n\n```bash\ndocker build [--build-arg PG_VERSION=17-bullseye] -t psqlmin .\n```\n\n## Configurable `ENV` variables\n\nThe following can be overriden at runtime by setting the env vars on the container:\n\n* `WEB_USERNAME`: Defaults to postgres. Not related to the DB\n* `WEB_PASSWORD`: Defaults to postgres.\n* `WEB_PORT`: Defaults to 8080\n\nSee [postgres instructions](https://hub.docker.com/_/postgres) for postgres related configuration.\n\n## Run\n\nTry running the container with:\n\n```bash\ndocker run \\\n  -p 8080:8080 \\\n  -p 5432:5432 \\\n  -e POSTGRES_PASSWORD=password \\\n  -e WEB_USERNAME=root \\\n  -e WEB_PASSWORD=pass \\\n  -e WEB_PORT=8080 \\\n  -d adyanth/psqlmin\n```\n\nYou should be able to open [http://127.0.0.0:8080](http://127.0.0.1:8080) and login with root:pass to see and manage your databases.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadyanth%2Fpsqlmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadyanth%2Fpsqlmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadyanth%2Fpsqlmin/lists"}