From 29b1eea0de3c86a68c595473a9991a2c26002d07 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 27 Nov 2022 12:13:31 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b530c40..53ea20c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Be your own [hall monitor](https://twitter.com/elonmusk/status/15947577342677647 ## Requirements - Ubuntu 20.04 LTS (support for 22.04 is in the works!) -- A domain name (or subdomain) already pointing to your server's IP +- A server or [VPS](https://github.com/joedicastro/vps-comparison) (in the cloud, on your Raspberry Pi, anywhere!) with ***at least*** 2 GB of memory +- A domain name (or subdomain) already pointing to this server's public IP address ## Usage @@ -35,6 +36,7 @@ chmod +x install.sh ### What's next? +- [Close new registrations](https://discourse.joinmastodon.org/t/how-to-close-registrations/2629/2) if you intend for this to be a single-user server. - Review the many [config options](https://docs.joinmastodon.org/admin/config/) located in `/home/mastodon/live/.env.production` - Harden your server's security using: - [UFW](https://www.linode.com/docs/guides/configure-firewall-with-ufw/) or [iptables](https://docs.joinmastodon.org/admin/prerequisites/#install-a-firewall-and-only-allow-ssh-http-and-https-ports)