JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

Untitled Page | JustPaste.app
about 2 months ago2 views
👨‍💻Programming
# Add cloudflare gpg key
sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkg.cloudflare.com/cloudflare-public-v2.gpg | sudo tee /usr/share/keyrings/cloudflare-public-v2.gpg >/dev/null

# Add this repo to your apt repositories
echo 'deb [signed-by=/usr/share/keyrings/cloudflare-public-v2.gpg] https://pkg.cloudflare.com/cloudflared any main' | sudo tee /etc/apt/sources.list.d/cloudflared.list

# install cloudflared
sudo apt-get update && sudo apt-get install cloudflared

sudo cloudflared service install eyJhIjoiYjE4NDE1MGMwMmM5OTVhM2RhYTFlNzgzMTA3MmFlODQiLCJ0IjoiOTgxOTg4NDUtYmZjNy00ZGE2LTk0MzUtZmE0ZGUzZmE1NDljIiwicyI6Ik1XSXlNVEUyWWpndE1qZGtOeTAwTVRaa0xUazBZemd0T0RBeE9UZzJNalk1TkdNMyJ9

cloudflared tunnel run --token eyJhIjoiYjE4NDE1MGMwMmM5OTVhM2RhYTFlNzgzMTA3MmFlODQiLCJ0IjoiOTgxOTg4NDUtYmZjNy00ZGE2LTk0MzUtZmE0ZGUzZmE1NDljIiwicyI6Ik1XSXlNVEUyWWpndE1qZGtOeTAwTVRaa0xUazBZemd0T0RBeE9UZzJNalk1TkdNMyJ9

sudo apt update && sudo apt install nginx

sudo systemctl restart nginx

sudo systemctl enable nginx
https://test.weshy.dev
← Back to timeline