mirror of
https://git.straybits.ca/straybits/docker-samples.git
synced 2024-11-07 18:22:26 +00:00
15 lines
No EOL
331 B
Markdown
15 lines
No EOL
331 B
Markdown
# PrivateBin and Cloudflare
|
|
|
|
I use PrivateBin ALL THE TIME to share temporary code snippets, etc.
|
|
|
|
Very little setup required.
|
|
|
|
Requires:
|
|
* Cloudflare Tunnel
|
|
|
|
Steps:
|
|
|
|
1. Setup your Tunnel (pointing to `http://privatebin:8080`)
|
|
2. Set Cloudflare Tunnel token in `.env`
|
|
3. Fine-tune settings in `conf.php`
|
|
4. `docker compose up -d` |