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/d867649a93a395f94307d5d97c86c9c5ec889f56/restart_windows.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
jfa-go/restart_windows.go

8 lines
136 B

package main
import "fmt"
func (app *appContext) HardRestart() error {
return fmt.Errorf("hard restarts not available on windows")
}