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

12 lines
266 B

# Systemd service file for jfa-go. Install to ~/.config/systemd/user.
[Unit]
Description=A web app for managing users on Jellyfin
[Service]
# Modify this to the path to your executable, if necessary.
ExecStart=/opt/jfa-go/jfa-go
[Install]
WantedBy=default.target