https://github.com/samk-dev/cl-tunnel-template
https://github.com/samk-dev/cl-tunnel-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk-dev/cl-tunnel-template
- Owner: samk-dev
- Created: 2023-06-30T17:48:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T17:49:14.000Z (about 3 years ago)
- Last Synced: 2026-02-20T09:40:14.239Z (5 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare docker tunnel template
I use this in my homelab to expose some of my backend services to the public internet for testing and sharing work with clients.
## Usage
1. Clone the repository
2. Replace the token variable in .env with your cloudflare tunnel
3. Make sure the services you want to expose are running on the same network
4. run `docker compose up -d`
⚠️ PRIVACY NOTICE ⚠️
Make sure the services that you expose to the public does not have sensitive data, and complie with GDPR because CLOURDFLARE can read all the traffic. If privacy is a concern please checkout services like ngrok or expose.dev.