Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/src/commit/10c8d4ad2f66d085e43b5a074a5af1e018282def/notray.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
jfa-go/notray.go

10 lines
87 B

// +build !tray
package main
var TRAY = false
func RunTray() {}
func QuitTray() {}