W6GKD: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "W6GKD is my call sign and it's also the name of a virtual server that hosts w6gkd.radio Currently it runs Debian 11 The rood address w6gkd.radio is proxied in Cloudflare. F..."
 
Brian Wilson (talk | contribs)
Line 13: Line 13:


  sudo
  sudo
certbot
python-certbot-dns-cloudflare-doc
python3-certbot-dns-cloudflare
postfix
postgrey


Docker installed from https://docs.docker.com/engine/install/debian/
Docker installed from https://docs.docker.com/engine/install/debian/

Revision as of 15:25, 24 April 2022

W6GKD is my call sign and it's also the name of a virtual server that hosts w6gkd.radio

Currently it runs Debian 11

The rood address w6gkd.radio is proxied in Cloudflare. For direction connection via ssh use w6gkd.w6gkd.radio

History

2021-12-24 Provisioned at Debian 10.04 then upgraded immediately to Bullseye (Debian 11)

Packages installed

sudo
certbot
python-certbot-dns-cloudflare-doc
python3-certbot-dns-cloudflare
postfix
postgrey

Docker installed from https://docs.docker.com/engine/install/debian/

I stood up an instance of nginx to get things tested using the command

docker run --name w6gkd -v /home/bwilson/html:/usr/share/nginx/html:ro -p 80:80 -d nginx

Since https://w6gkd.radio/ is proxied through Cloudflare I did not have to set up HTTPS. This is convenient. But it means traffic between Cloudflare and Tektonic is not encrypted yet.