mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
[v1.1] 新增自动续签并修复了一些 bug
修复后端可能会 panic 的问题 修复前端逻辑问题,新增证书自动续签
This commit is contained in:
parent
27c4b82d54
commit
882fe8c074
121 changed files with 1656 additions and 798 deletions
7
server/model/log.go
Normal file
7
server/model/log.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package model
|
||||
|
||||
type Log struct {
|
||||
Model
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue