Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/commit/087172c79e8b2f88c25a6537c26a6162ae22553d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -110,7 +110,7 @@ changelog:
- '^test:'
nfpms:
- id : notray
file_name_template : '{{ .ProjectName }} _{{ .Arch }}_v{{ .Version }}'
file_name_template : '{{ .ProjectName }} {{ if .IsSnapshot }}-git{{ end }} _{{ .Arch }}_{{ if .IsSnapshot }}{{ .ShortCommit }}{{ else }} v{{ .Version }}{{ end }}'
package_name : "jfa-go{{ if .IsSnapshot }}-git{{ end }}"
homepage : https://github.com/hrfee/jfa-go
description : A web app for managing users on Jellyfin
@ -128,7 +128,7 @@ nfpms:
- deb
- rpm
- id : tray
file_name_template : '{{ .ProjectName }} _TrayIcon_{{ .Arch }}_v{{ .Version }}'
file_name_template : '{{ .ProjectName }} {{ if .IsSnapshot }}-git{{ end }} _TrayIcon_{{ .Arch }}_{{ if .IsSnapshot }}{{ .ShortCommit }}{{ else }} v{{ .Version }}{{ end }}'
package_name : "jfa-go-tray{{ if .IsSnapshot }}-git{{ end }}"
homepage : https://github.com/hrfee/jfa-go
description : A web app for managing users on Jellyfin