From fd5d43d0624447496efa078872fd74e328afdb64 Mon Sep 17 00:00:00 2001
From: David Young
Date: Fri, 5 Jul 2024 17:31:30 +1200
Subject: [PATCH 1/2] Add ElfHosted details to README
Signed-off-by: David Young
---
README.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 55bc986..2519394 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,21 @@
- Proxy support to bypass debrid restrictions
- Only Real-Debrid supported right now *(if you want other debrid services, please provide an account)*
-# Installation
+# ElfHosted
+
+A free, public Comet instance is available at https://comet.elfhosted.com
+
+[ElfHosted](https://elfhosted.com) is a geeky [open-source](https://elfhosted.com/open/) PaaS which provides all the "plumbing" (*hosting, security, updates, etc*) for your self-hosted apps.
+
+ElfHosted offer "one-click" [private Comet instances](https://elfhosted.com/app/comet/), allowing you to customize your indexers, and including an optional addon to enable Stream Proxy mode, to permit streaming from multiple source IPs with the same RD token!
+
+> [!IMPORTANT]
+> Comet is a top-tier app in the [ElfHosted app catalogue](https://elfhosted.com/apps/). 30% of your subscription goes to the app developer :heart:
+
+(*[ElfHosted Discord](https://discord.elfhosted.com)*)
+
+# Self Hosted
+
## From source
- Clone the repository and enter the folder
```sh
From e76e64a79e1fd62cd809f0762c3fdb6c9a9548a1 Mon Sep 17 00:00:00 2001
From: David Young
Date: Fri, 5 Jul 2024 17:34:19 +1200
Subject: [PATCH 2/2] fix heading indentations
Signed-off-by: David Young
---
README.md | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 2519394..3140d52 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
# Features
+
- The only addon that can Proxy Debrid Streams to allow use of the Debrid Service on multiple IPs at the same time!
- Jackett and Prowlarr support (change the `INDEXER_MANAGER_TYPE` environment variable to `jackett` or `prowlarr`)
- [Zilean](https://github.com/iPromKnight/zilean) ([DMM](https://hashlists.debridmediamanager.com/) Scraper) support for even more results
@@ -15,7 +16,9 @@
- Proxy support to bypass debrid restrictions
- Only Real-Debrid supported right now *(if you want other debrid services, please provide an account)*
-# ElfHosted
+# Installation
+
+## ElfHosted
A free, public Comet instance is available at https://comet.elfhosted.com
@@ -28,9 +31,9 @@ ElfHosted offer "one-click" [private Comet instances](https://elfhosted.com/app/
(*[ElfHosted Discord](https://discord.elfhosted.com)*)
-# Self Hosted
+## Self Hosted
-## From source
+### From source
- Clone the repository and enter the folder
```sh
git clone https://github.com/g0ldyy/comet
@@ -46,7 +49,7 @@ ElfHosted offer "one-click" [private Comet instances](https://elfhosted.com/app/
poetry run python -m comet.main
````
-## With Docker
+### With Docker
- Simply run the Docker image after modifying the environment variables
```sh
docker run --name comet -p 8000:8000 -d \
@@ -87,8 +90,10 @@ ElfHosted offer "one-click" [private Comet instances](https://elfhosted.com/app/
- Finally, re-run the docker run command
-# Real-Debrid IP Blacklist
+## Real-Debrid IP Blacklist
+
To bypass Real-Debrid's IP blacklist, start a cloudflare-warp container: https://github.com/cmj2002/warp-docker
-# Web UI Showcase
+## Web UI Showcase
+