From 0fde9a6856aa83956ccff0404d7192d42cae0ced Mon Sep 17 00:00:00 2001 From: Ben Adrian Sarmiento Date: Fri, 7 Jun 2024 20:02:48 +0200 Subject: [PATCH] Update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61c7e39..ef16b6d 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ A self-hosted Real-Debrid webdav server written from scratch. Together with [rcl ## Download -### Latest version: v0.10.0-rc.1 +### Latest version: v0.10.0-rc.2 -[Download the binary](https://github.com/debridmediamanager/zurg-testing/releases) or use docker +[Download the binary](https://github.com/debridmediamanager/zurg/releases) or use docker ```sh -docker pull ghcr.io/debridmediamanager/zurg-testing:latest +docker pull ghcr.io/debridmediamanager/zurg:latest # or -docker pull ghcr.io/debridmediamanager/zurg-testing:v0.10.0-rc.1 +docker pull ghcr.io/debridmediamanager/zurg:v0.10.0-rc.2 ``` ## How to run zurg in 5 steps for Plex with Docker -1. Clone this repo `git clone https://github.com/debridmediamanager/zurg-testing.git` +1. Clone this repo `git clone https://github.com/debridmediamanager/zurg.git` 2. Add your token in `config.yml` 3. `sudo mkdir -p /mnt/zurg` 4. Run `docker compose up -d` @@ -53,7 +53,7 @@ Use "zurg [command] --help" for more information about a command. ## Why zurg? Why not X? - Better performance than anything out there; changes in your library appear instantly ([assuming Plex picks it up fast enough](./plex_update.sh)) -- You can configure a flexible directory structure in `config.yml`; you can select individual torrents that should appear on a directory by the ID you see in [DMM](https://debridmediamanager.com/). [Need help?](https://github.com/debridmediamanager/zurg-testing/wiki/Config) +- You can configure a flexible directory structure in `config.yml`; you can select individual torrents that should appear on a directory by the ID you see in [DMM](https://debridmediamanager.com/). [Need help?](https://github.com/debridmediamanager/zurg/wiki/Config) - If you've ever experienced Plex scanner being stuck on a file and thereby freezing Plex completely, it should not happen anymore because zurg does a comprehensive check if a torrent is dead or not. You can run `ps aux --sort=-time | grep "Plex Media Scanner"` to check for stuck scanner processes. - zurg guarantees that your library is **always available** because of its repair abilities! @@ -71,6 +71,6 @@ Use "zurg [command] --help" for more information about a command. - [ElfHosted](https://elfhosted.com) - Easy, [open source](https://elfhosted.com/open/), Kubernetes / GitOps driven hosting of popular self-hosted apps - tested, tightly integrated, and secured. Apps start at $0.05/day, and new accounts get $10 credit, no commitment. - [zurg.club](http://zurg.club/) - optimized Plex+zurg server setup for $50/month -## Please read our [wiki](https://github.com/debridmediamanager/zurg-testing/wiki) for more information! +## Please read our [wiki](https://github.com/debridmediamanager/zurg/wiki) for more information! -## [zurg's version history](https://github.com/debridmediamanager/zurg-testing/wiki/History) +## [zurg's version history](https://github.com/debridmediamanager/zurg/wiki/History)