Update readme
This commit is contained in:
16
README.md
16
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)
|
||||
|
||||
Reference in New Issue
Block a user