cddqssc

Results 6 issues of cddqssc

### 1Panel 版本 1.1.2 ### 请描述您的需求或者改进建议 希望支持postgres管理,目前在数据库功能里只有mysql和redis可以管理 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

类型:需求

![qq](https://user-images.githubusercontent.com/31430047/37885284-ee9a69f2-30e6-11e8-9515-a7004cf615d9.jpg) How can i remove these unexpected white space? Thanks a lot

### 背景与遇到的问题 当waf的上游是端口转发(例如frp)或者负载均衡器的时候,waf无法获取真实IP,NGINX的PROXY Protocol就是解决这个问题的:https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/ ### 建议的解决方案 实际上很简单:根据nginx文档只需要添加proxy_protocol字段到监听的端口后面,就能获取真实IP了 server { listen 80 **proxy_protocol**; listen 443 ssl **proxy_protocol** #... } 目前手动修改配置文件服务重启会被覆盖,也无法在custom的config添加这个字段 建议:能不能UI加一个选项,然后就能在配置文件中加上这个proxy_protocol

enhancement

ENV: ubuntu22.04(x86) v0.22.6 Restore an automatically backed-up file: ![image](https://github.com/pocketbase/pocketbase/assets/31430047/f484d526-97da-4af6-8861-6b7badb9e323) Error: ![image](https://github.com/pocketbase/pocketbase/assets/31430047/41ebd9d9-fb49-4e69-9d50-08db7ef64b14) The specific setup is that I mounted an SMB device to /pb_data/storage.(https://github.com/pocketbase/pocketbase/discussions/4631) ![image](https://github.com/pocketbase/pocketbase/assets/31430047/94c7df9a-1cd1-4b9a-b7d5-2f6a56c585e8)

### 背景与遇到的问题 因为waf使用nginx,目前似乎只能反向代理,能否直接支持静态站点? ### 建议的解决方案 _No response_

enhancement