{"id":19600411,"url":"https://github.com/linuxeye/bypanel","last_synced_at":"2025-08-28T08:04:36.635Z","repository":{"id":205268129,"uuid":"713828524","full_name":"linuxeye/bypanel","owner":"linuxeye","description":"bypanel docker-compose","archived":false,"fork":false,"pushed_at":"2025-07-11T05:06:17.000Z","size":355,"stargazers_count":49,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T09:04:58.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/linuxeye.png","metadata":{"files":{"readme":"README-CN.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":"2023-11-03T10:17:27.000Z","updated_at":"2025-07-11T05:06:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ce95726-82bb-4232-a752-430b3cfa1595","html_url":"https://github.com/linuxeye/bypanel","commit_stats":null,"previous_names":["linuxeye/bypanel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linuxeye/bypanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxeye%2Fbypanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxeye%2Fbypanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxeye%2Fbypanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxeye%2Fbypanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxeye","download_url":"https://codeload.github.com/linuxeye/bypanel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxeye%2Fbypanel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272466653,"owners_count":24939446,"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-08-28T02:00:10.768Z","response_time":74,"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":"2024-11-11T09:14:39.708Z","updated_at":"2025-08-28T08:04:36.625Z","avatar_url":"https://github.com/linuxeye.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ByPanel\n\n🌍 *[English](README.md) ∙ [简体中文](README-CN.md)*\n\n### 支持操作系统版本\n|             |            |               |            |            |\n|:-----------:|:----------:|:-------------:|:----------:|:----------:|\n| MacOS       | RedHat     | Alpine Linux  | Debian     | Ubuntu     |\n| AlmaLinux   | Fedora     | Rocky Linux   | openSUSE   | Anolis     |\n| OpencloudOS | TencentOS  | Amazon Linux  | EulerOS    | openEuler  |\n| Kylin       | LinuxMint  | Alibaba Linux | Elementary | Uos        |\n| Deepin      | KylinsecOS | Oracle Linux  | Kali Linux | Arch Linux |\n| CentOS      | ...        |               |            |            |\n\n\n### 安装\n```\ncurl -sSL https://mirrors.linuxeye.com/bypanel/quick_install.sh | bash\n```\n\n\u003e Linux 默认安装路径: `/opt/bypanel`\n\u003e\n\u003e Linux bypanel二进制路径: `/usr/bin/bypanel`\n\u003e\n\u003e MacOS 默认安装路径: `$HOME/bypanel`\n\u003e\n\u003e MacOS bypanel二进制路径: `$HOME/bypanel/bin/bypanel`\n\nbypanel二进制下载地址(quick_install.sh已自动安装)\n* Linux AMD64: https://mirrors.linuxeye.com/bypanel/bypanel-linux-amd64\n* Linux AArch64: https://mirrors.linuxeye.com/bypanel/bypanel-linux-arm64\n* MacOS AMD64: https://mirrors.linuxeye.com/bypanel/bypanel-darwin-amd64\n* MacOS AArch64: https://mirrors.linuxeye.com/bypanel/bypanel-darwin-arm64\n\n### 架构图\n![alt bypanel-arch-cn](https://linuxeye.com/wp-content/uploads/2025/01/bypanel-arch-cn.png)\n\n\n### 命令帮助\n```\nbypanel help\n```\n\n### 配置\n**全局配置文件**: 优先级最低\n```\nbypanel configure\n```\n配置部署bypanel参数，即修改全局配置文件\n\n* Linux: `/opt/bypanel/.env`\n* MacOS: `$HOME/bypanel/.env`\n\n**应用配置文件**: 优先级次之\n* Linux: `/opt/bypanel/app/{AppName}/.env`\n* MacOS: `$HOME/bypanel/app/{AppName}/.env`\n\n**应用版本配置文件**: 优先级最高\n* Linux: `/opt/bypanel/app/{AppName}/{AppVersion}/.env`\n* MacOS: `$HOME/bypanel/app/{AppName}/{AppVersion}/.env`\n\n当不同配置文件中存在相同变量时，高优先级的配置文件会覆盖低优先级的配置文件。即应用版本配置文件会覆盖应用配置文件，应用配置文件会覆盖全局配置文件。\n\n### 镜像拉取\n```\nbypanel pull\n```\n\n### 创建和启动\n```\nbypanel up -d\n```\n创建和启动容器, 其中`-d`参数: 容器后台运行\n\n### 在运行中容器执行命令\n```\nbypanel exec SERVICE COMMAND\n```\n\n### 虚拟主机\n#### 添加\n```\nbypanel vhost add\n```\n#### 删除\n```\nbypanel vhost del\n```\n#### 列表\n```\nbypanel vhost list\n```\n\n### SSL证书管理\n#### 添加\n```\nbypanel scm add\n```\n#### 删除\n```\nbypanel scm del\n```\n#### 列表\n```\nbypanel scm list\n```\n\n### 重载web服务\n```\nbypanel reload\n```\n\n### 查看使用的镜像\n```\nbypanel images\n```\n\n### 日志\n```\nbypanel logs -f\n```\n\u003e 显示日志, 如显示nginx实时日志：`bypanel logs nginx -f `, 其中`-f`参数: 打印日志输出\n\n### 服务状态\n```\nbypanel ps\n```\n\u003e 查看容器状态, 或执行命令 `bypanel status` 作用相同\n\n### 停止、删除容器和网络\n```\nbypanel down\n```\n\n### 重启服务\n```\nbypanel restart\n```\n\n### 启动服务\n```\nbypanel start\n```\n\n### 停止服务\n```\nbypanel stop\n```\n\n### 升级命令\n```\nbypanel upgrade\n```\n\n### 版本显示\n```\nbypanel version\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxeye%2Fbypanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxeye%2Fbypanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxeye%2Fbypanel/lists"}