Vorbereitung Release 03.0 #94

Merged
tpeetz merged 115 commits from develop/0.3.0 into main 2026-08-25 06:01:18 +00:00
14 changed files with 16 additions and 1 deletions
Showing only changes of commit d8914627a3 - Show all commits
+1 -1
View File
@@ -7,5 +7,5 @@ set -e
cd "$(dirname "$0")/.."
echo "==> Setting up systemd user services"
cp service/*.service $HOME/.config/systemd/user/
cp service/container/*.service $HOME/.config/systemd/user/
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=kontor-api via UV
After=network.target
[Service]
Type=simple
User=tpeetz
Group=tpeetz
WorkingDirectory=/home/tpeetz/projects/kontor/kontor-api
ExecStart=/home/tpeetz/.local/bin/uv run src.main:kontor --log-level info --host 127.0.0.1 --port 8200
Restart=on-failure
[Install]
WantedBy=multi-user.target