We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
操作步骤:点击偏好设置——证书续期间隔,将默认数值7改为其他任意数值后,点击保存,弹窗提示错误信息“Cannot read properties of undefined (reading 'getBannedIPs')”。
部署方式:docker compose 部署参数: services: nginx-ui: stdin_open: true tty: true container_name: nginx-ui restart: always network_mode: host environment: - TZ=Asia/Shanghai volumes: - '/opt/docker/nginx-ui/nginx:/etc/nginx' - '/opt/docker/nginx-ui/ui:/etc/nginx-ui' - '/opt/docker/nginx-ui/logs:/var/log/nginx' - '/opt/docker/nginx-ui/www:/var/www' image: 'uozi/nginx-ui:latest'
The text was updated successfully, but these errors were encountered:
fix: save settings error #446
8d8ba15
已修复,会在 beta.27 发布
Sorry, something went wrong.
No branches or pull requests
操作步骤:点击偏好设置——证书续期间隔,将默认数值7改为其他任意数值后,点击保存,弹窗提示错误信息“Cannot read properties of undefined (reading 'getBannedIPs')”。
部署方式:docker compose
部署参数:
services:
nginx-ui:
stdin_open: true
tty: true
container_name: nginx-ui
restart: always
network_mode: host
environment:
- TZ=Asia/Shanghai
volumes:
- '/opt/docker/nginx-ui/nginx:/etc/nginx'
- '/opt/docker/nginx-ui/ui:/etc/nginx-ui'
- '/opt/docker/nginx-ui/logs:/var/log/nginx'
- '/opt/docker/nginx-ui/www:/var/www'
image: 'uozi/nginx-ui:latest'
The text was updated successfully, but these errors were encountered: