* Fix docs of the Translation entity
The poll attribute is an object, not an array.
* Update Translation.md
* add more information about the atachment and poll option types
* Updated the migrating.md document
Included new guidance to update the mastodon database user password, instructions to copy over the Redis database, added new flag to improve pg_restore performance, a suggestion to copy the SSL certificates over, and added the commands needed to complete the migration along with an optional command for Elasticsearch.
* Update content/en/admin/migrating.md
* Update migrating.md
Fixed wording and order of starting services.
* Updated the migration guide for Redis and services
Added more details for migrating the Redis database and where/when to stop the services.
Co-authored-by: Michael Stanclift <mx@vmstan.com>
This rewrite documents all supported environment variables for the S3
object storage system, and in addition documents the way that Mastodon
constructs URLs that it hands to clients (for them to obtain objects
from the storage provider).
The documentation of the variables lives entirely in the object-storage page
now, instead of being mixed between that page and the main config page. A link
to the object-storage page has been added to the config page.
Had some feedback that the directions to obtain the site key and secret key were not as clear as they could be, this breaks them into two items with a direction of where to find the secret key.
* Typos and language improvements.
* Table -> defn list per suggestion.
* clarify priority of queues
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
Co-authored-by: Michael Stanclift <mx@vmstan.com>
* Remove GitLab CI configuration
As noted by @renchap, "We do not rely on Gitlab CI anymore, this
can be dropped."
https://github.com/mastodon/documentation/issues/1357#issuecomment-1851642299
* Fix#1357, Use new default branch name "main"
This requires changes in
* the GitHub Pages deployment config
* a few HTML page templates, where the default branch name is
included in links to the repo (stylized as "Improve this page"
in the English version of the live docs webpage)
---------
Co-authored-by: albert <albert.rafetseder+gitlab@univie.ac.at>
* Update admin install instructions for node 18 (min version for 4.2.1)
* Remove apt-get from node instructions and actually install it in the apt command below
* Remove remaining sudo and put key in same location as postregsql key
* Update content/en/admin/install.md
Co-authored-by: tibequadorian <9560587+tibequadorian@users.noreply.github.com>
---------
Co-authored-by: tibequadorian <9560587+tibequadorian@users.noreply.github.com>