Commit Graph

79 Commits

Author SHA1 Message Date
ThibG 13cb6106fc
Add documentation about index corruption (#811)
* [WiP] Add documentation about index corruption

Add documentation about index corruption caused by changes in collation rules, and information on how to fix it.

* Add doc on how to check indexes

Add documentation on how to check indexes without bringing the instance down.

* Update index-corruption.md

* fixup typo

* Add instructions for re-creating the database

* Add minor explanations

* Remove recommendation to re-create database with C collation

Meaningful case-folding operations are used within the database for hashtags, so do not recommend using `C`, which would cause issues with non-ASCII hashtags.
2020-11-19 21:49:18 +01:00
koyu 074aafcc64
Update dependencies (#820) 2020-10-17 15:32:54 +02:00
Y.Yamashiro 64607d49e1
Change S3 access style (#799) 2020-09-28 05:10:25 +02:00
Nolan Lawson 3811ae1068
fix: fix incorrect link to `upgrade_cli.rb` (#814)
Looks like this was copypasted from the previous link.
2020-09-28 05:03:14 +02:00
Nolan Lawson 4617ea900a
feat: add a section on periodic cleanup tasks (#816)
* feat: add a section on periodic cleanup tasks

I asked in Discord today about which `tootctl` tasks are good to run on a regular basis (as there are a lot of cleanup jobs). It seems that `media remove` and `preview_cards remove` are the standard ones that you want to run on a regular basis (e.g. with cron). So I added this to the docs in its own section, under "Things to do after installing Mastodon."

* fix: fix typo
2020-09-28 04:58:09 +02:00
KT f36d1f9b58
Add DB_SSLMODE to config page (#812)
* Add DB_SSLMODE to config page

* Add DB_SSLMODE for zh-cn
2020-09-23 19:37:10 +02:00
Eugen Rochko 3375a76538 Add documentation on how to proxy S3 through nginx 2020-07-26 23:45:00 +02:00
Eugen Rochko 1b2f466db1 Fix ElasticSearch documentation 2020-07-26 22:55:38 +02:00
Eugen Rochko 9a756a0947 Write out more documentation 2020-07-26 01:46:40 +02:00
Eugen Rochko 56a2e068ce Add more documentation 2020-07-25 18:04:22 +02:00
Eugen Rochko 75e9f9585a Add more configuration documentation 2020-07-25 17:51:43 +02:00
trwnh 00277c3e36
3.2.0rc1 (#795)
* add blurhash to card entity

* update tootctl

* env vars

* local/web domain

* revert http_proxy
2020-07-25 16:35:41 +02:00
Karissa McKelvey 35b4d2d280
fix: systemctl enable mastodon-* does not always work (#794)
root@ubuntu:~# systemctl enable mastodon-*
Failed to enable unit: Unit file mastodon-\x2a.service does not exist.
root@ubuntu:~# systemctl enable mastodon-web mastodon-sidekiq mastodon-streaming
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-web.service → /etc/systemd/system/mastodon-web.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-sidekiq.service → /etc/systemd/system/mastodon-sidekiq.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-streaming.service → /etc/systemd/system/mastodon-streaming.service.
2020-07-15 17:56:37 +02:00
umonaca cfc0225a91
Further improve troubleshooting page (#788)
* Further improve troubleshooting

* Update troubleshooting.md
2020-07-03 02:23:31 +02:00
trwnh 5e36f51109
update for 3.1.4 (#786)
* update for 3.1

* 3.1.2

* 3.1.3

* 3.1.4
2020-07-01 03:13:20 +02:00
trwnh 17143bad72
update for 3.1 (#785) 2020-07-01 02:11:40 +02:00
umonaca 5680e44983
Add troubleshooting for compilation error (#782)
* Add troubleshooting item

* Minor changes
2020-06-30 13:17:04 +02:00
yingziwu b6e011265d
Add chinese translation (#772)
* add chinese config and i18n

* Import translation from https://bitbucket.org/mastodoncn/mastodon-zh-cn/src/master/

* translate Using Mastodon

* Translate Running Mastodon
Add Chinese search optimization
Fix some bugs

* substitute 长毛象 to Mastodon

* do some modifications.
2020-05-20 20:54:12 +02:00
Lerk bd38c1a487
Fix bundle config commands (#766) 2020-04-21 22:09:55 +02:00
Eugen Rochko 2cfe57c426 Update Ruby 2020-04-05 17:11:06 +02:00
Eugen Rochko f06c38fd1e Improve the upgrade page 2020-02-28 14:27:39 +01:00
BSKY bddd59a36a
Bump version of Node.js to install (#759) 2020-02-20 17:54:48 +01:00
Даниил Пронин 9858688afe
Update Node version in install.md (#753) 2020-02-09 01:02:46 +01:00
Frinkeldoodle ff2cdcc716 Add missing command to export key from gpg to apt (#748) 2020-01-22 20:07:14 +01:00
ThibG ae93e4b66d Document AUTHORIZED_FETCH and WHITELIST_MODE (#750)
* Document AUTHORIZED_FETCH and WHITELIST_MODE

* Make headings out of the documented env variables
2020-01-22 20:01:37 +01:00
trwnh 7ceae9fe36 Update anchors, line breaks, tootctl options (#745)
* update anchors

* remove extraneous anchors

* fix line breaks

* wrap tootctl tokens in code blocks

* change anchors to hugo format

* fix mistaken search-and-replace

* fix mistaken search-and-replace
2020-01-12 14:11:56 +01:00
trwnh 32d4dd5803 add remote_only emoji purge to tootctl (#744) 2020-01-10 10:05:00 +01:00
QuietMisdreavus aa9cc59f95 tweak install.md for completeness (#742) 2020-01-07 02:30:05 +01:00
Eugen Rochko 33cb69ad07 Update documentation with contents by twrnh 2020-01-04 10:33:16 +01:00