{"id":21553683,"url":"https://github.com/juliocesarscheidt/micro-portainer","last_synced_at":"2026-04-14T23:32:08.321Z","repository":{"id":50283128,"uuid":"506422390","full_name":"juliocesarscheidt/micro-portainer","owner":"juliocesarscheidt","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-18T15:52:16.000Z","size":338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T07:44:40.245Z","etag":null,"topics":["docker","docker-api","dockerhub","github-actions","github-registry","nginx-proxy","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliocesarscheidt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-22T22:22:00.000Z","updated_at":"2023-03-01T13:23:12.000Z","dependencies_parsed_at":"2025-03-18T23:15:57.013Z","dependency_job_id":null,"html_url":"https://github.com/juliocesarscheidt/micro-portainer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/juliocesarscheidt/micro-portainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fmicro-portainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fmicro-portainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fmicro-portainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fmicro-portainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliocesarscheidt","download_url":"https://codeload.github.com/juliocesarscheidt/micro-portainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliocesarscheidt%2Fmicro-portainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","docker-api","dockerhub","github-actions","github-registry","nginx-proxy","vuejs"],"created_at":"2024-11-24T07:11:44.968Z","updated_at":"2026-04-14T23:32:08.272Z","avatar_url":"https://github.com/juliocesarscheidt.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nginx Proxy for Docker API\n\nUsing Docker API being proxied by Nginx, to expose its information on some UI made with VueJS.\n\nBased on Portainer:\n[https://docs.portainer.io/v/ce-2.9/start/install/server/docker/linux](https://docs.portainer.io/v/ce-2.9/start/install/server/docker/linux)\n\n\u003e Running Portainer:\n\n```bash\ndocker volume create portainer_data\n\ndocker container run -d \\\n  -p 8000:8000 \\\n  -p 9443:9443 \\\n  --name portainer \\\n  --restart=always \\\n  -v portainer_data:/data \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  portainer/portainer-ce:2.9.3\n# access on https://localhost:9443\n\ndocker container logs -f --tail 50 portainer\n\n# clean up\ndocker container rm -f portainer\ndocker volume rm portainer_data\n```\n\n## Up and Running (image from Docker Hub)\n[https://hub.docker.com/repository/docker/juliocesarmidia/micro-portainer](https://hub.docker.com/repository/docker/juliocesarmidia/micro-portainer)\n\n```bash\n# default docker API version used: 1.41\ndocker container run -d \\\n  -p 8080:8080 \\\n  --name micro-portainer \\\n  --restart=always \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  juliocesarmidia/micro-portainer:latest\n# access on http://localhost:8080\n\n# logs\ndocker container logs -f --tail 50 micro-portainer\n\n# clean up\ndocker container rm -f micro-portainer\n```\n\n## Up and Running (local build)\n\n```bash\n# retrieve current docker API version\nexport V_DOCKER_API=\"$(docker version | awk '/^\\sAPI\\sversion/{print $3}')\"\n\ndocker-compose up -d --build micro-portainer\n# access on http://localhost:8080\n\n# logs\ndocker-compose logs -f --tail 50 micro-portainer\n```\n\n## UI access\n\n[http://localhost:8080](http://localhost:8080)\n\n![image](./images/containers-page.png)\n\n## Registries\n\n\u003e Docker Hub\n\n[https://hub.docker.com/repository/docker/juliocesarmidia/micro-portainer](https://hub.docker.com/repository/docker/juliocesarmidia/micro-portainer)\n\n```bash\nexport DOCKERHUB_USERNAME='juliocesarmidia'\nexport DOCKERHUB_TOKEN=''\n# login\necho \"$DOCKERHUB_TOKEN\" | docker login docker.io -u \"$DOCKERHUB_USERNAME\" --password-stdin\n# push image\ndocker image push \"docker.io/$DOCKERHUB_USERNAME/micro-portainer:latest\"\n```\n\n\u003e Github\n\n[https://github.com/juliocesarscheidt/micro-portainer/pkgs/container/micro-portainer](https://github.com/juliocesarscheidt/micro-portainer/pkgs/container/micro-portainer)\n\nIn order to use the GITHUB_TOKEN in CI with Github Actions to push the image to ghcr.io registry, we need to enable the following config in the package configuration:\n\n![image](./images/github-package-config-inherit.PNG)\n\nAlso, we need to add the repository to manage Actions access, and set the permission to write:\n\n![image](./images/github-package-config-actions.PNG)\n\n\n```bash\nexport GITHUB_USERNAME='juliocesarscheidt'\nexport GITHUB_TOKEN=''\n# login\necho \"$GITHUB_TOKEN\" | docker login ghcr.io -u \"$GITHUB_USERNAME\" --password-stdin\n# tag and push image\ndocker image tag \"docker.io/juliocesarmidia/micro-portainer:latest\" \"ghcr.io/$GITHUB_USERNAME/micro-portainer:latest\"\ndocker image push \"ghcr.io/$GITHUB_USERNAME/micro-portainer:latest\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliocesarscheidt%2Fmicro-portainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliocesarscheidt%2Fmicro-portainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliocesarscheidt%2Fmicro-portainer/lists"}