docker-samples/privatebin_cloudflare/README.md
2024-11-02 14:09:56 -06:00

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`