Admin: lemux

Issues and Updates: !server_news

Find me:

mastodon: @[email protected]

matrix: @minnix:minnix.dev

peertube: @[email protected]

funkwhale: @[email protected]

writefreely: @[email protected]

  • 17 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle







  • At the very least you need to install a webserver and you need a proxy of some kind. If you truly want old school you can just create html pages hosted from the root of your webserver (although there are now easier modern ways to do this, you might learn more the classic way rather than using a CMS).

    You will want a reverse proxy to lie between your webserver and the internet that handles SSL. Let’s Encrypt is a good option to generate a cert so that you only expose port 443 on your router to the internet and your webserver. You’ll have to open port 80 to generate the cert but can close it again once generated. Then you will have https.

    That’s the basics. The how-to’s are easy to find online.