Skip to content

Commit

Permalink
Merge pull request #18 from elfhosted/add-elfhosted-to-readme
Browse files Browse the repository at this point in the history
Add ElfHosted details to README
  • Loading branch information
g0ldyy authored Jul 5, 2024
2 parents f1a038b + e76e64a commit 807595b
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</p>

# 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
Expand All @@ -16,7 +17,23 @@
- Only Real-Debrid supported right now *(if you want other debrid services, please provide an account)*

# Installation
## From source

## 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
git clone https://github.com/g0ldyy/comet
Expand All @@ -32,7 +49,7 @@
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 \
Expand Down Expand Up @@ -73,8 +90,10 @@

- 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
<img src="https://i.imgur.com/SaD365F.png" />

0 comments on commit 807595b

Please sign in to comment.