diff --git a/.gitattributes b/.gitattributes index a276ab6..e58bb0b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,6 @@ # Denote all files that are truly binary and should not be modified *.gz binary + +# Images +assets/* binary diff --git a/README.md b/README.md index 2b44b04..c0bf384 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,13 @@ http: > **Note:** Replace `127.0.0.1` with the actual IP address of your HaRP container if it is running on a different host. +### Cloudflare Tunneling Example +![cloudflare-tunnel-1](assets/cloudflare-tunnel-1.png) + +![cloudflare-tunnel-2](assets/cloudflare-tunnel-2.png) + +> **Note:** The order of the routes matters, move the `exapp/*` route above your Nextcloud's main route. + --- ## Environment Variables diff --git a/REUSE.toml b/REUSE.toml index b430796..f42e305 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -20,3 +20,9 @@ precedence = "closest" SPDX-FileCopyrightText = "Fatedier " SPDX-License-Identifier = "Apache-2.0" comment = "Files originally taken from https://github.com/fatedier/frp" + +[[annotations]] +path = ["assets/cloudflare-tunnel-1.png", "assets/cloudflare-tunnel-2.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2025 @edorain" +SPDX-License-Identifier = "AGPL-3.0-or-later" diff --git a/assets/cloudflare-tunnel-1.png b/assets/cloudflare-tunnel-1.png new file mode 100644 index 0000000..cc0b48c Binary files /dev/null and b/assets/cloudflare-tunnel-1.png differ diff --git a/assets/cloudflare-tunnel-2.png b/assets/cloudflare-tunnel-2.png new file mode 100644 index 0000000..99cc26d Binary files /dev/null and b/assets/cloudflare-tunnel-2.png differ