From 58001a40874d5c3c6d9746b90abd40fde1a726c3 Mon Sep 17 00:00:00 2001
From: Filtik
Date: Fri, 3 Jul 2026 14:07:30 +0000
Subject: [PATCH] README.md aktualisiert
---
README.md | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 9c93cd0..5921af6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@
+
+
# Auto Backup
A Jellyfin plugin that automatically creates scheduled backups of your Jellyfin data at the times you define.
@@ -20,8 +27,8 @@ A Jellyfin plugin that automatically creates scheduled backups of your Jellyfin
| Plugin version | Jellyfin version | .NET |
|---|---|---|
-| Built for `net9.0` | 10.x | .NET 9 |
-| Built for `net10.0` | 12.x | .NET 10 |
+| Built for `net9.0` | 10.11.x | .NET 9 |
+| Built for `net10.0` | 12.0.x | .NET 10 |
## Installation
@@ -30,16 +37,16 @@ A Jellyfin plugin that automatically creates scheduled backups of your Jellyfin
1. Open Jellyfin **Dashboard → Plugins → Repositories**
2. Add the following URL as a new repository:
```
- https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/raw/branch/main/manifest.json
+ https://raw.githubusercontent.com/Filtik/Jellyfin-AutoBackup/main/manifest.json
```
3. Go to **Dashboard → Plugins → Catalog** and search for **Auto Backup**
4. Install and restart Jellyfin
### Manual
-1. Download the ZIP for your Jellyfin version from the [Releases](../../releases) page:
- - `Jellyfin-AutoBackup-*-10.11.x.zip` for Jellyfin 10.x
- - `Jellyfin-AutoBackup-*-12.0.x.zip` for Jellyfin 12.x
+1. Download the ZIP for your Jellyfin version from the [Releases](https://github.com/Filtik/Jellyfin-AutoBackup/releases) page:
+ - `Jellyfin-AutoBackup-*-10.11.x.zip` for Jellyfin 10.11.x
+ - `Jellyfin-AutoBackup-*-12.0.x.zip` for Jellyfin 12.0.x
2. Extract the `Jellyfin.Plugin.AutoBackup.dll` from the ZIP
3. Place the DLL in your Jellyfin plugins folder (e.g. `/config/plugins/AutoBackup/`)
4. Restart Jellyfin