Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@

# Denote all files that are truly binary and should not be modified
*.gz binary

# Images
assets/* binary
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ precedence = "closest"
SPDX-FileCopyrightText = "Fatedier <[email protected]>"
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"
Binary file added assets/cloudflare-tunnel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cloudflare-tunnel-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.