{"id":29153332,"url":"https://github.com/mtmeyer/podpane","last_synced_at":"2025-07-31T09:09:05.121Z","repository":{"id":299014318,"uuid":"1001823695","full_name":"mtmeyer/podpane","owner":"mtmeyer","description":"A simple Docker container dashboard","archived":false,"fork":false,"pushed_at":"2025-06-14T05:48:53.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-01T01:44:51.795Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtmeyer.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,"zenodo":null}},"created_at":"2025-06-14T05:26:04.000Z","updated_at":"2025-06-14T05:48:56.000Z","dependencies_parsed_at":"2025-06-14T06:38:55.227Z","dependency_job_id":null,"html_url":"https://github.com/mtmeyer/podpane","commit_stats":null,"previous_names":["mtmeyer/podpane"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtmeyer/podpane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtmeyer%2Fpodpane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtmeyer%2Fpodpane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtmeyer%2Fpodpane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtmeyer%2Fpodpane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtmeyer","download_url":"https://codeload.github.com/mtmeyer/podpane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtmeyer%2Fpodpane/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268016824,"owners_count":24181655,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-01T01:39:51.352Z","updated_at":"2025-07-31T09:09:05.091Z","avatar_url":"https://github.com/mtmeyer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PodPane\n\n**PodPane** is a lightweight, self-hostable dashboard for managing your Docker containers. It's not intended to replace the command line, just to offer a clean, simple view for basic management tasks like restarting containers, viewing logs and stats.\n\n## 🏠 Self-Hosting\n\nPodPane is designed to be simple to run and host yourself. An example `docker-compose.yml` file is included in the repository.\n\n### 🚀 Quick Start\n\n### 🔧 Example `docker-compose.yml`\n\n```yaml\nservices:\n  frontend:\n    build:\n      context: .\n      dockerfile: Dockerfile.frontend\n    ports:\n      - \"5173:5173\"\n    volumes:\n      - ./frontend:/app\n      - /app/node_modules\n    environment:\n      - VITE_API_URL=http://localhost:3000\n\n  backend:\n    build:\n      context: .\n      dockerfile: Dockerfile.backend\n    ports:\n      - \"3000:3000\"\n    volumes:\n      - ./backend:/app\n      - /var/run/docker.sock:/var/run/docker.sock\n    depends_on:\n      - frontend\n```\n\n\u003e 🧠 **Note:** Mounting the Docker socket gives PodPane access to your container runtime. Make sure you trust the code and understand the implications.\n\n---\n\n## 🛠 Development\n\nPodPane consists of:\n\n- **Frontend**: [SolidJS](https://www.solidjs.com/) + Vite\n- **Backend**: [Go](https://golang.org/) using the [Fiber](https://gofiber.io/) web framework\n\n### Running Locally\n\nTODO\n\n---\n\n## 🗺️ Roadmap\n\nHere's what's planned for future development:\n\n- [ ] View Docker Compose stacks and config files\n- [ ] Improved log viewing with filtering and timestamps\n- [ ] Podman support for broader compatibility\n\n---\n\n## 🤝 Contributing\n\nPull requests, feedback, and ideas are welcome! If you'd like to contribute, please fork the repo and submit a PR.\n\n---\n\n## 📄 License\n\nMIT License. See `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtmeyer%2Fpodpane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtmeyer%2Fpodpane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtmeyer%2Fpodpane/lists"}