mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-28 20:10:11 +00:00
Compare commits
No commits in common. "3dd2dbff159d17f3ce7160706695942252c4c11c" and "46c95d76643fa482c4cca431e88725499c0e95b5" have entirely different histories.
3dd2dbff15
...
46c95d7664
@ -33,7 +33,7 @@ I chose to rewrite the python [jellyfin-accounts](https://github.com/hrfee/jelly
|
|||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
Available on the AUR as [jfa-go](https://aur.archlinux.org/packages/jfa-go/) or [jfa-go-git](https://aur.archlinux.org/packages/jfa-go-git/).
|
Available on the AUR as [jfa-go](https://aur.archlinux.org/packages/jfa-go/).
|
||||||
|
|
||||||
For other platforms, grab an archive from the release section for your platform, and extract `jfa-go` and `data` to the same directory.
|
For other platforms, grab an archive from the release section for your platform, and extract `jfa-go` and `data` to the same directory.
|
||||||
* For linux users, you can place them inside `/opt/jfa-go` and then run
|
* For linux users, you can place them inside `/opt/jfa-go` and then run
|
||||||
|
8
data/services/jf-accounts.service
Normal file
8
data/services/jf-accounts.service
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=A basic account management system for Jellyfin.
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart={executable}
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
@ -1,11 +0,0 @@
|
|||||||
# 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…
Reference in New Issue
Block a user