{"id":13503321,"url":"https://github.com/pulp/pulp-ui","last_synced_at":"2025-10-07T07:48:30.798Z","repository":{"id":244467680,"uuid":"815123057","full_name":"pulp/pulp-ui","owner":"pulp","description":"a community driven UI for Pulp","archived":false,"fork":false,"pushed_at":"2025-03-25T00:16:36.000Z","size":3804,"stargazers_count":14,"open_issues_count":22,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-25T01:23:26.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.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}},"created_at":"2024-06-14T11:59:26.000Z","updated_at":"2025-03-25T00:14:11.000Z","dependencies_parsed_at":"2024-06-28T01:42:07.933Z","dependency_job_id":"87abd77d-5780-4ee4-ba2f-8169ca8e72c9","html_url":"https://github.com/pulp/pulp-ui","commit_stats":null,"previous_names":["himdel/pulp-ui","pulp/pulp-ui"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulp","download_url":"https://codeload.github.com/pulp/pulp-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246196955,"owners_count":20739199,"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-07-31T22:02:46.394Z","updated_at":"2025-10-07T07:48:30.793Z","avatar_url":"https://github.com/pulp.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# pulp-ui\n\nA community driven UI for [Pulp](https://pulpproject.org/).\n\n## How to run\n\n### backend\n\nYou can follow the [pulp-oci-images quickstart](https://pulpproject.org/pulp-oci-images/docs/admin/tutorials/quickstart/),\nTLDR:\n\n#### setup:\n\n```sh\nmkdir -p ~/pulp-backend-oci/{settings/certs,pulp_storage,pgsql,containers}\ncd ~/pulp-backend-oci/\necho \"\nCONTENT_ORIGIN='http://$(hostname):8080'\nANSIBLE_API_HOSTNAME='http://$(hostname):8080'\nANSIBLE_CONTENT_HOSTNAME='http://$(hostname):8080/pulp/content'\n\" \u003e\u003e settings/settings.py\n```\n\n#### run:\n\n```sh\ncd ~/pulp-backend-oci/\npodman run --publish 8080:80 \\\n           --replace --name pulp \\\n           --volume \"$(pwd)/settings\":/etc/pulp \\\n           --volume \"$(pwd)/pulp_storage\":/var/lib/pulp \\\n           --volume \"$(pwd)/pgsql\":/var/lib/pgsql \\\n           --volume \"$(pwd)/containers\":/var/lib/containers \\\n           docker.io/pulp/pulp\n```\n\n#### check:\n\n```sh\ncurl localhost:8080/pulp/api/v3/status/ | jq\n```\n\nor open http://localhost:8080/pulp/api/v3/status/\n\n#### change password:\n\n```sh\npodman exec -it pulp pulpcore-manager reset-admin-password --password admin\n```\n```sh\ndocker exec -it compose-pulp_api-1 pulpcore-manager reset-admin-password --password admin\n```\n\n#### configure `pulp-cli`:\n\n```sh\npip install pulp-cli[pygments]\npulp config create --username admin --base-url http://localhost:8080 --password admin\n\npulp --help\npulp user list\n```\n\n### frontend\n\nYou can clone the frontend from https://github.com/pulp/pulp-ui .\n\n```sh\nnpm install\nnpm run start\n```\n\nand open http://localhost:8002/ :tada: :)\n\nIf your API listens elsewhere, you can use `API_PROXY=http://elsewhere:12345 npm run start` instead. Do note that the server at `elsewhere` has to be configured to allow CORS requests for `localhost` (where UI actually listens); using something like `changeOrigin` is out of scope for pulp-ui, and breaks pulp API URLs (because the domains are based on the Origin header). Do NOT use webpack proxy in production.\n\n\n## Misc\n\n### post-build configuration\n\nThe UI builds produced by `npm run build` can be further configured by serving a `/pulp-ui-config.json` alongside the built UI.\n(Note it has to be mapped at `/`, not just wherever `index.html` is served from.)\n\n* `API_BASE_PATH` - defaults to `/pulp/api/v3/` - change when using domains or a different path\n* `UI_BASE_PATH` - defaults to `/ui/` - change when only serving index in a subdirectory, or want different browser path prefix\n* `UI_EXTERNAL_LOGIN_URI` - defaults to nothing - set to something like `/login/` when using an SSO\n* `EXTRA_VERSION` - an extra version string to display in about modal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulp%2Fpulp-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulp%2Fpulp-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulp%2Fpulp-ui/lists"}