Skip to content
New issue

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

使用docker镜像部署的服务, 修改网站信息不会生效 #52

Closed
yougg opened this issue Dec 17, 2024 · 3 comments
Closed

使用docker镜像部署的服务, 修改网站信息不会生效 #52

yougg opened this issue Dec 17, 2024 · 3 comments

Comments

@yougg
Copy link

yougg commented Dec 17, 2024

感谢作者提供优秀的开源服务, 我在尝试功能时遇到一些问题还请帮忙看看,谢谢.


docker-compose.yaml内容如下:

services:
  nav:
    image: mereith/van-nav:latest
    container_name: nav
    restart: always
    ports:
      - 6412:6412
    volumes:
      - ./data:/app/data

从1.9.x到1.10.0到1.11.x每个版本的镜像都试过了, 修改网站信息无效
提示信息为"修改成功!", 但是页面自动刷新又变回初始值了, 从控制台查看响应状态码是200
后台日志也没有任何错误信息

[GIN] 2024/12/17 - 17:16:16 | 200 |     689.275µs | 192.192.100.104 | PUT      "/api/admin/setting"

试着使用curl请求API修改信息也是相同的结果


在1.11.x版本进入首页是空白的看不到管理入口, 如果是设计就这样建议还是右下角添加一个入口比较直观
image

还有就是黑暗主题下几乎看不清图标
image

@Mereithhh
Copy link
Owner

收到,我看看

@Tjx356
Copy link

Tjx356 commented Dec 19, 2024

同上

Mereithhh added a commit that referenced this issue Dec 21, 2024
@Mereithhh
Copy link
Owner

已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants