Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Sileo 5d1ae0c9cd More doc tweaks 2023-01-05 19:47:56 +01:00
Thomas Sileo 88dd2443d7 Fix doc for migration/move support 2023-01-05 19:44:56 +01:00
1 changed files with 5 additions and 3 deletions

View File

@ -320,7 +320,7 @@ First you need to grab the "ActivityPub actor URL" for your existing account:
```bash ```bash
# For a Python install # For a Python install
poetry run inv webfinger username@domain.tld poetry run inv webfinger username@instance-you-want-to-move-from.tld
``` ```
Edit the config. Edit the config.
@ -329,7 +329,7 @@ Edit the config.
```bash ```bash
# For a Docker install # For a Docker install
make account=username@domain.tld webfinger make account=username@instance-you-want-to-move-from.tld webfinger
``` ```
Edit the config. Edit the config.
@ -339,11 +339,13 @@ Edit the config.
And add a reference to your old/existing account in `profile.toml`: And add a reference to your old/existing account in `profile.toml`:
```toml ```toml
also_known_as = "my@old-account.com" also_known_as = "https://instance-you-want-to-move-form.tld/users/username"
``` ```
Restart the server, and you should be able to complete the move from your existing account. Restart the server, and you should be able to complete the move from your existing account.
Note that if you already have a redirect in place on Mastodon, you may have to remove it before initiating the migration.
## Import follows from Mastodon ## Import follows from Mastodon
You can import the list of follows/following accounts from Mastodon. You can import the list of follows/following accounts from Mastodon.