Compare commits

..

No commits in common. "514d0871185794e235f777c2b4804ca5c4dc6a7b" and "f15b2a59340d9ade26b6589fd05545e4ef858983" have entirely different histories.

3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View file

@ -34,7 +34,7 @@ dependencies = [
[[package]]
name = "api-backend"
version = "0.0.3"
version = "0.0.2"
dependencies = [
"axum",
"chrono",

View file

@ -1,7 +1,7 @@
[package]
authors = ["Neshura"]
name = "api-backend"
version = "0.0.3"
version = "0.0.2"
edition = "2021"
description = "API Backend For Easier Uploading To Kavita"
license = "GPL-3.0-or-later"

View file

@ -5,6 +5,7 @@ After=network-online.target
[Service]
Type=simple
User=%i
ExecStart=/usr/local/bin/kwm-api
Restart=always
RestartSec=3