@@ -65,10 +65,10 @@ own {{% gl app %}} and one running Mastodon in the cloud.
6565 at ` leader_node ` ) or vice versa.
6666
6767* Now you fill in parameters for your application, as you probably did before
68- {{% pageref "webfinger-server-localhost .md" "here" %}}.
68+ {{% pageref "webfinger-server.md" "here" %}}.
6969
7070* Now modify the other {{% gl Node %}} section for Mastodon which will be automatically
71- provisioned on your {{% gl ubosserver %}} in the cloud. You need to change the name of
71+ provisioned on your system running {{% gl ubosgears %}} in the cloud. You need to change the name of
7272 the ` nodedriver ` , and set a few parameters, so it looks like this:
7373
7474 ``` "follower_node": {
@@ -84,9 +84,9 @@ own {{% gl app %}} and one running Mastodon in the cloud.
8484
8585 * ` app ` : the name of the application, here Mastodon, mostly for reporting purposes.
8686 * ` hostname ` : the DNS hostname at which your Mastodon instance will run. Make sure the
87- DNS record actually points to your {{% gl ubosserver %}}.
87+ DNS record actually points to your system running {{% gl ubosgears %}}.
8888 * ` sshuri ` : the SSH URI used by FediTest to invoke {{% gl ubosgears %}} commands on
89- your {{% gl ubosserver %}}, so it can provision (and unprovision) your Mastodon
89+ your system running {{% gl ubosgears %}}, so it can provision (and unprovision) your Mastodon
9090 instance.
9191 * ` identity_file ` : optionally, if you specified a key pair for your EC2 instance that's
9292 not your default keypair, the name of the name of the file that contains the
0 commit comments