Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the instructions for mastodon initialization #5125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions apps/mastodon/metadata/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@

## Initial User Setup
1. SSH into your Tipi Server
2. Fill in your credentials (some_username,[email protected], some_very_good_password), then run the command:
2. Fill in your credentials (some_username,[email protected]), then run the command:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix typo in "Local Domain Variable" heading

There's a typo in the heading "Local Domain Varibale". It should be corrected to "Local Domain Variable".

Apply this change:

-#### Local Domain Varibale 
+#### Local Domain Variable 
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
2. Fill in your credentials (some_username,[email protected]), then run the command:
#### Local Domain Variable
🧰 Tools
🪛 Markdownlint

11-11: null
Bare URL used

(MD034, no-bare-urls)

```
sudo docker exec -it -w /app/www mastodon bin/tootctl accounts create some_username --email [email protected] --confirmed --role Owner
```
3. You will need to approve the account before using it
```
sudo docker exec -it -w /app/www mastodon bin/tootctl accounts modify some_username --approve
```


---
Expand Down Expand Up @@ -43,4 +47,4 @@ Mastodon includes private posts, locked accounts, phrase filtering, muting, bloc

### OAuth2 and a straightforward REST API

Mastodon acts as an OAuth2 provider, so 3rd party apps can use the REST and Streaming APIs. This results in a rich app ecosystem with a lot of choices!
Mastodon acts as an OAuth2 provider, so 3rd party apps can use the REST and Streaming APIs. This results in a rich app ecosystem with a lot of choices!