You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,29 @@
1
-
#HLS Stream Proxy
1
+
## Cloudflare Proxy
2
2
3
-
This application serves as a proxy for HLS streams, enabling secure access to media content.
3
+
This application serves as a proxy for HLS streams, Images and enabling secure access to media content.
4
+
5
+
### Deploy Using Cloudflare deploy button
6
+
7
+
- Enter valid Cloudflare API key and Account ID.
8
+
- Enable github workflows
9
+
- Run **`deploy`** workflow in your forked repo actions `https://github.com/[User-Name]/[Repo-Name]/actions/workflows/deploy.yml`
10
+
<br>
4
11
5
12
[](https://deploy.workers.cloudflare.com/?url=https://github.com/Toasty360/Roxy)
6
13
7
-
## Proxy Endpoint
14
+
### Deploy Manually
15
+
16
+
- Setup wrangler on your system.
17
+
- Download the source code.
18
+
- Run `npm install`
19
+
- Run `npm run dev` or `wrangler dev` in your terminal to start a development server
20
+
- Open a browser tab at http://localhost:8787/ to see your worker in action
21
+
- Run `wrangler deploy` to publish your worker
22
+
23
+
### Proxy Endpoint
24
+
25
+
-`/proxy` - for HLS
26
+
-`/cors` - for Images/Web pages
8
27
9
28
Use the following format to access the proxy:
10
29
@@ -17,23 +36,23 @@ Use the following format to access the proxy:
0 commit comments