CoolFace
Apppublic

Hunterdark16/PBstremio-addon

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

Pimpbunny Stremio Addon

This Space hosts a Node-based Stremio addon for InternetChicks VOD pages and supports an external fetch relay via PROXY_URL.

Main environment variables

  • —PORT=7860
  • —SPACE_URL=https://your-space-name.hf.space
  • —IC_BASE_URL=https://pimpbunny.com/
  • —PROXY_URL=https://your-relay-domain.example.com
  • —PROXY_TOKEN=change-me

How proxy mode works

When PROXY_URL is set, the addon does not request InternetChicks directly. Instead, it calls:

GET {PROXY_URL}/fetch?url=<encoded target url>

If PROXY_TOKEN is set, the addon sends it as the x-proxy-token header.

Included relay

This package also includes proxy-relay.js, a lightweight Express relay you can deploy on a VPS or other host. Start it with:

bash
npm install
npm run start:relay

Recommended setup

  • —Keep the addon on Hugging Face Spaces.
  • —Deploy proxy-relay.js on a VPS or another host that can access internetchicks.com.
  • —Set the Space secret PROXY_URL to your relay base URL.
  • —Set the same PROXY_TOKEN on both sides.

Proxy secrets

Set these Hugging Face Space secrets if the target site blocks Space IPs:

  • —OUTBOUND_PROXY_HOST
  • —OUTBOUND_PROXY_PORT
  • —OUTBOUND_PROXY_USERNAME
  • —OUTBOUND_PROXY_PASSWORD

You can also use one combined secret:

  • —OUTBOUND_PROXY_URL=http://username:password@host:port