Hello there!

I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org .

He/They

  • 4 Posts
  • 142 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle









  • You can have multiple A records point to the same IP address, yes. Whatever website you’re managing your DNS with should allow you to create multiple subdomains as A/AAAA records. You can also (if you wish) use a wildcard to ensure that all subdomains go to your VPS’s server.

    If you want to run multiple HTTP/HTTPS services on the same IP address (as it looks like you want to do), you’ll need to use a reverse proxy like Nginx. It can pattern match on domain names and ensure that traffic for one domain goes to an appropriate port/socket (mastodon.example.com being sent to the mastodon service). It’s not possible for DNS to specify port redirection.

    Also, you’ve not mentioned it here, but look into https://letsencrypt.org/ for HTTPS certificates.










  • SavvyWolf@pawb.socialtoLinux@lemmy.mlA word about systemd
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    Yeah, was more poking fun of people who cling to the while Unix Philosophy stuff like it’s some unwritten rule that must be followed.

    I honestly think there’s tons of Linux software that could be broadly defined as “multiple things”.

    Even looking at the links other responders have posted, I even think a lot of linux software is made up of components which are tightly coupled together.