webstack-go icon indicating copy to clipboard operation
webstack-go copied to clipboard

基于Gin框架的网址导航项目,具备完整的前后台。您可以拿来制作自己平日收藏的网址导航。

Results 28 webstack-go issues
Sort by recently updated
recently updated
newest added

例如左上角的图标 页脚区添加备案号 以及网页标题 网页预览图标

enhancement

如 sqlite, boltdb 等

enhancement

例如,ip,端口,我在使用docker部署时,由于网络问题,我的公网只有ipv6,docker部署时,我只能使用host模式,这时我若想使用,只能再建一个反向代理,并且还要确保已经默认的端口不能跟其他程序的端口冲突。

docker部署如何修改基本信息,修改index.html没成功

操作系统: debian12 OS: Debian GNU/Linux 12 (bookworm) x86_64 Host: N8xEJEK Kernel: 6.1.0-18-amd64 Docker-compose:v2.26.1 报错信息: 5.233 ERROR: unable to select packages: 5.233 tzdata (no such package): 5.233 required by: world[tzdata] ------...

如何开启子路径的方式访问呢,比如:http://ip:port/subpath呢

报错如下: ```text /go/src/github.com/ch3nnn/webstack-go/internal/repository/mysql/mysql.go:98 [error] failed to initialize database, got error dial tcp: lookup webstack-go-mysql: Try again** ```

如题,方便与其他容器统一管理

我是打包好,放到服务器上的。但是在运行过程中报错: `{"code":10101,"message":"内部服务器错误"}` 查看日志 看到: ``` {"level":"error","time":"2023-07-04 22:17:49","caller":"core/core.go:377","msg":"got panic","domain":"go-gin-api[fat]","panic":"runtime error: invalid memory address or nil pointer dereference", .... {"level":"error","time":"2023-07-04 22:17:49","caller":"alert/alert.go:21","msg":"Mail config error","domain":"go-gin-api[fat]"} ``` 但是,我的邮件设置是默认的,我在本地跑起来没问题,