{"id":18918047,"url":"https://github.com/piccolo-orm/piccolo-admin-docker","last_synced_at":"2025-09-04T23:31:52.757Z","repository":{"id":259290615,"uuid":"877491016","full_name":"piccolo-orm/piccolo-admin-docker","owner":"piccolo-orm","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-10T07:54:43.000Z","size":8,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T09:25:30.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/piccolo-orm.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-23T18:32:05.000Z","updated_at":"2024-11-10T07:54:48.000Z","dependencies_parsed_at":"2024-10-24T05:29:42.227Z","dependency_job_id":"efe05522-2819-4732-897c-9871619c954c","html_url":"https://github.com/piccolo-orm/piccolo-admin-docker","commit_stats":null,"previous_names":["sinisaos/piccolo-admin-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piccolo-orm%2Fpiccolo-admin-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piccolo-orm%2Fpiccolo-admin-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piccolo-orm%2Fpiccolo-admin-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piccolo-orm%2Fpiccolo-admin-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piccolo-orm","download_url":"https://codeload.github.com/piccolo-orm/piccolo-admin-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232005258,"owners_count":18459033,"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-11-08T10:29:25.335Z","updated_at":"2024-12-31T15:45:04.973Z","avatar_url":"https://github.com/piccolo-orm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dockerized Piccolo Admin to use existing (legacy) database.\n\n### Usage\n\nClone repository.\n\n```bash\ngit clone https://github.com/piccolo-orm/piccolo-admin-docker.git\n```\n\nCreating an `.env` file.\n\n```bash\ncp .env.example .env \u0026\u0026 rm .env.example\n```\n\nRun the Docker container.\n\n```bash\ndocker-compose up -d\n```\n\nAfter site is running log in as admin user on [localhost:8000](http://localhost:8000) and use legacy database.\n\nStop the Docker container.\n\n```bash\ndocker-compose down\n```\n\n### Additional Piccolo Admin configuration\n\nPiccolo Admin has a flexible UI with lots of configuration options to display only the columns you want your users to see. More information on Piccolo Admin [docs](https://piccolo-admin.readthedocs.io/en/latest/index.html).\n\nAfter Piccolo Admin is started with all the tables from the existing database, we can do additional configuration through the `config.yaml` file. \n\nExample of `config.yaml`:\n\n```yaml\ntables:\n  # An example of additional Piccolo Admin configuration\n  - table_name: actor\n    visible_columns:\n      - first_name\n    visible_filters:\n      - actor_id\n      - first_name\n    menu_group: Movies\n    link_column: first_name\n  - table_name: address\n    visible_columns:\n      - address_id\n      - address\n      - city_id\n    visible_filters:\n      - address_id\n      - address\n      - city_id\n    menu_group: Location\n    rich_text_columns: \n      - address\n  - table_name: city\n    visible_columns:\n      - city_id\n      - city\n    visible_filters:\n      - city_id\n      - city\n    menu_group: Location\n  - table_name: country\n    visible_columns:\n      - country_id\n      - country\n    visible_filters:\n      - country_id\n      - country\n\nsidebar_links:\n  Piccolo Admin: https://piccolo-admin.readthedocs.io/en/latest/index.html\n  Piccolo ORM: https://piccolo-orm.readthedocs.io/en/latest/index.html\n```\n\nFor these changes to take effect, you must stop the container and rebuild it with.\n\n```bash\ndocker-compose up -d --build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiccolo-orm%2Fpiccolo-admin-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiccolo-orm%2Fpiccolo-admin-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiccolo-orm%2Fpiccolo-admin-docker/lists"}