From 94157db270beb4ad5c173197976ef73e9beaa19e Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 5 Aug 2022 21:21:59 +1200 Subject: [PATCH] Add chef's note for mastodon Signed-off-by: David Young --- manuscript/recipes/mastodon.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manuscript/recipes/mastodon.md b/manuscript/recipes/mastodon.md index 59b30b6..4474053 100644 --- a/manuscript/recipes/mastodon.md +++ b/manuscript/recipes/mastodon.md @@ -333,7 +333,7 @@ docker-compose -f mastodon.yml run --rm web bin/tootctl accounts \ create --email --confirmed --role admin ``` -The password will be output on completion: +The password will be output on completion[^1]: ```bash root@raphael:/var/data/config/mastodon# docker-compose -f mastodon.yml run --rm web bin/tootctl accounts create batman --email batman@batcave.org --confirmed --role admin @@ -393,5 +393,6 @@ What have we achieved? Even though we had to jump through some extra hoops to se * [X] Mastodon configured, running, and ready to toot! +--8<-- "recipe-footer.md" ---8<-- "recipe-footer.md" \ No newline at end of file +[^1]: Or, you can just reset your password from the UI, assuming you have SMTP working \ No newline at end of file