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

add example systemd service

pull/20/head
Harvey Tindall 5 years ago
parent 46c95d7664
commit e56a1388b5
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -1,8 +0,0 @@
[Unit]
Description=A basic account management system for Jellyfin.
[Service]
ExecStart={executable}
[Install]
WantedBy=default.target

@ -0,0 +1,11 @@
# 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
Loading…
Cancel
Save