1Panel icon indicating copy to clipboard operation
1Panel copied to clipboard

🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.

Results 1284 1Panel issues
Sort by recently updated
recently updated
newest added

### 1Panel 版本 v1.10.20-lts ### 请描述您的需求或者改进建议 数据库备份问题 1.数据库导入只能在线上传导入,能不能本机导入 选择自己的文件路径导入。 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

Type: Feature Request

### Contact Information _No response_ ### 1Panel Version v1.10.21 ### Problem Description **默认安装的kafka是使用的bitnami/kafka,在该镜像官方下面的描述中有一段描述如下:** ![image](https://github.com/user-attachments/assets/817ee2bc-1a03-4d98-9754-301a4fd5721b) **按照1panel默认启动的话没有配置9094端口,所以会导致kafka只能在同默认网络1panel-network下的其他容器中使用。如果想宿主机或内网其他服务器或外网使用则会报错。** **我试了修改默认docker-composer配置的三行后可以正常在宿主机中使用127.0.0.1:9094访问** ```diff services: kafka: container_name: ${CONTAINER_NAME} restart: always environment: ALLOW_PLAINTEXT_LISTENER: 'yes' KAFKA_CFG_LOG_RETENTION_MS: 60000 KAFKA_CFG_MAX_REQUEST_SIZE: 524288000...

Type: Optimization

### 1Panel Version v1.10.21 ### Please describe your needs or suggestions for improvements riscv64 is growing popularity in many Cloud native projects. It's easy to add riscv64 support that I've...

Type: Feature Request

### Contact Information _No response_ ### 1Panel Version v1.10.21-lts ### Problem Description ![image](https://github.com/user-attachments/assets/fc69179c-e70a-40e7-92ad-c9499321719a) ![image](https://github.com/user-attachments/assets/a9123488-629e-4148-bb45-dabfadb420f9) ![image](https://github.com/user-attachments/assets/51f4a0ea-3c6e-4b36-b9e2-2fe81c36402a) ### Steps to Reproduce ![image](https://github.com/user-attachments/assets/44515ab4-f212-49b3-b9c9-435aaa2db1ac) ![image](https://github.com/user-attachments/assets/e41b8ec4-cf93-4e9a-8379-cb93bc167693) Node.js运行环境版本在创建后无法被编辑,疑似找到不到对应的在线版本,但本地的镜像有对应版本 ### The expected correct result _No response_ ###...

Type: Question

### 1Panel Version v1.10.21 ### Please describe your needs or suggestions for improvements 目前在创建python环境时需要填写启动命令,系统建议的是“请填写完整启动命令,例如:pip install -r requirements.txt && python manage.py runserver 0.0.0.0:5000”,看其目的是安装扩展包与启动python程序一起执行。但是如此填写的话每次修改代码后重启都会执行一次pip install ,将会导致重启服务非常慢。 ![image](https://github.com/user-attachments/assets/8570f646-394a-4e0d-a742-63a167ed2901) - [ ] ### Please...

type: feature-request
status: dev-complete

### 1Panel Version v1.10.21-lts ### Please describe your needs or suggestions for improvements 请求在应用商店功能中增加是否开机启动选项 ### Please describe the solution you suggest _No response_ ### Additional Information _No response_

Type: Feature Request

### Contact Information [email protected] ### 1Panel Version 1.10.21 ### Problem Description 无法安装java运行环境 ### Steps to Reproduce 貌似是删除容器后,再删除运行环境,在创建就会有这个问题 ### The expected correct result _No response_ ### Related log output ```shell 无...

Type: Question

### Contact Information _No response_ ### 1Panel Version 专业版: v1.10.21-lts ### Problem Description 在暗色主题中,容器管理界面,容器展开“更多”菜单时页面底部出现空白背景区域 ![1panel容器页面BUG-展开更多菜单时窗口背景出现白色空白](https://github.com/user-attachments/assets/b86cad48-e2e5-40d9-a729-b75c1b7217e9) ### Steps to Reproduce 设置1panel主题色为暗色,进入容器管理页面,鼠标移动到更多展开菜单栏即出现异常白色背景,试过社区版:v1.10.21-lts本同样存在该问题。 在我的社区版本中,当运行容器达到5个,只有第二个容器的“更多”菜单会触发该BUG,操作其他容器菜单则正常。并且正如我在问题描述中的附图所示,第一个容器的出现的白色背景仅仅一小部分,第二个容器则是更大的区域,这可能是容器数量较多时不容易触发的BUG。 ### The expected correct result 正常显示主题背景 ### Related log...

Type: Optimization

### 1Panel Version dev branch(d2da7e2ea5dd9a6440dd082f819cccf4109daf97) ### Please describe your needs or suggestions for improvements Currently, the frontend API integration relies on [manually written](https://github.com/1Panel-dev/1Panel/tree/dev/frontend/src/api) request code and type definitions, which can...

Type: Optimization

### 1Panel 版本 1.10.10 ### 请描述您的需求或者改进建议 更新后没了,非常影响操作效率 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

Type: Optimization