Logs
Patchsets
Range Diff ↕ rd-115
1: 0200c93 ! 1: a2710a3 refactor: custom index page
Range Diff ↕ rd-116
1: a2710a3 ! 1: 7338b44 feat: allow config `desc` to add a description box to index page
Range Diff ↕ rd-121
1: 7338b44 ! 1: 26daea4 feat(pgs): lru cache for object info and special files
-: ------- > 2: b004b64 chore(pgs): use http cache clear event to rm lru cache for special files
-: ------- > 3: 59f5618 refactor(pgs): store lru cache on web router
Range-diff rd-121
- title
- feat(pgs): lru cache for object info and special files
- description
-
Patch changed
- old #1
7338b44
- new #1
26daea4
- title
- chore(pgs): use http cache clear event to rm lru cache for special files
- description
-
Patch added
- old #0
(none)
- new #2
b004b64
- title
- refactor(pgs): store lru cache on web router
- description
-
Patch added
- old #0
(none)
- new #3
59f5618
1: 7338b44 ! 1: 26daea4 feat(pgs): lru cache for object info and special files
cfg.go
cfg.go
CreateRepo string `koanf:"create_repo"` Theme string `koanf:"theme"` TimeFormat string `koanf:"time_format"` + Desc string `koanf:"desc"` Logger *slog.Logger } "theme", out.Theme, "time_format", out.TimeFormat, "create_repo", out.CreateRepo, + "desc", out.Desc, ) for _, pubkey := range out.AdminsStr {