Fediverse Advocate

  • 10 Posts
  • 868 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
  • Flax@feddit.uktoMemes@lemmy.mlCrowd size
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    I wonder how this compares to the Coronation crowds for King Charles III. The mall and Buckingham palace was filled, although that’s probably not everybody. There was likely a lot of people lining the route of the parade as well, and also crowds watching public showings of the event








  • Hosting is dead easy. Usually you just do sudo apt-get install apache2 for a start, and then it’ll host an html file on port 80 (HTTP), usually /var/www/html/index.html

    w3schools.com is great for learning css and html.

    You’d want to forward port 80 on your router then to get it accessible on the open web.

    On your domain service, you’ll want to make an A record pointing to your IPV4 address and an AAAA record pointing to your IPV6 address.

    If you have a dynamic IP (your IPV4 changes often) you can get scripts which run on a schedule to check your ip address and remotely update your A record using an API from your DNS.

    You’ll also want to use certbot (an installable application) to manage an HTTPS certificate, then forward port 443 (HTTPS)

    I know this is a very quick rundown, but hopefully it points you in the correct direction!
























OSZAR »