From 52919dfe79af564e475d0e6b79fb9d01c140d864 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Thu, 23 Aug 2018 23:33:50 -0400 Subject: [PATCH] Update README.md to mention LOCAL_DOMAIN variable We use LOCAL_DOMAIN now instead of ansible_nodename to set what (sub)-domain your Mastodon instance uses. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e3a6fc..b935032 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,8 @@ An Ansible playbook to install Mastodon sure this is not a database you are currently using** - Copy roles/mastodon-config/templates/.env.production.sample to roles/mastodon-config/templates/.env.production, edit with all - relevant details. (SMTP details are probably the only required one, - the others you can leave be) -- Make a hosts file that looks like this (**Make sure that the nodename - here is the domain/sub-domain you want for your Mastodon instance, we - use it as a variable**): + relevant details (LOCAL_DOMAIN value is mandatory, it is your instance domain/sub-domain.) +- Make a hosts file that looks like this: ``` [mastodon]